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

Timothy Fenn timfenn at fedoraproject.org
Sun Nov 23 00:05:37 UTC 2008


Author: timfenn

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

Modified Files:
	ssm.spec 
Log Message:
* Sat Nov 22 2008 Tim Fenn <fenn at stanford.edu> - 0.1-11
- fix libtoolize




Index: ssm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ssm/devel/ssm.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ssm.spec	22 Nov 2008 23:55:03 -0000	1.2
+++ ssm.spec	23 Nov 2008 00:05:07 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: Macromolecular coordinate superposition library
 Name: ssm
 Version: 0.1
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.bioxray.au.dk/~mok/%{name}
@@ -52,8 +52,9 @@
 %patch1 -p0
 %patch2 -p0
 aclocal
-automake --copy --add-missing --gnu
+libtoolize --automake --copy
 autoconf
+automake --copy --add-missing --gnu
 
 %build
 %configure --disable-static
@@ -86,6 +87,9 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Nov 22 2008 Tim Fenn <fenn at stanford.edu> - 0.1-11
+- fix libtoolize
+
 * Sat Nov 22 2008 Tim Fenn <fenn at stanford.edu> - 0.1-10
 - update to reflect mmdb changes
 




More information about the fedora-extras-commits mailing list