]> git.pld-linux.org Git - packages/gallery-remote.git/blame - gallery-remote.spec
- md5
[packages/gallery-remote.git] / gallery-remote.spec
CommitLineData
d2c4b7a9
ER
1Summary: Gallery Remote
2Name: gallery-remote
3Version: 1.4.1
4Release: 0.1
5License: GPL
6Group: Applications/Publishing
7Source0: http://dl.sourceforge.net/gallery/GalleryRemote.%{version}.Linux.NoVM.bin
2bb1c3c6 8# Source0-md5: 2185e22dcd01c6f037a4b3a9d5a4300e
d2c4b7a9
ER
9URL: http://gallery.menalto.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Gallery%20Remote
10BuildArch: noarch
11Requires: jre >= 1.4
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _appdir %{_datadir}/%{name}
15
16%description
17Gallery Remote is a client-side Java application that provides users
18with a rich front-end to Gallery. This application makes it easier to
19upload images to your Gallery.
20
21%prep
22%setup -q
23
24%install
25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{_appdir}
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31%files
32%defattr(644,root,root,755)
This page took 0.067488 seconds and 4 git commands to generate.