]> git.pld-linux.org Git - packages/gallery.git/blob - gallery.spec
- photo album instead of image viewer (dead project)
[packages/gallery.git] / gallery.spec
1 Summary:        Web based photo album viewer and creator.
2 Summary(pl):    Przegl±darka i generator albumów zdjêæ w postaci stron WWW
3 Name:           gallery
4 Version:        1.4.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  7152ba06c6c879695cefd260acfd9b8f
10 Source1:        http://dl.sourceforge.net/%{name}/pl_PL-pack-%{version}.tar.gz
11 # Source1-md5:  0ff9a42839a944612d6a618d6ee83b03
12 URL:            http://gallery.sourceforge.net/
13 BuildArch:      noarch
14 Requires:       webserver
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define gallerydir      /home/services/httpd/html/gallery
18
19 %description
20 Gallery is a photo album that includes a config wizard and lets users
21 create and maintain albums via an intuitive Web interface. Photo
22 management includes automatic thumbnail creation, image resizing,
23 rotation, ordering and more. Albums can have read, write, and caption
24 permissions per individual.
25
26 %description -l pl
27 Gallery jest albumem zdjêæ, który posiadaj kreatora konfiguracji i
28 pozwala u¿ytkownikom tworzyæ i zarz±dzaæ albumami przez intuicyjny
29 interfejs WWW. Zarz±dzanie zdjêciami umo¿liwia automatyczne tworzenie
30 miniatur, zmianê wielko¶ci obrazów, obrót, zmianê kolejno¶ci
31 wy¶wietlania, itp. Albumy mog± posiadaæ indywidualne uprawnienia.
32
33 %prep
34 %setup -q -a1 -n %{name}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{gallerydir}
39
40 rm -f LICENSE.txt *.bat
41 mv pl_PL locale
42 cp -R * $RPM_BUILD_ROOT%{gallerydir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README RELEASE_NOTES
50 %dir %{gallerydir}
51 %attr(755,root,root) %{gallerydir}/*.sh
52 %{gallerydir}/*.php
53 %{gallerydir}/*.inc
54 %{gallerydir}/classes
55 %{gallerydir}/css
56 %{gallerydir}/docs
57 %{gallerydir}/errors
58 %{gallerydir}/html*
59 %{gallerydir}/images
60 %{gallerydir}/java
61 %{gallerydir}/js
62 %{gallerydir}/layout
63 %{gallerydir}/platform
64 %{gallerydir}/po
65 %{gallerydir}/setup
66 %{gallerydir}/skins
67 %{gallerydir}/tools
68
69 %dir %{gallerydir}/locale
70 %{gallerydir}/locale/en_US
71 %lang(pl) %{gallerydir}/locale/pl_PL
This page took 0.070036 seconds and 3 git commands to generate.