]> git.pld-linux.org Git - packages/bbgallery.git/blame - bbgallery.spec
- partialy rewrited but NYF.
[packages/bbgallery.git] / bbgallery.spec
CommitLineData
d708ecb0 1Summary: HTML Gallery Creator Script
1b928ce8 2Name: bbgallery
3Version: 1.1.0
4Release: 1
5License: GPL
d708ecb0 6Group: BB/html
1b928ce8 7Source0: ftp://ftp.bb-zone.com/pub/bbgallery/%{name}-%{version}.tar.bz2
8URL: http://www.bb-zone.com/zope/bbzone/projects/bbgallery/
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10Obsoletes: bbpic
d708ecb0 11
12%description
1b928ce8 13BBGallery is a small Perl script generating a number of HTML files
14from jpeg images that make up a image gallery to browse with any html
15browser. It uses The Gimp and Gimp-Perl</A> to create thumbnails and
16to scale the images. It offers the following features:
17
18- Thumbnail creation (size can be configured)
19- Scaling images to a configurable size (optional)
20- Links to full size image
21- Meta galleries (optional) (Galleries of galleries)
22- Labels or text can be assigned to images and/or galleries using
23 simple text files.
24- Easy installation and use
25- No extra software needed to view galleries and images on any
26 plattform (ideal for archiving images)
27- Automatic slideshow
d708ecb0 28
29Requires Perl, Gimp and Perl-Gimp.
30
31%prep
1b928ce8 32%setup -q
d708ecb0 33
34%build
1b928ce8 35%{__make} bbgallery
d708ecb0 36
37%install
1b928ce8 38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install instroot=$RPM_BUILD_ROOT prefix=%{_prefix}
d708ecb0 41
42%files
1b928ce8 43%defattr(644,root,root,755)
44%doc README CHANGELOG
45%attr(755,root,root) %{_bindir}/bbgallery
46%attr(755,root,root) %{_bindir}/JPG2jpg
47%{_libdir}/bbgallery
d708ecb0 48
49%clean
50rm -rf $RPM_BUILD_ROOT
This page took 0.046158 seconds and 4 git commands to generate.