rpms/libconcord/F-10 .cvsignore, 1.1, 1.2 libconcord.spec, 1.2, 1.3 sources, 1.2, 1.3

Douglas E. Warner silfreed at fedoraproject.org
Tue Mar 10 22:56:32 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/libconcord/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1836

Modified Files:
	.cvsignore libconcord.spec sources 
Log Message:
* Tue Mar 10 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-1
- moving policykit rule generation from concordnace to here
- including new upstream install for policykit/hal/udev rules
- removing registered marks
- supports updating firmware on 5** remotes
- improved IR learning support



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libconcord/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 May 2008 04:14:37 -0000	1.1
+++ .cvsignore	10 Mar 2009 22:56:01 -0000	1.2
@@ -0,0 +1 @@
+concordance-0.21.tar.bz2


Index: libconcord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libconcord/F-10/libconcord.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libconcord.spec	30 Jan 2009 13:53:55 -0000	1.2
+++ libconcord.spec	10 Mar 2009 22:56:02 -0000	1.3
@@ -2,8 +2,8 @@
 %define mainpkg concordance
 
 Name: libconcord
-Version: 0.20
-Release: 6%{?dist}
+Version: 0.21
+Release: 1%{?dist}
 Summary: Library to talk to Logitech Harmony universal remote controls
 
 Group: Development/Libraries
@@ -17,6 +17,9 @@
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: python-devel
 BuildRequires: python-setuptools-devel
+Requires: hal
+Requires: udev
+Requires: PolicyKit
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -60,6 +63,8 @@
 cd %{name}
 %configure --disable-static
 make %{_smp_mflags}
+make policykit
+
 
 # perl bindings
 cd bindings/perl
@@ -84,6 +89,7 @@
 
 cd %{name}
 make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install_policykit
 
 find %{buildroot} -type f -name \*.a -exec %{__rm} -f {} \;
 find %{buildroot} -type f -name \*.la -exec %{__rm}  -f {} \;
@@ -120,15 +126,24 @@
 rm -rf %{buildroot}
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/sbin/udevcontrol reload_rules
+touch /var/lib/misc/PolicyKit.reload
+
+%postun
+/sbin/ldconfig
+/sbin/udevcontrol reload_rules
+touch /var/lib/misc/PolicyKit.reload
 
 
 %files
 %defattr(-, root, root, -)
 %doc Changelog CodingStyle LICENSE SubmittingPatches
 %doc %{name}/README %{name}/INSTALL.linux
+%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules
+%{_datadir}/hal/fdi/policy/10osvendor/*.fdi
+%{_datadir}/PolicyKit/policy/*.policy
 %{_libdir}/*.so.*
 
 %files devel
@@ -150,6 +165,13 @@
 
 
 %changelog
+* Tue Mar 10 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-1
+- moving policykit rule generation from concordnace to here
+- including new upstream install for policykit/hal/udev rules
+- removing registered marks
+- supports updating firmware on 5** remotes
+- improved IR learning support
+
 * Fri Jan 30 2009 Douglas E. Warner <silfreed at silfreed.net> 0.20-6
 - removing registered marks
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libconcord/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 May 2008 14:23:28 -0000	1.2
+++ sources	10 Mar 2009 22:56:02 -0000	1.3
@@ -1 +1 @@
-c2487e851864f38c4da4fe02093652a5  concordance-0.20.tar.bz2
+87878bb23c5f4173c6bc744b93d5694d  concordance-0.21.tar.bz2




More information about the fedora-extras-commits mailing list