Update to 0.9.3
This commit is contained in:
parent
ac4abafdfa
commit
0930815c58
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user