Author: qboosh Date: Fri Feb 18 19:19:50 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, unified, cleanup; release 2
---- Files affected: SPECS: pslib.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/pslib.spec diff -u SPECS/pslib.spec:1.4 SPECS/pslib.spec:1.5 --- SPECS/pslib.spec:1.4 Thu Feb 17 20:24:38 2005 +++ SPECS/pslib.spec Fri Feb 18 20:19:45 2005 @@ -3,9 +3,9 @@ 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/ @@ -15,40 +15,45 @@ %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 @@ -63,16 +68,16 @@ %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) @@ -82,11 +87,10 @@ %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) @@ -97,8 +101,10 @@ * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org - $Log$ +Revision 1.5 2005/02/18 19:19:45 qboosh +- pl, unified, cleanup; release 2 + Revision 1.4 2005/02/17 19:24:38 darekr - fixed Source0, ehm md5sum was good. Sleep, chrr chrr @@ -110,4 +116,3 @@ Revision 1.1 2005/02/17 17:45:45 djurban - initial, wanted by yzis - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pslib.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
