]> git.pld-linux.org Git - packages/coppermine-gallery.git/blame - coppermine-gallery.spec
- fix albums dir
[packages/coppermine-gallery.git] / coppermine-gallery.spec
CommitLineData
e9c85d90
ER
1%define _ver %(echo %{version} | tr -d .)
2Summary: Multi-purpose fully-featured and integrated web picture gallery script
3Name: coppermine-gallery
4Version: 1.4.5
5e2c467d 5Release: 0.8
e9c85d90
ER
6License: GPL v2+
7Group: Applications/Publishing
8Source0: http://dl.sourceforge.net/coppermine/cpg%{version}.zip
9# Source0-md5: c90849b6a47964e0c55d45daa427ff3c
10Source1: %{name}-apache.conf
11Patch0: %{name}-typo.patch
12Patch1: %{name}-pld.patch
13URL: http://coppermine-gallery.net/
14BuildRequires: rpmbuild(macros) >= 1.268
15Requires: php >= 3:4.1.0
16Requires: php-mysql
17Requires: webapps
18#Suggests: php-gd
19#Suggests: Imagemagick
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _webapps /etc/webapps
24%define _webapp %{name}
25%define _sysconfdir %{_webapps}/%{_webapp}
26%define _appdir %{_datadir}/%{_webapp}
27
28%description
29Coppermine Photo Gallery is an advanced, user-friendly, picture
30gallery script with built-in support for other multi-media/data files.
31
32The gallery can be private, accessible to registered users only,
33and/or open to all visitors to your site. Users, if permitted, can
34upload pictures with their web browser (thumbnail and intermediate
35sized images are created on the fly), rate pictures, add comments and
36even send e-cards.
37
38The site administrator determines which of the features listed above
39are accessible by registered and non-registered users. The site
40administrator can also manage galleries and batch process large
41numbers of pictures that have been uploaded onto the server by FTP.
42
43%package setup
44Summary: Coppermine Gallery setup package
45