SPECS: gallery-frame-carbon.spec (NEW) - Carbon frame for gallery

blues blues at pld-linux.org
Wed Jul 26 14:04:12 CEST 2006


Author: blues                        Date: Wed Jul 26 12:04:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Carbon frame for gallery

---- Files affected:
SPECS:
   gallery-frame-carbon.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gallery-frame-carbon.spec
diff -u /dev/null SPECS/gallery-frame-carbon.spec:1.1
--- /dev/null	Wed Jul 26 14:04:12 2006
+++ SPECS/gallery-frame-carbon.spec	Wed Jul 26 14:04:07 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define		_frame		carbon
+Summary:	Carbon Frame for Gallery2
+Name:		gallery-frame-%{_frame}
+Version:	1.0.0
+Release:	0.1
+License:	GPL
+Group:		Applications/Publishing
+Source0:	http://www.mincel.com/carbon/g2-frame-%{_frame}-%{version}.zip
+# Source0-md5:	9e6223f4b1e156a1145b2dee44e5bdd4
+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/modules/imageframe/frames/%{_frame}
+
+%description
+I created this image frame for Carbon theme and it is based on Shadow image frame. If the colors are suitable it can be used for other themes as well.
+
+%prep
+%setup -q -n modules
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cd imageframe/frames/%{_frame}
+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 12:04:07  blues
+- Carbon frame for gallery
+
================================================================


More information about the pld-cvs-commit mailing list