rpms/afflib/devel afflib.spec,1.2,1.3

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Apr 15 12:23:35 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/afflib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32476

Modified Files:
	afflib.spec 
Log Message:
- Update to 3.1.6



Index: afflib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/afflib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- afflib.spec	21 Mar 2008 11:07:03 -0000	1.2
+++ afflib.spec	15 Apr 2008 12:23:00 -0000	1.3
@@ -1,16 +1,14 @@
 Name:           afflib
-Version:        3.1.3
-Release:        4%{?dist}
+Version:        3.1.6
+Release:        1%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
 Group:          System Environment/Libraries
 License:        BSD with advertising
 URL:            http://www.afflib.org
 Source0:        http://www.afflib.org/downloads/afflib-%{version}.tar.gz
-Source1:        afflib.pc.in
 Patch0:         afflib-3.0.1-WCtype.patch
 Patch1:         afflib-3.1.3-gcc43.patch
-Patch2:         afflib-3.1.3-pkgconfig.patch
 Patch3:         afflib-3.1.3-ldconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,7 +18,7 @@
 BuildRequires:  expat-devel
 # GPLv2 FOSS incompatible with BSD with advertising
 ##BuildRequires:  fuse-devel
-BuildRequires:  libewf-devel >= 20080305
+#BuildRequires:  libewf-devel >= 20080305
 # Afflib uses lzma-SDK 443
 #BuildRequires:  lzma-devel
 BuildRequires:  ncurses-devel
@@ -63,7 +61,6 @@
 %setup -q
 %patch0 -p1 -b .WCtype
 %patch1 -p1 -b .gcc43
-%patch2 -p1 -b .pkgconfig
 %patch3 -p1 -b .ldconfig
 # prevent internal lzma to be built - testing
 #rm -rf lzma443
@@ -72,12 +69,8 @@
 find lzma443 -type f -exec chmod 0644 {} ';'
 chmod 0644 lib/base64.cpp
 
-# install pkg-config
-install -pm 0644 %{SOURCE1} .
-aclocal
-autoheader
-autoconf
-automake
+# Autoreconf
+autoreconf
 
 
 %build
@@ -133,6 +126,9 @@
 
 
 %changelog
+* Tue Apr 15 2008 kwizart < kwizart at gmail.com > - 3.1.6-1
+- Update to 3.1.6
+
 * Fri Mar 21 2008 kwizart < kwizart at gmail.com > - 3.1.3-4
 - Fix typo
 




More information about the fedora-extras-commits mailing list