automatic version update by autodist [release 1.4.1-1mamba;Sun Jan 22 2023]
This commit is contained in:
parent
285cbaa9b9
commit
50ab8f9877
23
ddcutil.spec
23
ddcutil.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ddcutil
|
Name: ddcutil
|
||||||
Version: 1.3.0
|
Version: 1.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Query and change Linux monitor settings using DDC/CI and USB
|
Summary: Query and change Linux monitor settings using DDC/CI and USB
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -7,25 +7,17 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.ddcutil.com
|
URL: https://www.ddcutil.com
|
||||||
## GITSOURCE https://github.com/rockowitz/ddcutil.git v0.9.8
|
|
||||||
Source: https://github.com/rockowitz/ddcutil.git/v%{version}/ddcutil-%{version}.tar.bz2
|
Source: https://github.com/rockowitz/ddcutil.git/v%{version}/ddcutil-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libatomic-devel
|
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libkmod-devel
|
BuildRequires: libkmod-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -36,6 +28,7 @@ Query and change Linux monitor settings using DDC/CI and USB.
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -72,15 +65,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ddcutil
|
%{_bindir}/ddcutil
|
||||||
|
%dir %{_datadir}/ddcutil
|
||||||
|
%dir %{_datadir}/ddcutil/data
|
||||||
|
%{_datadir}/ddcutil/data/*.conf
|
||||||
|
%{_datadir}/ddcutil/data/*.rules
|
||||||
|
%{_udevrulesdir}/60-ddcutil.rules
|
||||||
%{_mandir}/man1/ddcutil.1*
|
%{_mandir}/man1/ddcutil.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libddcutil.so.*
|
%{_libdir}/libddcutil.so.*
|
||||||
%dir %{_datadir}/ddcutil
|
|
||||||
%dir %{_datadir}/ddcutil/data
|
|
||||||
%{_datadir}/ddcutil/data/*.conf
|
|
||||||
%{_datadir}/ddcutil/data/*.rules
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -93,6 +87,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jul 25 2022 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
* Mon Jul 25 2022 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user