rpms/xmms-skins/devel xmms-skins.spec,1.4,1.5

Matthias Saou thias at fedoraproject.org
Wed Dec 24 16:03:41 UTC 2008


Author: thias

Update of /cvs/extras/rpms/xmms-skins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5773

Modified Files:
	xmms-skins.spec 
Log Message:
Don't copy zip files unnecessarily during build.



Index: xmms-skins.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms-skins/devel/xmms-skins.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xmms-skins.spec	11 Sep 2008 20:24:25 -0000	1.4
+++ xmms-skins.spec	24 Dec 2008 16:03:10 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Skins for the X MultiMedia System
 Name: xmms-skins
 Version: 1.2.10
-Release: 18
+Release: 19
 Epoch: 1
 License: MIT and GPL+ and Copyright only and CC-BY
 Group: Applications/Multimedia
@@ -58,7 +58,7 @@
 # Cannot find active email for Christopher Allen (copyright holder)
 # http://web.archive.org/web/20050212133801/ruah.dyndns.org/~cpcallen/
 # Source24: http://xmms.org/files/Skins/XawMMS.zip
-# Same author as Covenant skin (if he replies, I will ask about	this one)
+# Same author as Covenant skin (if he replies, I will ask about this one)
 # Source25: http://xmms.org/files/Skins/xmms-256.zip
 # No idea who made these. No License.
 # Source26: http://xmms.org/files/Skins/XMMS-Green.zip
@@ -74,9 +74,7 @@
 
 
 %prep
-%setup -q -T -c -n %{name}-%{version}
-cp %{SOURCE1} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
-   %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22} .
+%setup -q -T -c
 
 
 %build
@@ -85,7 +83,11 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__mkdir_p} %{buildroot}%{_datadir}/xmms/Skins
-%{__install} -p -m 0644 * %{buildroot}%{_datadir}/xmms/Skins/
+%{__install} -p -m 0644 \
+    %{SOURCE1}  %{SOURCE5}  %{SOURCE6}  %{SOURCE8}  %{SOURCE10} %{SOURCE11} \
+    %{SOURCE12} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE18} %{SOURCE19} \
+    %{SOURCE20} %{SOURCE21} %{SOURCE22} \
+    %{buildroot}%{_datadir}/xmms/Skins/
 
 
 %clean
@@ -93,11 +95,14 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,0755)
 %{_datadir}/xmms/Skins/
 
 
 %changelog
+* Wed Dec 24 2008 Matthias Saou <http://freshrpms.net/> 1:1.2.10-19
+- Don't copy zip files unnecessarily during build.
+
 * Thu Sep 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1:1.2.10-18
 - Ultrafina author says we can use them under CC-BY
 




More information about the fedora-extras-commits mailing list