rpms/xmms-lirc/devel xmms-lirc.spec,1.10,1.11

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Aug 6 08:54:40 UTC 2007


Author: thias

Update of /cvs/extras/rpms/xmms-lirc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1199

Modified Files:
	xmms-lirc.spec 
Log Message:
Update License field.



Index: xmms-lirc.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms-lirc/devel/xmms-lirc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xmms-lirc.spec	28 Aug 2006 16:40:22 -0000	1.10
+++ xmms-lirc.spec	6 Aug 2007 08:54:08 -0000	1.11
@@ -3,8 +3,8 @@
 Summary: X MultiMedia System control plugin to use infrared devices
 Name: xmms-lirc
 Version: 1.4
-Release: 9%{?dist}
-License: GPL
+Release: 10
+License: GPLv2+
 Group: Applications/Multimedia
 URL: http://www.lirc.org/
 Source: http://dl.sf.net/lirc/lirc-xmms-plugin-%{version}.tar.bz2
@@ -18,7 +18,7 @@
 
 
 %prep
-%setup -n lirc-xmms-plugin-%{version}
+%setup -q -n lirc-xmms-plugin-%{version}
 
 
 %build
@@ -28,7 +28,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall libdir=%{buildroot}%{xmms_generaldir}
+%{__make} install DESTDIR=%{buildroot}
 
 
 %clean
@@ -36,13 +36,18 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %exclude %{xmms_generaldir}/liblirc.la
 %{xmms_generaldir}/liblirc.so
 
 
 %changelog
+* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 1.4-10
+- Update License field.
+- Remove dist tag, since the package will seldom change.
+- Switch to using the DESTDIR install method.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.4-9
 - FC6 rebuild.
 




More information about the fedora-extras-commits mailing list