]> git.pld-linux.org Git - packages/bbgallery.git/blob - bbgallery.spec
e905498fa67573b09ca494e5be6265e1f61b5b5b
[packages/bbgallery.git] / bbgallery.spec
1 # ----------------------------------------------------------------------
2 # Copyright (C) 2001 Bodo Bauer <bb@bb-zone.com>
3 #
4 # This program is free software; you can redistribute it and/or 
5 # modify it under the terms of the GNU General Public License as 
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version. 
8 #
9 # This program is distributed in the hope that it will be useful, 
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
12 # General Public License for more details. 
13 #
14 # You should have received a copy of the GNU General Public License 
15 # along with this program; if not, write to the Free Software 
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
17 # MA 02111-1307, USA. 
18 # ----------------------------------------------------------------------
19
20 Name:           bbgallery
21 Version:        1.1.0
22 Release:        0
23 Vendor:         Bodo Bauer
24 Distribution:   Bodo Bauer
25 Copyright:      GPL
26 Source:         bbgallery-%{version}.tar.bz2
27 BuildRoot:      /var/tmp/%{name}-%{version}-root
28 Summary:        HTML Gallery Creator Script
29 Group:          BB/html
30
31 %description
32 BBGallery is a small Perl script generating a number of HTML files from 
33 jpeg images that make up a image gallery to browse with any html browser. 
34 It uses The Gimp and Gimp-Perl</A> to create thumbnails and to scale the 
35 images. It offers the following features:
36
37 * Thumbnail creation (size can be configured)
38 * Scaling images to a configurable size (optional)
39 * Links to full size image
40 * Meta galleries (optional)
41   (Galleries of galleries)
42 * Labels or text can be assigned to images and/or 
43   galleries using simple text files.
44 * Easy installation and use
45 * No extra software needed to view galleries and 
46   images on any plattform (ideal for archiving images)
47 * Automatic slideshow
48
49 Requires Perl, Gimp and Perl-Gimp.
50
51 %prep
52 %setup -n %{name}-%{version}
53
54 %build
55 make bbgallery
56
57 %install
58 make install instroot=$RPM_BUILD_ROOT prefix=/usr
59
60 %files
61 %defattr(-,root,root)
62 %doc README COPYING CHANGELOG
63 /usr/bin/bbgallery
64 /usr/bin/JPG2jpg
65 /usr/lib/bbgallery/gimp_scale.pl
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
This page took 0.048435 seconds and 2 git commands to generate.