rpms/concordance/devel .cvsignore, 1.2, 1.3 concordance.spec, 1.3, 1.4 sources, 1.2, 1.3 concordance-gen-policykit-rules.sh, 1.1, NONE

Douglas E. Warner silfreed at fedoraproject.org
Tue Mar 10 23:02:24 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/concordance/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3377

Modified Files:
	.cvsignore concordance.spec sources 
Removed Files:
	concordance-gen-policykit-rules.sh 
Log Message:
* Tue Mar 10 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-1
- moved udev/policykit rules to libconcord package
- supports flashing 5** remotes
- improved IR learning support



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/concordance/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 May 2008 14:23:23 -0000	1.2
+++ .cvsignore	10 Mar 2009 23:01:53 -0000	1.3
@@ -1 +1 @@
-concordance-0.20.tar.bz2
+concordance-0.21.tar.bz2


Index: concordance.spec
===================================================================
RCS file: /cvs/pkgs/rpms/concordance/devel/concordance.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- concordance.spec	24 Feb 2009 08:49:59 -0000	1.3
+++ concordance.spec	10 Mar 2009 23:01:53 -0000	1.4
@@ -1,22 +1,16 @@
 Name: concordance
-Version: 0.20
-Release: 6%{?dist}
+Version: 0.21
+Release: 1%{?dist}
 Summary: Software to program the Logitech Harmony remote control
-%define policykit_rules 10-%{name}.fdi
 
 Group: Applications/Communications
 License: GPLv3+
 URL: http://www.phildev.net/concordance/
 Source0: http://downloads.sourceforge.net/sourceforge/concordance/%{name}-%{version}.tar.bz2
-Source1: concordance-gen-policykit-rules.sh
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires: hal
-Requires: pam
-Requires: udev
 BuildRequires: libusb-devel
-BuildRequires: libconcord-devel
-BuildRequires: libxml2
+BuildRequires: libconcord-devel >= %{version}
 
 %description
 This software will allow you to program your Logitech Harmony universal
@@ -35,12 +29,6 @@
 %configure --enable-shared
 make %{_smp_mflags}
 
-# generate PolicyKit rules
-bash %{SOURCE1} | xmllint - > %{policykit_rules}
-if [ -z %{policykit_rules} ]; then
-	exit 1
-fi
-
 
 %install
 rm -rf %{buildroot}
@@ -48,11 +36,6 @@
 cd %{name}
 make DESTDIR=%{buildroot} install
 
-# install PolicyKit rules
-install -d %{buildroot}/%{_datadir}/hal/fdi/policy/10osvendor/
-install -m 0644 %{policykit_rules} \
-	%{buildroot}/%{_datadir}/hal/fdi/policy/10osvendor/
-
 
 %clean
 rm -rf %{buildroot}
@@ -62,12 +45,16 @@
 %defattr(0644, root, root, 0755)
 %doc Changelog CodingStyle LICENSE SubmittingPatches TODO 
 %doc %{name}/README %{name}/INSTALL.linux
-%{_datadir}/hal/fdi/policy/10osvendor/*
 %attr(0755, root, root) %{_bindir}/*
 %{_mandir}/man1/*
 
 
 %changelog
+* Tue Mar 10 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-1
+- moved udev/policykit rules to libconcord package
+- supports flashing 5** remotes
+- improved IR learning support
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


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


--- concordance-gen-policykit-rules.sh DELETED ---




More information about the fedora-extras-commits mailing list