rpms/mcs/devel mcs.spec,1.5,1.6

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Mon Nov 19 18:33:31 UTC 2007


Author: ertzing

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

Modified Files:
	mcs.spec 
Log Message:
* Mon Nov 19 2007 Ralf Ertzinger <ralf at skytale.net> 0.6.0-2
- Fix incorrect SONAME for library



Index: mcs.spec
===================================================================
RCS file: /cvs/extras/rpms/mcs/devel/mcs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mcs.spec	10 Nov 2007 15:19:17 -0000	1.5
+++ mcs.spec	19 Nov 2007 18:32:58 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           mcs
 Version:        0.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A configuration file abstraction library
 
 Group:          Applications/System
@@ -66,8 +66,12 @@
 %prep
 %setup -q -n libmcs-%{version}
 
+# Make the build system more verbose
 perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in
 
+# The build generates a wrong SONAME, fix it.
+perl -pi -e "s/-soname=.*'/-soname=\\\$\{LIB\}.\\\$\{LIB_MAJOR\}'/" configure
+
 %build
 %configure \
     --enable-gconf \
@@ -112,6 +116,9 @@
 %{_libdir}/pkgconfig/libmcs.pc
 
 %changelog
+* Mon Nov 19 2007 Ralf Ertzinger <ralf at skytale.net> 0.6.0-2
+- Fix incorrect SONAME for library
+
 * Thu Nov 08 2007 Ralf Ertzinger <ralf at skytale.net> 0.6.0-1
 - Update to 0.6.0
 




More information about the fedora-extras-commits mailing list