Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
php4-pdf
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
php4-pdflib-lib64.spec
@@ -0,0 +1,25 @@ +Index: config.m4 +=================================================================== +RCS file: /repository/pecl/pdf/config.m4,v +retrieving revision 1.48 +diff -u -r1.48 config.m4 +--- config.m4 5 Oct 2006 11:57:53 -0000 1.48 ++++ config.m4 20 Jan 2007 06:52:49 -0000 +@@ -41,7 +41,7 @@ + PHP_CHECK_LIBRARY(pdf, PDF_open_pdi, + [ + AC_DEFINE(HAVE_PDFLIB,1,[ ]) +- PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/lib, PDF_SHARED_LIBADD) ++ PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/$PHP_LIBDIR, PDF_SHARED_LIBADD) + PHP_ADD_INCLUDE($PHP_PDFLIB/include) + ],[ + AC_MSG_ERROR([ +@@ -49,7 +49,7 @@ + See config.log for more information. + ]) + ],[ +- -L$PHP_PDFLIB/lib $PDF_SHARED_LIBADD -lm ++ -L$PHP_PDFLIB/$PHP_LIBDIR $PDF_SHARED_LIBADD -lm + ]) + else + AC_MSG_ERROR([pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix directory.])
[-]
[+]
Changed
php4-pdflib.spec
^
@@ -1,5 +1,5 @@ Name: php4-pdflib -Version: 2.1.4 +Version: 2.1.5 Release: 1 License: Proprietary (http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf) Group: Development/Libraries @@ -7,6 +7,7 @@ Summary(de): php pdflib Erweiterung URL: http://www.pdflib.com/ Source0: pdflib-%{version}.tgz +Patch0: php4-pdflib-lib64.spec BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com @@ -23,6 +24,7 @@ %prep %setup -q -n pdflib-%{version} +%patch0 export PHP_PREFIX=%{_prefix} $PHP_PREFIX/bin/phpize @@ -32,11 +34,6 @@ %install install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/php/extensions/ install -m 755 modules/pdf.so $RPM_BUILD_ROOT%{_libdir}/php/extensions/ -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} - %post if [ -f /etc/php.ini ] ; then @@ -54,12 +51,17 @@ %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* -rm -rf ../file.list.%{name} -%files -f ../file.list.%{name} +%files +%defattr(-,root,roo) %doc CREDITS +%{_libdir}/php/extensions/pdf.so %changelog +* Mon Jul 21 2008 Carsten Schoene <cs@linux-administrator.com> +- update to release 2.1.5 +- updated filelist + * Wed Oct 17 2007 Carsten Schoene <cs@linux-administrator.com> - version changed to 2.1.4
Added
pdflib-2.1.5.tgz
^