]> git.pld-linux.org Git - packages/gallery-remote.git/commitdiff
- initial
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Sep 2005 17:01:07 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-remote.spec -> 1.1

gallery-remote.spec [new file with mode: 0644]

diff --git a/gallery-remote.spec b/gallery-remote.spec
new file mode 100644 (file)
index 0000000..c080c12
--- /dev/null
@@ -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)
This page took 0.056434 seconds and 4 git commands to generate.