SPECS: splashutils-theme-htf.spec - add lumpy
glen
glen at pld-linux.org
Tue Aug 26 16:42:51 CEST 2008
Author: glen Date: Tue Aug 26 14:42:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add lumpy
---- Files affected:
SPECS:
splashutils-theme-htf.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/splashutils-theme-htf.spec
diff -u SPECS/splashutils-theme-htf.spec:1.4 SPECS/splashutils-theme-htf.spec:1.5
--- SPECS/splashutils-theme-htf.spec:1.4 Tue Jun 17 21:10:41 2008
+++ SPECS/splashutils-theme-htf.spec Tue Aug 26 16:42:45 2008
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): Splashutils - motyw Happy Tree Friends
Name: splashutils-theme-%{theme}
Version: 1.0
-Release: 0.1
+Release: 0.2
License: ?
Group: Themes
Source0: htf-toothy.tar.bz2
@@ -18,6 +18,17 @@
Source3: http://happytreefriends.atomfilms.com/goodies/images/desktop_patterns/toothy_1280x1024.jpg
# NoSource3-md5: 864cb7ed8ec91dad4203d4f9b8008013
NoSource: 3
+Source4: htf-lumpy.tar.bz2
+# Source4-md5: ad3aab3a87668d95d467ee0f09ab00eb
+Source5: http://mondo.happytreefriends.com/goodies/images/desktop_patterns/07_octcal01_800x600.jpg
+# Source5-md5: b623022aa05fcaaf74e887bc95fb2b16
+NoSource: 5
+Source6: http://mondo.happytreefriends.com/goodies/images/desktop_patterns/07_octcal01_1024x768.jpg
+# Source6-md5: 1c95b3e4fa9f04e484f4508ba6d59861
+NoSource: 6
+Source7: http://mondo.happytreefriends.com/goodies/images/desktop_patterns/07_octcal01_1280x1024.jpg
+# Source7-md5: c6d82b90095e2a9bdb3a10fe1aa2a84d
+NoSource: 7
Requires: splashutils
Provides: fbsplash-theme
Provides: splash-theme
@@ -33,17 +44,25 @@
Motyw Happy Tree Friends dla splashutils.
%prep
-%setup -qc
-cp -a %{SOURCE1} .
-cp -a %{SOURCE2} .
-cp -a %{SOURCE3} .
+%setup -qcT
+# Toothy
+install -d toothy/images
+tar jxf %{SOURCE0} -C toothy
+cp -a %{SOURCE1} toothy/images
+cp -a %{SOURCE2} toothy/images
+cp -a %{SOURCE3} toothy/images
+
+# Lumpy
+install -d lumpy/images
+tar jxf %{SOURCE4} -C lumpy
+cp -a %{SOURCE5} lumpy/images/lumpy_800x600.jpg
+cp -a %{SOURCE6} lumpy/images/lumpy_1024x768.jpg
+cp -a %{SOURCE7} lumpy/images/lumpy_1280x1024.jpg
%install
rm -rf $RPM_BUILD_ROOT
-THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/toothy
-install -d $THEME_DIR/images
-install *.cfg $THEME_DIR
-install *.jpg $THEME_DIR/images
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+cp -a toothy lumpy $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -51,6 +70,7 @@
%files
%defattr(644,root,root,755)
%{_sysconfdir}/toothy
+%{_sysconfdir}/lumpy
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008/08/26 14:42:45 glen
+- add lumpy
+
Revision 1.4 2008/06/17 19:10:41 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/splashutils-theme-htf.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list