Author: glen Date: Mon Jun 1 14:17:29 2009 GMT Module: packages Tag: HEAD ---- Log message: - pass CC
---- Files affected: packages/libcpdf: libcpdf.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/libcpdf/libcpdf.spec diff -u packages/libcpdf/libcpdf.spec:1.24 packages/libcpdf/libcpdf.spec:1.25 --- packages/libcpdf/libcpdf.spec:1.24 Fri Dec 26 03:37:32 2008 +++ packages/libcpdf/libcpdf.spec Mon Jun 1 16:17:24 2009 @@ -3,20 +3,18 @@ Summary(pl.UTF-8): Biblioteka do obróbki plików PDF Name: libcpdf Version: 2.02r1 -%define fileversion 202r1 -%define minorversion 2 Release: 6 License: Free for non-commercial use Group: Libraries -Source0: http://www.fastio.com/clibpdf%{fileversion}.tar.gz +Source0: http://www.fastio.com/clibpdf202r1.tar.gz # Source0-md5: 840d78e187ab46fc5700caba9fbb33e5 Source1: %{name}-examples.Makefile Patch0: %{name}-makefile.patch Patch1: %{name}-config.patch URL: http://www.fastio.com/ BuildRequires: zlib-devel -#Requires: ghostscript-fonts-std #Requires: ghostscript-fonts-other +#Requires: ghostscript-fonts-std BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -64,6 +62,7 @@ %build %{__make} -C source -f Makefile.Linux shlib \ + CC="%{__cc}" \ CFLAGS="%{rpmcflags} -DLinux -fPIC" \ LDFLAGS="%{rpmldflags}" \ VERSION="%{version}" @@ -74,8 +73,7 @@ install source/cpdflib.h $RPM_BUILD_ROOT%{_includedir} install source/libcpdf.so.*.* $RPM_BUILD_ROOT%{_libdir} -(cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libcpdf.so.*.* libcpdf.so) - +ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libcpdf.so.*.*) $RPM_BUILD_ROOT%{_libdir}/libcpdf.so install source/libcpdf.a $RPM_BUILD_ROOT%{_libdir} #cp fontmap.lst $RPM_BUILD_ROOT%{_datadir}/ghostscript/fonts @@ -111,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2009/06/01 14:17:24 glen +- pass CC + Revision 1.24 2008/12/26 02:37:32 adamg - fixed previous commit msg @@ -187,33 +188,3 @@ Revision 1.2 2001/07/26 05:08:52 agaran adapterized -* Tue Dec 14 1999 Gomez Henri <[email protected]> -- 2.02 Release 1 -- Built under Redhat 5.2 with Type1 fonts in - /usr/share/ghostscript/fonts. Will be soon a - release for Redhat 6.1 which use a different - packaging of T1 fonts (urw-fonts) - -* Tue Sep 14 1999 Gomez Henri <[email protected]> -- 2.00 Release 1 - -* Mon Sep 13 1999 Gomez Henri <[email protected]> -- 2.00Beta1 Release 2, major revision (thread support and API changes) -- first try -- libcpdfm.a and libcpdfm.so.xxx renamed to libcpdf.a and libcpdf.so.xxx - -* Fri Jun 11 1999 Gomez Henri <[email protected]> -- 1.10-7e -- add Manual Addendum cpdfAdd110.pdf and included now cpdfman110.pdf -- correct makefile for examples - -* Mon Jun 7 1999 Gomez Henri <[email protected]> -- correction in dynamic library build -- pdf viewer, xpdf, path to /usr/bin/X11/xpdf - -* Wed May 5 1999 Gomez Henri <[email protected]> -- upgraded to version 1.10.5c - -* Wed Mar 10 1999 Gomez Henri <[email protected]> -- initial release -- added shared library support ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcpdf/libcpdf.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
