rpms/mhash/devel mhash.spec,1.10,1.11

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Feb 22 17:12:34 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/mhash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5728

Modified Files:
	mhash.spec 
Log Message:
* Wed Feb 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-4
- rebuilt for FC5
- Disable static library.



Index: mhash.spec
===================================================================
RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mhash.spec	12 May 2005 05:40:01 -0000	1.10
+++ mhash.spec	22 Feb 2006 17:12:34 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Thread-safe hash algorithms library
 Name: mhash
 Version: 0.9.2
-Release: 3
+Release: 4
 URL: http://mhash.sourceforge.net/
 License: LGPL
 Group: System Environment/Libraries
@@ -39,7 +39,7 @@
 
 
 %build
-%configure --enable-shared --enable-static
+%configure --enable-shared %{?_with_static: --enable-static} %{!?_with_static: --disable-static}
 make %{?_smp_mflags}
 
 
@@ -68,13 +68,17 @@
 %defattr(-,root,root,-)
 %doc ChangeLog ./doc/*.txt ./doc/*.c ./doc/skid2-authentication
 %{_includedir}/*.h
-%{_libdir}/*.a
+%{?_with_static: %{_libdir}/*.a}
 %{_libdir}/*.so
 %exclude %{_libdir}/*.la
 %{_mandir}/man3/*
 
 
 %changelog
+* Wed Feb 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-4
+- rebuilt for FC5
+- Disable static library.
+
 * Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-3
 - rebuilt
 




More information about the scm-commits mailing list