[libmcs] rebuild for GCC 4.7 as requested drop obsolete items from spec file

Michael Schwendt mschwendt at fedoraproject.org
Thu Jan 5 14:12:01 UTC 2012


commit bb9eb5074db3b9348c9096dec90442ba77d6a1a0
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Jan 5 15:11:57 2012 +0100

    rebuild for GCC 4.7 as requested
    drop obsolete items from spec file

 libmcs.spec |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)
---
diff --git a/libmcs.spec b/libmcs.spec
index e587101..edf540a 100644
--- a/libmcs.spec
+++ b/libmcs.spec
@@ -1,6 +1,6 @@
 Name: libmcs
 Version: 0.7.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 Summary: Configuration file abstraction library
 Group: System Environment/Libraries
@@ -9,16 +9,12 @@ URL: http://www.atheme.org/project/mcs
 
 Source0: http://distfiles.atheme.org/libmcs-%{version}.tbz2
 
-BuildRequires: libmowgli-devel >= 0.4.0
+BuildRequires: libmowgli-devel
 BuildRequires: GConf2-devel
 BuildRequires: doxygen
 # would be needed for kconfig support
 #BuildRequires: kdelibs-devel
 
-# since 2010-12-22
-Obsoletes: mcs-libs < 0.7.2
-Provides: mcs-libs = %{version}-%{release}
-
 %description
 The Modular Config System is a library and a set of tools which abstract
 the storage of configuration settings away from userland applications.
@@ -37,9 +33,6 @@ desktop environment or software suite.
 Summary: Development files for the libmcs configuration system
 Group: Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
-# since 2010-12-22
-Obsoletes: mcs-devel < 0.7.2
-Provides: mcs-devel = %{version}-%{release}
 
 %description devel
 This package contains the files necessary for building programs that
@@ -50,9 +43,6 @@ use libmcs.
 Summary: Configuration file abstraction system tools
 Group: Applications/System
 Requires: %{name}%{?_isa} = %{version}-%{release}
-# since 2010-12-22
-Obsoletes: mcs < 0.7.2
-Provides: mcs = %{version}-%{release}
 
 %description utils
 This package contains a set of tools for the Modular Config System
@@ -108,6 +98,10 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
 
 
 %changelog
+* Thu Jan  5 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.2-6
+- rebuild for GCC 4.7 as requested
+- drop obsolete items from spec file
+
 * Fri Sep 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.2-5
 - Use %%_isa in subpackage dependencies.
 - Drop unneeded BuildRoot stuff.


More information about the scm-commits mailing list