rpms/htdig/devel htdig.spec,1.43,1.44

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Apr 23 12:26:17 UTC 2008


Author: atkac

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

Modified Files:
	htdig.spec 
Log Message:
- fixed version



Index: htdig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/htdig/devel/htdig.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- htdig.spec	23 Apr 2008 12:12:02 -0000	1.43
+++ htdig.spec	23 Apr 2008 12:25:41 -0000	1.44
@@ -4,14 +4,14 @@
 
 Summary: ht://Dig - Web search engine
 Name: htdig
-Version: 3.2.0b6
+Version: 3.2.0
 Release: 0.1.b6%{?dist}
 Epoch: 4
 License: GPLv2
 Group: Applications/Internet
 Url: http://www.htdig.org/
 Prefix: %{_prefix}
-Source: http://www.htdig.org/files/%{name}-%{version}.tar.bz2
+Source: http://www.htdig.org/files/%{name}-%{version}b6.tar.bz2
 Source1: htdig.conf
 Patch: htdig-3.1.5-rh.patch
 Patch1: htdig-3.2.0b3-glibc222.patch
@@ -69,7 +69,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}b6
 %patch -p1 -b .rh
 %patch1 -p1 -b .glibc222
 %patch2 -p1 -b .xopen
@@ -87,6 +87,8 @@
 %patch15 -p1 -b .allow_numbers
 
 %build
+autoreconf -fiv
+
 %configure \
 	--enable-shared \
 	--enable-tests \




More information about the scm-commits mailing list