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