SPECS: gallery-theme-carbon.spec (NEW) - carbon theme
blues
blues at pld-linux.org
Wed Jul 26 13:49:26 CEST 2006
Author: blues Date: Wed Jul 26 11:49:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- carbon theme
---- Files affected:
SPECS:
gallery-theme-carbon.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gallery-theme-carbon.spec
diff -u /dev/null SPECS/gallery-theme-carbon.spec:1.1
--- /dev/null Wed Jul 26 13:49:26 2006
+++ SPECS/gallery-theme-carbon.spec Wed Jul 26 13:49:21 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define _theme carbon
+Summary: Carbon Theme for Gallery2
+Name: gallery-theme-%{_theme}
+Version: 1.1.1
+Release: 0.1
+License: GPL
+Group: Applications/Publishing
+Source0: http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
+# Source0-md5: d59db6cb6daecda88617c1bf54ce5898
+URL: http://www.mincel.com/carbon/
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: unzip
+Requires: gallery >= 2.1.0
+# Will be needed when modules will be separated to packages
+#Requires: gallery-module-imageframe
+Requires: webapps
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _appdir %{_datadir}/gallery/themes/%{_theme}
+
+%description
+I've developed Carbon theme for personal needs for Gallery 2. It is based on Matrix theme. The theme works well in Firefox and IE6.
+
+%prep
+%setup -q -n themes
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cd %{_theme}
+cp -R * $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_appdir}
+%{_appdir}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/26 11:49:21 blues
+- carbon theme
+
================================================================
More information about the pld-cvs-commit
mailing list