diff --git a/upower.spec b/upower.spec index 5acb79b..2787b26 100644 --- a/upower.spec +++ b/upower.spec @@ -1,7 +1,7 @@ %define gitver %(echo %version | tr . _) Name: upower -Version: 1.90.6 -Release: 2mamba +Version: 1.90.7 +Release: 1mamba Summary: Power Management Service Group: System/Libraries Vendor: openmamba @@ -12,6 +12,7 @@ Source: https://gitlab.freedesktop.org/upower/upower.git/v%{version}/upow License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libgudev-devel BuildRequires: libimobiledevice-devel @@ -61,8 +62,6 @@ UPower (formerly DeviceKit-power) provides a daemon, API and command line tools for managing power devices attached to the system. This package contains %{name} API documentation. -%debug_package - %prep %setup -q @@ -106,6 +105,7 @@ This package contains %{name} API documentation. %{_udevhwdbdir}/*.hwdb %{_udevrulesdir}/*.rules %{_datadir}/installed-tests/upower/upower-integration.test +%{_datadir}/zsh/site-functions/_upower %dir %{_localstatedir}/lib/upower %{_mandir}/man1/upower.1* %{_mandir}/man7/UPower.7* @@ -126,7 +126,7 @@ This package contains %{name} API documentation. %{_libdir}/libupower-glib.so %{_libdir}/pkgconfig/upower-glib.pc %{_datadir}/gir-*/UPowerGlib-*.gir -%doc HACKING NEWS README +%doc NEWS #%files -n lib%{name}-static #%defattr(-,root,root) @@ -138,6 +138,9 @@ This package contains %{name} API documentation. %{_datadir}/gtk-doc/html/UPower/* %changelog +* Mon Jan 13 2025 Automatic Build System 1.90.7-1mamba +- automatic version update by autodist + * Thu Dec 05 2024 Silvan Calarco 1.90.6-2mamba - preun script: fixed calling systemd_preun script