Author: glen Date: Sun Sep 4 17:01:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: gallery-remote.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gallery-remote.spec diff -u /dev/null SPECS/gallery-remote.spec:1.1 --- /dev/null Sun Sep 4 19:01:13 2005 +++ SPECS/gallery-remote.spec Sun Sep 4 19:01:07 2005 @@ -0,0 +1,43 @@ +# $Revision$, $Date$ +Summary: Gallery Remote +Name: gallery-remote +Version: 1.4.1 +Release: 0.1 +License: GPL +Group: Applications/Publishing +Source0: http://dl.sourceforge.net/gallery/GalleryRemote.%{version}.Linux.NoVM.bin +# Source0-md5: ad84576e9dedb24fdf3c5b90cd3003ef +URL: http://gallery.menalto.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Gallery%20Remote +BuildArch: noarch +Requires: jre >= 1.4 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/%{name} + +%description +Gallery Remote is a client-side Java application that provides users +with a rich front-end to Gallery. This application makes it easier to +upload images to your Gallery. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/09/04 17:01:07 glen +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
