]> git.pld-linux.org Git - packages/upower.git/blobdiff - upower.spec
- rel 2; disable PrivateNetwork in systemd file as it breaks things
[packages/upower.git] / upower.spec
index 8288c76b037fe4ffaf5528c6491e29e542a19d32..29b1887f6087ee45398bc16366ca733e2ec58cf7 100644 (file)
@@ -1,12 +1,15 @@
 Summary:       Power management service
 Summary(pl.UTF-8):     Usługa zarządzania energią
 Name:          upower
-Version:       0.99.6
-Release:       1
+Version:       0.99.8
+Release:       2
 License:       GPL v2+
 Group:         Libraries
-Source0:       https://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: c9dacc02dac736ea0350e8d492dcd3a0
+# Source0:     https://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
+Source0:       https://gitlab.freedesktop.org/upower/upower/uploads/9125ab7ee96fdc4ecc68cfefb50c1cab/%{name}-%{version}.tar.xz
+# Source0-md5: eeb56bd91d2fb8a64c81eff6d899926b
+# https://gitlab.freedesktop.org/upower/upower/issues/68
+Patch0:                upower-bug-68.patch
 URL:           https://upower.freedesktop.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.11
@@ -105,6 +108,7 @@ Dokumentacja API UPower.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
@@ -150,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS HACKING NEWS README
 %attr(755,root,root) %{_bindir}/upower
-%attr(755,root,root) %{_libdir}/upowerd
+%attr(755,root,root) %{_libexecdir}/upowerd
 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.freedesktop.UPower.conf
 %dir %{_sysconfdir}/UPower
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/UPower/UPower.conf
This page took 0.056403 seconds and 4 git commands to generate.