From d2c4b7a96e91dbc25939368601b760cd66586c67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 4 Sep 2005 17:01:07 +0000 Subject: [PATCH] - initial Changed files: gallery-remote.spec -> 1.1 --- gallery-remote.spec | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gallery-remote.spec diff --git a/gallery-remote.spec b/gallery-remote.spec new file mode 100644 index 0000000..c080c12 --- /dev/null +++ b/gallery-remote.spec @@ -0,0 +1,32 @@ +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) -- 2.43.0