rpms/DeviceKit-power/devel DeviceKit-power.spec,1.16,1.17

Richard Hughes rhughes at fedoraproject.org
Tue Jun 16 10:41:16 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/DeviceKit-power/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10937

Modified Files:
	DeviceKit-power.spec 
Log Message:
* Tue Jun 16 2009 Richard Hughes  <rhughes at redhat.com> - 009-0.3.20090616git
- Do autoconf and automake as the polkit patch is pretty invasive
- Fix up file lists with the new polkit action paths



Index: DeviceKit-power.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-power/devel/DeviceKit-power.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- DeviceKit-power.spec	16 Jun 2009 10:15:55 -0000	1.16
+++ DeviceKit-power.spec	16 Jun 2009 10:40:46 -0000	1.17
@@ -9,7 +9,7 @@
 Summary: Power Management Service
 Name: DeviceKit-power
 Version: 009
-Release: 0.2.%{?alphatag}git%{?dist}
+Release: 0.3.%{?alphatag}git%{?dist}
 #Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -34,6 +34,9 @@ BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: libusb-devel
 
+# low level icky tools (due to polkit1 patch)
+BuildRequires: automake, autoconf, libtool
+
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: glib2 >= %{glib2_version}
@@ -59,6 +62,10 @@ Headers and libraries for DeviceKit-powe
 %setup -q -n %{?name}-%{?version}-%{?alphatag}
 %patch0 -p1 -b .polkit1
 
+# we messed about with configure.ac and Makefile.am, so regenerate (due to polkit1 patch)
+autoconf
+automake
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -103,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man7/*
 %{_mandir}/man8/*
 
-%{_datadir}/PolicyKit/policy/*.policy
+%{_datadir}/polkit-1/actions/*.policy
 %{_datadir}/dbus-1/system-services/*.service
 
 %files devel
@@ -115,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Jun 16 2009 Richard Hughes  <rhughes at redhat.com> - 009-0.3.20090616git
+- Do autoconf and automake as the polkit patch is pretty invasive
+- Fix up file lists with the new polkit action paths
+
 * Tue Jun 16 2009 Richard Hughes  <rhughes at redhat.com> - 009-0.2.20090616git
 - Apply a patch to convert to the PolKit1 API.
 




More information about the fedora-extras-commits mailing list