[rss-glx] rename xml-files (#744862)

cheese cheese at fedoraproject.org
Wed Apr 2 19:20:07 UTC 2014


commit ddb87c04108ca11d8cff25d32ff3663c706e3692
Author: josef radinger <cheese at nosuchhost.net>
Date:   Tue Apr 1 21:23:22 2014 +0200

    rename xml-files (#744862)

 rss-glx.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/rss-glx.spec b/rss-glx.spec
index 929d1f9..c23ce11 100644
--- a/rss-glx.spec
+++ b/rss-glx.spec
@@ -44,7 +44,7 @@
 Summary: Really Slick Screensavers
 Name: rss-glx
 Version: 0.9.1%{patchext}
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv2
 Group: Amusements/Graphics
 URL: http://rss-glx.sourceforge.net/
@@ -277,6 +277,11 @@ SpirographX§spirographx§spirographx§Spirograph-like screensaver.
 Sundancer2§sundancer2§sundancer2§Rotating stack of quads.
 EOF
 
+cd %buildroot/%{xssconfigdir}/
+for file in *.xml; do
+    mv -f $file rss-glx-$file
+done
+
 %clean
 rm -rf %buildroot
 
@@ -322,6 +327,9 @@ fi
 %{kdessconfigdir}/*.desktop
 
 %changelog
+* Tue Apr 01 2014 josef radinger <cheese at nosuchhost.net> - 0.9.1.p-19
+- rename xml-files (#744862)
+
 * Mon Nov 18 2013 Dave Airlie <airlied at redhat.com> - 0.9.1.p-18
 - rebuilt for GLEW 1.10
 


More information about the scm-commits mailing list