]> git.pld-linux.org Git - packages/pslib.git/commitdiff
- pl, unified, cleanup; release 2 AC-branch AC-STABLE auto/ac/pslib-0_2_5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Feb 2005 19:19:45 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pslib.spec -> 1.5

pslib.spec

index 4eaa28b2d3517bece6d6537f5fe049c60c56fba6..1996888e8083a210ad04d1b859d021a733b136de 100644 (file)
@@ -2,9 +2,9 @@ Summary:        The pslib C-library to create PostScript on the fly
 Summary(pl):   Biblioteka do generowania w locie plików PostScript
 Name:          pslib
 Version:       0.2.5
-Release:       1
+Release:       2
 License:       LGPL
-Group:         Development/Libraries
+Group:         Libraries
 Source0:       http://dl.sourceforge.net/pslib/%{name}-%{version}.tar.gz
 # Source0-md5: 12cf52461658fe32524975896771b66d
 URL:           http://pslib.sourceforge.net/
@@ -14,40 +14,45 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 pslib is a C-library to create PostScript files on the fly. It offers
-many drawing primitives, inclusion of png and eps images and a very
+many drawing primitives, inclusion of PNG and EPS images and a very
 sophisticated text rendering including hyphenation, kerning and
 ligatures. It can read external Type1 fonts and embed them into the
 output file. It supports pdfmarks which makes it in combination with
 ghostscript's pdfwriter an alternative for libraries creating PDF.
 
+%description -l pl
+pslib to biblioteka C do tworzenia w locie plików PostScript. Oferuje
+rysowanie wielu prymitywów, w³±czanie obrazów PNG i EPS oraz bardzo
+wyszukane renderowanie tekstu w³±cznie z przenoszeniem, kerningiem i
+ligaturami. Mo¿e wczytywaæ zewnêtrzne fonty Type1 i osadzaæ je w pliku
+wyj¶ciowym. Obs³uguje pdfmarki, co, w po³±czeniu z pdfwriterem z
+ghostscripta, czyni j± alternatyw± dla bibliotek tworz±cych PDF.
+
 %package devel
 Summary:       Development files for the pslib C-library to create PostScript
+Summary(pl):   Pliki programistyczne dla biblioteki C pslib tworz±cej PostScript
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Development files for the pslib C-library to create PostScript files
-on the fly. It offers many drawing primitives, inclusion of png and
-eps images and a very sophisticated text rendering including
-hyphenation, kerning and ligatures. It can read external Type1 fonts
-and embed them into the output file. It supports pdfmarks which makes
-it in combination with ghostscript's pdfwriter an alternative for
-libraries creating PDF.
+on the fly.
+
+%description devel -l pl
+Pliki programistyczne dla biblioteki C pslib tworz±cej w locie pliki
+PostScript.
 
 %package static
-Summary:       Static libraries for the pslib C-library to create PostScript
+Summary:       Static pslib library
+Summary(pl):   Statyczna biblioteka pslib
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description static
-Static libraries for the pslib C-library to create PostScript files on
-the fly. It offers many drawing primitives, inclusion of png and eps
-images and a very sophisticated text rendering including hyphenation,
-kerning and ligatures. It can read external Type1 fonts and embed them
-into the output file. It supports pdfmarks which makes it in
-combination with ghostscript's pdfwriteran alternative for libraries
-creating PDF.
+Static pslib library.
 
+%description static -l pl
+Statyczna biblioteka pslib.
 
 %prep
 %setup -q
@@ -62,16 +67,16 @@ creating PDF.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -81,11 +86,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/*
 %{_pkgconfigdir}/*
-#{_mandir}/man3/*.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.073944 seconds and 4 git commands to generate.