Update to 0.9.3

This commit is contained in:
Krzesimir Nowak 2011-03-17 22:34:07 +01:00
parent ac4abafdfa
commit 0930815c58
2 changed files with 13 additions and 8 deletions

View File

@ -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 <qdlacz@gmail.com> - 0.9.3-1
- New upstream release.
- Becomes a required dependency to build glibmm-2.27.97.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
8cdc5620bd864d1a17e353398e8ec1ab mm-common-0.9.2.tar.bz2
9f766965ba61125c99d7102452af591f mm-common-0.9.3.tar.bz2