packages: libzip/libzip.spec - add fix_headers patch; rel 2

cactus cactus at pld-linux.org
Fri Mar 25 14:53:42 CET 2011


Author: cactus                       Date: Fri Mar 25 13:53:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add fix_headers patch; rel 2

---- Files affected:
packages/libzip:
   libzip.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/libzip/libzip.spec
diff -u packages/libzip/libzip.spec:1.13 packages/libzip/libzip.spec:1.14
--- packages/libzip/libzip.spec:1.13	Mon Mar 21 19:57:15 2011
+++ packages/libzip/libzip.spec	Fri Mar 25 14:53:36 2011
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8):	Biblioteka C do odczytu, zapisu i modyfikacji archiwów zip
 Name:		libzip
 Version:	0.10
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 Source0:	http://www.nih.at/libzip/%{name}-%{version}.tar.bz2
 # Source0-md5:	663d79a9d299a61026d1860d52cdf6fc
+Patch0:		%{name}-fix_headers.patch
 URL:		http://www.nih.at/libzip/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -93,9 +95,8 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libzip.so
-# zipconf.h include
-%{_libdir}/libzip
 %{_includedir}/zip.h
+%{_includedir}/zipconf.h
 %{_pkgconfigdir}/libzip.pc
 %{_mandir}/man3/libzip.3*
 %{_mandir}/man3/zip_*.3*
@@ -110,6 +111,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2011/03/25 13:53:36  cactus
+- add fix_headers patch; rel 2
+
 Revision 1.13  2011/03/21 18:57:15  wiget
 - drop libtool file
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libzip/libzip.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list