]> git.pld-linux.org Git - packages/amsn-skins.git/blobdiff - amsn-skins.spec
- undos dos files, rm standard license files; rel 2
[packages/amsn-skins.git] / amsn-skins.spec
index 85fe321ce5b6b39224ca7c4617a89af26ebd8e1f..307b824d71397ffa7deb2350f098773a07e4f8c8 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Skins for aMSN
 Name:          amsn-skins
 Version:       0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Themes
 Source0:       http://downloads.sourceforge.net/amsn/amsn-0.98.1.tar.gz
@@ -65,11 +65,17 @@ mv 'aMSN Live-1.0' skins/aMSN_Live
 find skins -name 'winicons' | xargs rm -rv
 find skins -name '*.xcf' | xargs rm -fv
 
+# standard GPL license
+rm skins/aMSN_Live/license
+rm skins/default/license
+rm skins/Dark_Matter/license
+
 # not part of skin, setting up needs patching amsn itself, besides, seems outdated
 rm -rf skins/aMSN_Live/pixmapmenu
 rm -rf skins/aMSN_Live/pixmapscroll
 
-find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+find skins '(' -name '*.txt' -o -name '*.xml' -o -name 'license' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
+find skins '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.518948 seconds and 4 git commands to generate.