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

Michael Schwendt mschwendt at fedoraproject.org
Thu Jun 4 17:33:43 UTC 2009


Author: mschwendt

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

Modified Files:
	mcs.spec 
Log Message:
* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.1-3
- Add virtual Provides for libmcs/libmcs-devel.
- Rebuild for new libmowgli SONAME.



Index: mcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mcs/devel/mcs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- mcs.spec	26 Feb 2009 00:02:04 -0000	1.10
+++ mcs.spec	4 Jun 2009 17:33:12 -0000	1.11
@@ -1,11 +1,14 @@
 Name:           mcs
 Version:        0.7.1
-Release:        2%{?dist}
-Summary:        A configuration file abstraction library
+Release:        3%{?dist}
+Summary:        Configuration file abstraction system
 
 Group:          Applications/System
 License:        BSD
-URL:            http://atheme.org/projects/mcs.shtml
+
+# 404 not found - http://atheme.org/projects/mcs.shtml
+URL:            http://atheme.org
+
 Source0:        http://distfiles.atheme.org/libmcs-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,8 +28,12 @@ specific data storage requirement, nor i
 software suite.
 
 %package libs
-Summary:        Library files for the mcs configuration system
+Summary:        Configuration file abstraction library
 Group:          System Environment/Libraries
+Provides:       libmcs = %{version}-%{release}
+%{?_isa:
+Provides:       libmcs%{?_isa} = %{version}-%{release}
+}
 
 %description libs
 mcs is a library and set of userland tools which abstract the storage of
@@ -45,6 +52,10 @@ This package contains the libraries nece
 %package devel
 Summary:        Development files for the mcs configuration system
 Group:          Development/Libraries
+Provides:       libmcs-devel = %{version}-%{release}
+%{?_isa:
+Provides:       libmcs-devel%{?_isa} = %{version}-%{release}
+}
 
 Requires:       mcs-libs = %{version}-%{release}
 Requires:       pkgconfig
@@ -69,6 +80,7 @@ This package contains the files necessar
 
 # Make the build system more verbose
 perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in
+#sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 # The build generates a wrong SONAME, fix it.
 perl -pi -e "s/-soname=.*'/-soname=\\\$\{LIB\}.\\\$\{LIB_MAJOR\}'/" configure
@@ -83,7 +95,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
 echo "gconf" > $RPM_BUILD_ROOT%{_sysconfdir}/mcs-backend
@@ -117,6 +129,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libmcs.pc
 
 %changelog
+* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.1-3
+- Add virtual Provides for libmcs/libmcs-devel.
+- Rebuild for new libmowgli SONAME.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list