update version to 2.0.0
This commit is contained in:
parent
2d7ac0d245
commit
f70b0bbd99
Binary file not shown.
BIN
ddcutil-2.0.0.tar.gz
Normal file
BIN
ddcutil-2.0.0.tar.gz
Normal file
Binary file not shown.
39
ddcutil.spec
39
ddcutil.spec
@ -1,9 +1,8 @@
|
|||||||
%global _hardened_build 1
|
|
||||||
%bcond_without build_lib
|
%bcond_without build_lib
|
||||||
|
|
||||||
Name: ddcutil
|
Name: ddcutil
|
||||||
Version: 1.4.1
|
Version: 2.0.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Query and update monitor settings
|
Summary: Query and update monitor settings
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.ddcutil.com
|
URL: http://www.ddcutil.com
|
||||||
@ -12,19 +11,19 @@ Source0: http://www.ddcutil.com/tarballs/%{name}-%{version}.tar.gz
|
|||||||
# Excluding arch s390/s390x due to i2c-tools does so
|
# Excluding arch s390/s390x due to i2c-tools does so
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.15
|
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.15
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(xrandr)
|
BuildRequires: pkgconfig(xrandr)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.16
|
BuildRequires: pkgconfig(libdrm) >= 2.4.67
|
||||||
BuildRequires: libstdc++ libgcc libxml2
|
|
||||||
BuildRequires: pkgconfig(libkmod)
|
BuildRequires: pkgconfig(libkmod)
|
||||||
|
BuildRequires: pkgconfig(jansson) >= 2.0
|
||||||
|
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
Requires: i2c-tools
|
Requires: i2c-tools
|
||||||
@ -87,14 +86,15 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1.*
|
%{_mandir}/man1/%{name}.1.*
|
||||||
%{_udevrulesdir}/60-ddcutil.rules
|
%{_udevrulesdir}/60-ddcutil-i2c.rules
|
||||||
|
%{_udevrulesdir}/60-ddcutil-usb.rules
|
||||||
|
%{_modulesloaddir}/ddcutil.conf
|
||||||
|
|
||||||
%if %{with build_lib}
|
%if %{with build_lib}
|
||||||
%files -n libddcutil
|
%files -n libddcutil
|
||||||
%doc AUTHORS NEWS.md README.md CHANGELOG.md
|
%doc AUTHORS NEWS.md README.md CHANGELOG.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/lib%{name}.so.4*
|
%{_libdir}/lib%{name}.so.5*
|
||||||
|
|
||||||
%files -n libddcutil-devel
|
%files -n libddcutil-devel
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
@ -104,6 +104,9 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 2.0.0-1
|
||||||
|
- update verison to 2.0.0
|
||||||
|
|
||||||
* Fri Nov 10 2023 hanshuang<hanshuang@uniontech.com> - 1.4.1-2
|
* Fri Nov 10 2023 hanshuang<hanshuang@uniontech.com> - 1.4.1-2
|
||||||
- fix openeuler 20.03 SP4 compile problem
|
- fix openeuler 20.03 SP4 compile problem
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user