SPECS: gallery-module-map.spec (NEW) - Google Maps module

blues blues at pld-linux.org
Wed Jul 26 13:20:55 CEST 2006


Author: blues                        Date: Wed Jul 26 11:20:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Google Maps module

---- Files affected:
SPECS:
   gallery-module-map.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gallery-module-map.spec
diff -u /dev/null SPECS/gallery-module-map.spec:1.1
--- /dev/null	Wed Jul 26 13:20:55 2006
+++ SPECS/gallery-module-map.spec	Wed Jul 26 13:20:50 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+%define		_module		map
+Summary:	Google Map Integration with Gallery
+Name:		gallery-module-%{_module}
+Version:	0.5.1d
+Release:	0.1
+License:	GPL
+Group:		Applications/Publishing
+Source0:	http://dl.sourceforge.net/gmap-module/%{_module}-module-%{version}.zip
+# Source0-md5:	d5db85c689a24ff09dc0c3d4cf3f6e0f
+URL:		http://gallery.sourceforge.net/
+BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	unzip
+Requires:	gallery >= 2.1.0
+Requires:	webapps
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir		%{_datadir}/gallery/modules/%{_module}
+
+%description
+Google Map integration for Gallery. There is a theme that can be used on any Gallery 2 albums and turn the display into a google map. There is also a Module that has many feature but the default map shows pictures from every albums.
+
+%prep
+%setup -q -n %{_module}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cp -R * $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README*
+%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:20:50  blues
+- Google Maps module
+
================================================================


More information about the pld-cvs-commit mailing list