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