]> git.pld-linux.org Git - packages/bbgallery.git/commitdiff
- pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Oct 2002 20:50:10 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbgallery.spec -> 1.3

bbgallery.spec

index 5b7eff9385b5e0cc9f6f07322f64db3549145f36..4a7b0ba3ec15ccd60c22c3c776958ca66d71c2e1 100644 (file)
@@ -1,9 +1,10 @@
 Summary:       HTML Gallery Creator Script
+Summary(pl):   Skrypt do tworzenia galerii w HTML-u
 Name:          bbgallery
 Version:       1.1.0
 Release:       1
 License:       GPL
-Group:         BB/html
+Group:         Applications/Graphics
 Source0:       ftp://ftp.bb-zone.com/pub/bbgallery/%{name}-%{version}.tar.bz2
 URL:           http://www.bb-zone.com/zope/bbzone/projects/bbgallery/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -11,23 +12,40 @@ Obsoletes:  bbpic
 
 %description
 BBGallery is a small Perl script generating a number of HTML files
-from jpeg images that make up a image gallery to browse with any html
-browser. It uses The Gimp and Gimp-Perl</A> to create thumbnails and
-to scale the images. It offers the following features:
+from JPEG images that make up a image gallery to browse with any HTML
+browser. It uses The Gimp and Gimp-Perl to create thumbnails and to
+scale the images. It offers the following features:
 
 - Thumbnail creation (size can be configured)
 - Scaling images to a configurable size (optional)
 - Links to full size image
 - Meta galleries (optional) (Galleries of galleries)
 - Labels or text can be assigned to images and/or galleries using
-  simple text files.
+  simple text files
 - Easy installation and use
 - No extra software needed to view galleries and images on any
-  plattform (ideal for archiving images)
+  platform (ideal for archiving images)
 - Automatic slideshow
 
 Requires Perl, Gimp and Perl-Gimp.
 
+%description -l pl
+BBGallery to ma³y skrypt Perla tworz±cy pliki HTML z obrazków JPEG,
+które tworz± galeriê do przegl±dania dowoln± przegl±dark± HTML. Skrypt
+u¿ywa programu Gimp i modu³ów Gimp-Perl do tworzenia miniaturek oraz
+skalowania obrazków. Oferuje nastêpuj±ce mo¿liwo¶ci:
+ - tworzenie miniaturek (rozmiar jest konfigurowalny)
+ - skalowanie obrazków do konfigurowalnego rozmiaru (opcjonalne)
+ - odno¶niki do obrazków w pe³nym rozmiarze
+ - meta-galerie (galerie galerii)
+ - etykiety lub tekst mog± byæ przypisywane do obrazków i/lub galerii
+   przy u¿yciu prostych plików tekstowych
+ - ³atwa instalacja i u¿ywanie
+ - nie wymaga dodatkowego oprogramowania do przegl±dania galerii i
+   obrazków na dowolnej platformie (idealne do archiwizowania
+   obrazków)
+  - automatyczne przegl±danie slajdów.
+
 %prep
 %setup -q
 
@@ -39,12 +57,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install instroot=$RPM_BUILD_ROOT prefix=%{_prefix}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc README CHANGELOG
 %attr(755,root,root) %{_bindir}/bbgallery
 %attr(755,root,root) %{_bindir}/JPG2jpg
 %{_libdir}/bbgallery
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.094422 seconds and 4 git commands to generate.