]> git.pld-linux.org Git - packages/libspectre.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Sep 2010 06:13:03 +0000 (06:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable silent-rules
- runtime dep for proper version of ghostscript

Changed files:
    libspectre.spec -> 1.10

libspectre.spec

index f63c72ca350070c50e1892f84c035372a9dd8e47..2711c4255f53ecaa6d2e8da3aabbe78b45e1535b 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       A library for rendering PostScript documents
+Summary(pl.UTF-8):     Biblioteka do renderowania dokumentów postscriptowych
 Name:          libspectre
 Version:       0.2.6
 Release:       1
@@ -12,6 +13,7 @@ BuildRequires:        automake >= 1:1.7
 BuildRequires: ghostscript-devel >= 8.62
 BuildRequires: libtool
 BuildRequires: pkgconfig
+Requires:      ghostscript >= 8.62
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,6 +21,10 @@ Small library for rendering PostScript documents. It provides a
 convenient easy to use API for handling and rendering PostScript
 documents.
 
+%description -l pl.UTF-8
+Mała biblioteka do renderowania dokumentów postscriptowych. Udostępnia
+łatwe w użyciu API do obsługi i renderowania PostScriptu.
+
 %package devel
 Summary:       Header files for libspectre library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libspectre
@@ -54,6 +60,7 @@ Statyczna biblioteka libspectre.
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --disable-test
 %{__make}
 
This page took 0.21608 seconds and 4 git commands to generate.