rpms/libzip/devel .cvsignore, 1.2, 1.3 libzip.spec, 1.3, 1.4 sources, 1.2, 1.3

Rex Dieter rdieter at fedoraproject.org
Fri Dec 12 20:54:55 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/libzip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16869

Modified Files:
	.cvsignore libzip.spec sources 
Log Message:
* Fri Dec 12 2008 Rex Dieter <rdieter at fedoraproject.org> 0.9-1
- libzip-0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libzip/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Nov 2007 22:23:32 -0000	1.2
+++ .cvsignore	12 Dec 2008 20:54:25 -0000	1.3
@@ -1 +1 @@
-libzip-0.8.tar.gz
+libzip-0.9.tar.gz


Index: libzip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libzip/devel/libzip.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libzip.spec	9 Feb 2008 21:15:33 -0000	1.3
+++ libzip.spec	12 Dec 2008 20:54:25 -0000	1.4
@@ -2,8 +2,8 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=393041
 
 Name:           libzip
-Version:        0.8
-Release:        5%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        C library for reading, creating, and modifying zip archives
 
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake libtool
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel >= 1.2.2
 
 %description
@@ -38,7 +39,7 @@
 # Avoid lib64 rpaths (FIXME: recheck this on newer releases)
 #if "%{_libdir}" != "/usr/lib"
 #sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
-autoreconf
+autoreconf -f -i
 #endif
 
 
@@ -65,19 +66,24 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README THANKS TODO
-%{_bindir}/*
-%{_libdir}/*.so.*
+%{_bindir}/zipcmp
+%{_bindir}/zipmerge
+%{_bindir}/ziptorrent
+%{_libdir}/libzip.so.1*
 %{_mandir}/man1/*zip*
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_includedir}/zip.h
+%{_libdir}/libzip.so
+%{_libdir}/pkgconfig/libzip.pc
 %{_mandir}/man3/*zip*
 
 
 %changelog
+* Fri Dec 12 2008 Rex Dieter <rdieter at fedoraproject.org> 0.9-1
+- libzip-0.9
+
 * Sat Feb 09 2008 Sebastian Vahl <fedora at deadbabylon.de> 0.8-5
 - rebuild for new gcc-4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libzip/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Nov 2007 22:23:32 -0000	1.2
+++ sources	12 Dec 2008 20:54:25 -0000	1.3
@@ -1 +1 @@
-b0087c2a12b312f8ec2df1052b2acb4f  libzip-0.8.tar.gz
+5b753dfe336f6fe87b0e698b382c3071  libzip-0.9.tar.gz




More information about the fedora-extras-commits mailing list