Author: qboosh Date: Mon Oct 24 21:18:03 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, unified examplesdir
---- Files affected: SPECS: libqgs.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libqgs.spec diff -u SPECS/libqgs.spec:1.2 SPECS/libqgs.spec:1.3 --- SPECS/libqgs.spec:1.2 Mon Oct 24 16:37:20 2005 +++ SPECS/libqgs.spec Mon Oct 24 23:17:58 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: The Qt wrapper around the Ghostscript shared library +Summary(pl): Wrapper Qt do biblioteki współdzielonej Ghostscripta Name: libqgs Version: 1.0 Release: 2 @@ -26,19 +27,38 @@ enabled), API documentation, and examples of use. This library is a part of a project sponsored by Google Summer of -Code program, http://code.google.com/summerofcode.html. +Code program, <http://code.google.com/summerofcode.html>. + +%description -l pl +libqgs to wrapper do biblioteki współdzielonej Ghostscripta. Ułatwia +korzystanie z Ghostscripta w aplikacjach Qt. Oszczędza konieczność +dbania o uruchamianie Ghostscripta, analizę jego wyjścia i wykonywania +dziwnych sztuczek w celu otrzymania wyrenderowanych stron. Ta +biblioteka umożliwia progresywne i nieprogresywne renderowanie stron, +operowanie na obiektach QImage, obsługę błędów z obsługą wyjątków, +dostęp do komunikatów Ghostscripta poprzez sygnały i bufor (jeśli jest +włączony), zawiera dokumentację API oraz przykłady użycia. + +Ta biblioteka jest częścią projektu sponsorowanego przez program +Google Summer of Code - <http://code.google.com/summerofcode.html>. %package devel Summary: Development files for the Qt wrapper around the Ghostscript shared library +Summary(pl): Pliki programistyczne wrappera Qt do biblioteki współdzielonej Ghostscripta Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -This is the package containing the development libraries and header -files for the Qt wrapper around the Ghostscript shared library. +This is the package containing the header files for the Qt wrapper +around the Ghostscript shared library. + +%description devel -l pl +Ten pakiet zawiera pliki nagłówkowe dla wrappera Qt do biblioteki +współdzielonej Ghostscripta. %package examples Summary: Code with example use of the Qt wrapper around the Ghostscript shared library +Summary(pl): Przykłady użycia wrappera Qt do biblioteki współdzielonej Ghostscripta Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} @@ -46,6 +66,10 @@ This is the package containing the code with example use of the Qt wrapper around the Ghostscript shared library. +%description examples -l pl +Ten pakiet zawiera kod z przykładami użycia wrappera Qt do biblioteki +współdzielonej Ghostscripta. + %prep %setup -q @@ -65,15 +89,15 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name} -cp -f libqgs/examples/*.cpp $RPM_BUILD_ROOT%{_examplesdir}/%{name} -cp -f libqgs/examples/*.h $RPM_BUILD_ROOT%{_examplesdir}/%{name} +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +cp -f libqgs/examples/*.cpp $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +cp -f libqgs/examples/*.h $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -88,7 +112,7 @@ %files examples %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%{_examplesdir}/%{name} +%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -96,11 +120,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/10/24 21:17:58 qboosh +- pl, unified examplesdir + Revision 1.2 2005/10/24 14:37:20 djurban - tarball was updated Revision 1.1 2005/10/22 23:06:38 djurban - part of my work for google's summer of code program, the qt wrapper around ghostscript - rel. 1 - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libqgs.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
