From 5bb48dbd2b5181860ba4efd4645e089f2ae5ec19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jul 2011 17:45:54 +0200 Subject: libzip, try to merge php changes --- libzip.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index a7c55b8..2d5d9f7 100644 --- a/libzip.spec +++ b/libzip.spec @@ -10,6 +10,9 @@ Group: Applications/File License: BSD URL: http://www.nih.at/libzip/index.html Source0: http://www.nih.at/libzip/libzip-%{version}.tar.bz2 + +Patch0: libzip-php.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake libtool @@ -44,6 +47,8 @@ The %{name}-tools package contains tools that use %{name}. %prep %setup -q -n libzip-%{version} +%patch0 -p1 -b .forphp + # Avoid lib64 rpaths (FIXME: recheck this on newer releases) #if "%{_libdir}" != "/usr/lib" #sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure @@ -97,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Sun Mar 20 2011 Remi Collet 0.10-1 - update to 0.10 -- rename to libzip2 and split tools in sub package +- rename to libzip2 and split libs in sub package * Tue Feb 08 2011 Fedora Release Engineering - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -- cgit