automatic version update by autodist [release 0.99.11-1mamba;Fri Oct 04 2019]
This commit is contained in:
parent
ef635975e0
commit
cfca7595fb
32
upower.spec
32
upower.spec
@ -1,6 +1,6 @@
|
|||||||
%define gitver %(echo %version | tr . _)
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: upower
|
Name: upower
|
||||||
Version: 0.99.10
|
Version: 0.99.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Power Management Service
|
Summary: Power Management Service
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -110,27 +110,32 @@ This package contains %{name} API documentation.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%pre
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%systemd_per %{name}
|
||||||
|
:
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
%systemd_post %{name}
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
%systemd_postun %{name}
|
||||||
|
:
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/UPower
|
%dir %{_sysconfdir}/UPower
|
||||||
%config %{_sysconfdir}/UPower/UPower.conf
|
%config %{_sysconfdir}/UPower/UPower.conf
|
||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
|
|
||||||
%{_bindir}/upower
|
%{_bindir}/upower
|
||||||
%dir %{_localstatedir}/lib/upower
|
%dir %{_localstatedir}/lib/upower
|
||||||
#%{_libdir}/libdevkit-power-gobject.so.*
|
|
||||||
%{_libdir}/girepository-*/UPowerGlib-*.typelib
|
%{_libdir}/girepository-*/UPowerGlib-*.typelib
|
||||||
#/lib/udev/rules.d/95-upower-battery-recall-*.rules
|
%{_datadir}/dbus-1/system.d/org.freedesktop.UPower.conf
|
||||||
/lib/udev/rules.d/95-upower-csr.rules
|
%{_unitdir}/upower.service
|
||||||
/lib/udev/rules.d/95-upower-hid.rules
|
%{_udevrulesdir}/95-upower-*.rules
|
||||||
/lib/udev/rules.d/95-upower-wup.rules
|
|
||||||
#/lib/systemd/system-sleep/notify-upower.sh
|
|
||||||
/lib/systemd/system/upower.service
|
|
||||||
%{_datadir}/dbus-1/interfaces/*.xml
|
%{_datadir}/dbus-1/interfaces/*.xml
|
||||||
%{_datadir}/dbus-1/system-services/*.service
|
%{_datadir}/dbus-1/system-services/*.service
|
||||||
#%{_datadir}/polkit-1/actions/*.policy
|
|
||||||
%{_mandir}/man1/upower.1*
|
%{_mandir}/man1/upower.1*
|
||||||
%{_mandir}/man7/UPower.7*
|
%{_mandir}/man7/UPower.7*
|
||||||
%{_mandir}/man8/upowerd.8*
|
%{_mandir}/man8/upowerd.8*
|
||||||
@ -162,6 +167,9 @@ This package contains %{name} API documentation.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.99.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.10-1mamba
|
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.10-1mamba
|
||||||
- update to 0.99.10
|
- update to 0.99.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user