diff --git a/mm-common.spec b/mm-common.spec index 1248611..89be580 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -1,13 +1,15 @@ +%global major_version 0.9 + Name: mm-common -Version: 0.9.2 -Release: 2%{?dist} +Version: %{major_version}.3 +Release: 1%{?dist} Summary: Common build files of the C++ bindings Group: Development/Tools BuildArch: noarch License: GPLv2+ URL: http://gtkmm.org -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pkgconfig @@ -19,10 +21,8 @@ Requires: automake %description The mm-common module provides the build infrastructure and utilities -shared among the GNOME C++ binding libraries. It is only a required -dependency for building the C++ bindings from the gnome.org version -control repository. An installation of mm-common is not required for -building tarball releases, unless configured to use maintainer-mode. +shared among the GNOME C++ binding libraries. It is a required dependency +to build glibmm and gtkmm from tarballs. %package docs Summary: Documentation for %{name}, includes example mm module skeleton @@ -56,6 +56,7 @@ rm -rf %{buildroot} %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_datadir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/*.pc %files docs %defattr(-,root,root,-) @@ -63,6 +64,10 @@ rm -rf %{buildroot} %{_docdir}/%{name}/* %changelog +* Thu Mar 17 2011 Krzesimir Nowak - 0.9.3-1 +- New upstream release. +- Becomes a required dependency to build glibmm-2.27.97. + * Tue Feb 08 2011 Fedora Release Engineering - 0.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index d4b4c8b..3513c16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8cdc5620bd864d1a17e353398e8ec1ab mm-common-0.9.2.tar.bz2 +9f766965ba61125c99d7102452af591f mm-common-0.9.3.tar.bz2