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 . _)
|
||||
Name: upower
|
||||
Version: 0.99.10
|
||||
Version: 0.99.11
|
||||
Release: 1mamba
|
||||
Summary: Power Management Service
|
||||
Group: System/Libraries
|
||||
@ -110,27 +110,32 @@ This package contains %{name} API documentation.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
%pre
|
||||
%systemd_per %{name}
|
||||
:
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_post %{name}
|
||||
:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%systemd_postun %{name}
|
||||
:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/UPower
|
||||
%config %{_sysconfdir}/UPower/UPower.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
|
||||
%{_bindir}/upower
|
||||
%dir %{_localstatedir}/lib/upower
|
||||
#%{_libdir}/libdevkit-power-gobject.so.*
|
||||
%{_libdir}/girepository-*/UPowerGlib-*.typelib
|
||||
#/lib/udev/rules.d/95-upower-battery-recall-*.rules
|
||||
/lib/udev/rules.d/95-upower-csr.rules
|
||||
/lib/udev/rules.d/95-upower-hid.rules
|
||||
/lib/udev/rules.d/95-upower-wup.rules
|
||||
#/lib/systemd/system-sleep/notify-upower.sh
|
||||
/lib/systemd/system/upower.service
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.UPower.conf
|
||||
%{_unitdir}/upower.service
|
||||
%{_udevrulesdir}/95-upower-*.rules
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%{_datadir}/dbus-1/system-services/*.service
|
||||
#%{_datadir}/polkit-1/actions/*.policy
|
||||
%{_mandir}/man1/upower.1*
|
||||
%{_mandir}/man7/UPower.7*
|
||||
%{_mandir}/man8/upowerd.8*
|
||||
@ -162,6 +167,9 @@ This package contains %{name} API documentation.
|
||||
%endif
|
||||
|
||||
%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
|
||||
- update to 0.99.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user