packages: libarchive/libarchive.spec - download URL - verbose include/man f...

qboosh qboosh at pld-linux.org
Wed Nov 10 20:52:24 CET 2010


Author: qboosh                       Date: Wed Nov 10 19:52:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- download URL
- verbose include/man files

---- Files affected:
packages/libarchive:
   libarchive.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/libarchive/libarchive.spec
diff -u packages/libarchive/libarchive.spec:1.23 packages/libarchive/libarchive.spec:1.24
--- packages/libarchive/libarchive.spec:1.23	Fri Oct 29 18:59:41 2010
+++ packages/libarchive/libarchive.spec	Wed Nov 10 20:52:18 2010
@@ -10,13 +10,14 @@
 Release:	2
 License:	BSD
 Group:		Libraries
+#Source0Download: http://code.google.com/p/libarchive/downloads/list
 Source0:	http://libarchive.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	83b237a542f27969a8d68ac217dc3796
 Patch0:		%{name}-man_progname.patch
 URL:		http://people.freebsd.org/~kientzle/libarchive/
 BuildRequires:	acl-devel
 BuildRequires:	attr-devel
-#BuildRequires:	autoconf
+#BuildRequires:	autoconf >= 2.50
 #BuildRequires:	automake
 BuildRequires:	bzip2-devel
 # for <ext2fs/ext2_fs.h>
@@ -106,7 +107,7 @@
 #%%{__autoheader}
 #%%{__automake}
 %configure \
-	--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
+	--enable-static%{!?with_static_libs:=no}
 %{__make} -j1
 
 %install
@@ -129,9 +130,14 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libarchive.so
 %{_libdir}/libarchive.la
-%{_includedir}/*.h
-%{_mandir}/man3/*.3*
-%{_mandir}/man5/*.5*
+%{_includedir}/archive*.h
+%{_mandir}/man3/archive_*.3*
+%{_mandir}/man3/libarchive.3*
+%{_mandir}/man3/libarchive_internals.3*
+%{_mandir}/man5/libarchive-formats.5*
+%{_mandir}/man5/cpio.5*
+%{_mandir}/man5/mtree.5*
+%{_mandir}/man5/tar.5*
 %{_pkgconfigdir}/libarchive.pc
 
 %if %{with static_libs}
@@ -156,6 +162,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2010/11/10 19:52:18  qboosh
+- download URL
+- verbose include/man files
+
 Revision 1.23  2010/10/29 16:59:41  hawk
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libarchive/libarchive.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list