Author: qboosh                       Date: Sun Jul 15 19:42:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl (but shortened desc a little)
- no messing in (semi-)random "." directory
- require ImageMagick too, coders (c|sh)ould depend on libs only

---- Files affected:
SPECS:
   makethumbs.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/makethumbs.spec
diff -u SPECS/makethumbs.spec:1.3 SPECS/makethumbs.spec:1.4
--- SPECS/makethumbs.spec:1.3   Sat Jul 14 14:38:12 2007
+++ SPECS/makethumbs.spec       Sun Jul 15 21:41:59 2007
@@ -1,10 +1,8 @@
 # $Revision$, $Date$
-#
-%define        _rev    1.272
-
 Summary:       From digicam to web page in under thirty seconds
+Summary(pl.UTF-8):     Od aparatu cyfrowego do strony WWW poniżej 30 sekund
 Name:          makethumbs
-Version:       %{_rev}
+Version:       1.272
 Release:       1
 License:       GPL
 Group:         Applications
@@ -14,6 +12,8 @@
 # Source1-md5: cd5d7319ca28b142cba99bb67a26a4e0
 Source2:       %{name}-pl.conf
 URL:           http://www.molenda.com/makethumbs/
+BuildRequires: sed >= 4.0
+Requires:      ImageMagick
 Requires:      ImageMagick-coder-jpeg
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,24 +28,30 @@
 than five seconds to spend on your pictures, makethumbs allows for
 lots of customization, labeling, and image descriptions.
 
-The goals of makethumbs are
-
-    - exist in a single script that can be mailed around easily
-    - generate clean, simple, portable HTML
-    - don't lock the images into any kind of database
-    - portable, portable, portable
-
-There are many other image gallery programs. Within the category of
-programs that don't import all your images into a database or depend
-on dynamic PHP/CGI scripting, I believe makethumbs.sh is one of the
-best around. Many of these programs break some of my stated
-goals--they generate fancy HTML that acts oddly/requires certain
-browsers, or they make big databases to track and display your images
-eighteen ways from Sunday, or they touch your original images, or they
-only run on Winblows, or they require all sorts of ancillary software
-to work correctly.
+The goals of makethumbs are:
+- exist in a single script that can be mailed around easily
+- generate clean, simple, portable HTML
+- don't lock the images into any kind of database
+- portable, portable, portable
+
+%description -l pl.UTF-8
+makethumbs.sh i rotate.sh to skrypty do tworzenia wygładzonych,
+statycznych galerii obrazów, nadających się na stronę WWW czy CD-ROM,
+z dużej liczby JPEG-ów w katalogu. makethumbs jest używany zwykle w
+połączeniu z aparatem cyfrowym. Kiedy chcemy udostępnić innym duży
+zestaw zdjęć, makethumbs tworzy używalne strony WWW bez dodatkowej
+pracy. Jeśli mamy więcej niż 5 sekund, makethumbs pozwala w istotny
+sposób dostosować galerię, dodać etykiety i opisy obrazów.
+
+makethumbs ma za zadanie:
+- istnieć w pojedynczym skrypcie, który można wysłać e-mailem
+- generować czysty, prosty, przenośny HTML
+- nie zamykać obrazów w żadnej bazie danych
+- być przenośnym, przenośnym i jeszcze raz przenośnym
 
 %prep
+%setup -q -c -T
+cp %{SOURCE2} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,7 +59,6 @@
 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/makethumbs.sh
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/rotate.sh
 sed -i -e s/'DEFAULT_preferred_image_tools="sips" # or "netpbm" or 
"imagemagick"'/'DEFAULT_preferred_image_tools="imagemagick" # or "netpbm" or 
"sips"'/g $RPM_BUILD_ROOT%{_bindir}/makethumbs.sh
-cp %{SOURCE2}  .
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +74,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/07/15 19:41:59  qboosh
+- pl (but shortened desc a little)
+- no messing in (semi-)random "." directory
+- require ImageMagick too, coders (c|sh)ould depend on libs only
+
 Revision 1.3  2007/07/14 12:38:12  paszczus
 - s/ImageMagick/ImageMagick-coder-jpeg/g
 
@@ -77,4 +87,3 @@
 
 Revision 1.1  2007/07/14 12:12:37  paszczus
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/makethumbs.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to