Author: qboosh Date: Wed Oct 15 19:20:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.45 - updated link patch, added ming patch
---- Files affected: SPECS: pstoedit.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/pstoedit.spec diff -u SPECS/pstoedit.spec:1.23 SPECS/pstoedit.spec:1.24 --- SPECS/pstoedit.spec:1.23 Tue Feb 13 09:06:42 2007 +++ SPECS/pstoedit.spec Wed Oct 15 21:20:17 2008 @@ -2,16 +2,17 @@ Summary: Convert PostScript and PDF files into various vector-graphic formats Summary(pl.UTF-8): Konwerter PostScriptu i PDF do różnych formatów wektorowych Name: pstoedit -Version: 3.44 +Version: 3.45 Release: 1 -License: GPL +License: GPL v2+ Group: Applications/Graphics Source0: http://dl.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz -# Source0-md5: 13f24cb070da3f6af82ed84f4e53f049 +# Source0-md5: 071efc64d9edf5d942b407348ac7451d Patch0: %{name}-opt.patch Patch1: %{name}-no_pedantic.patch Patch2: %{name}-link.patch Patch3: %{name}-am18.patch +Patch4: %{name}-ming.patch URL: http://www.helga-glunz.homepage.t-online.de/pstoedit/ BuildRequires: GraphicsMagick-c++-devel >= 1.0.6 BuildRequires: autoconf @@ -44,6 +45,31 @@ ghostscript lub GNU plotutils - np. Tektronix, CGM, różne formaty rastrowe. +%package devel +Summary: pstoedit library header files +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki pstoedit +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel + +%description devel +pstoedit library header files. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki pstoedit. + +%package static +Summary: pstoedit static library +Summary(pl.UTF-8): Statyczna biblioteka pstoedit +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +pstoedit static library. + +%description static -l pl.UTF-8 +Statyczna biblioteka pstoedit. + %package drv-lplot Summary: lplot plugin for pstoedit library Summary(pl.UTF-8): Wtyczka lplot dla biblioteki pstoedit @@ -93,37 +119,13 @@ %description drv-wmf -l pl.UTF-8 Wtyczka wmf dla biblioteki pstoedit. Używa biblioteki libEMF. -%package devel -Summary: pstoedit library header files -Summary(pl.UTF-8): Pliki nagłówkowe biblioteki pstoedit -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: libstdc++-devel - -%description devel -pstoedit library header files. - -%description devel -l pl.UTF-8 -Pliki nagłówkowe biblioteki pstoedit. - -%package static -Summary: pstoedit static libraries -Summary(pl.UTF-8): Biblioteki statyczne pstoedit -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description static -pstoedit static libraries. - -%description static -l pl.UTF-8 -Biblioteki statyczne pstoedit. - %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build # need to rebuild - supplied libtool is broken (relink and C++) @@ -161,7 +163,8 @@ %defattr(644,root,root,755) %doc doc/{readme.txt,*.htm} java/java1/readme_java1.txt java/java2/readme_java2.html %attr(755,root,root) %{_bindir}/pstoedit -%attr(755,root,root) %{_libdir}/libpstoedit.so.*.* +%attr(755,root,root) %{_libdir}/libpstoedit.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libpstoedit.so.0 %dir %{_libdir}/pstoedit %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvstd.so* %{_datadir}/pstoedit @@ -188,8 +191,8 @@ %attr(755,root,root) %{_libdir}/libpstoedit.so %{_libdir}/libpstoedit.la %{_includedir}/pstoedit -%{_pkgconfigdir}/*.pc -%{_aclocaldir}/*.m4 +%{_pkgconfigdir}/pstoedit.pc +%{_aclocaldir}/pstoedit.m4 %files static %defattr(644,root,root,755) @@ -201,6 +204,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2008/10/15 19:20:17 qboosh +- updated to 3.45 +- updated link patch, added ming patch + Revision 1.23 2007/02/13 08:06:42 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pstoedit.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
