diff --git a/.gitignore b/.gitignore index 0caeeeb..8f171fd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ mm-common-0.9.2.tar.bz2 /mm-common-0.9.3.tar.bz2 /mm-common-0.9.4.tar.bz2 /mm-common-0.9.5.tar.bz2 +/mm-common-0.9.6.tar.xz diff --git a/mm-common.spec b/mm-common.spec index 19641c5..ffe40b5 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -1,16 +1,15 @@ %global major_version 0.9 Name: mm-common -Version: %{major_version}.5 -Release: 3%{?dist} +Version: %{major_version}.6 +Release: 1%{?dist} Summary: Common build files of the C++ bindings Group: Development/Tools BuildArch: noarch License: GPLv2+ URL: http://gtkmm.org -Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz Requires: pkgconfig Requires: graphviz @@ -41,14 +40,9 @@ which could be used as a base for new mm module. make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p" -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc COPYING ChangeLog NEWS AUTHORS %{_mandir}/man1/* %{_bindir}/* @@ -58,11 +52,13 @@ rm -rf %{buildroot} %{_datadir}/pkgconfig/*.pc %files docs -%defattr(-,root,root,-) %dir %{_docdir}/%{name} %{_docdir}/%{name}/* %changelog +* Tue Oct 16 2012 Kalev Lember - 0.9.6-1 +- Update to 0.9.6 + * Fri Jul 20 2012 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 6e5329c..a27f609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a4dad67fc8d7e0c529f3a8c6ba4d8b2 mm-common-0.9.5.tar.bz2 +3b23749ab39441c392c016ce74632678 mm-common-0.9.6.tar.xz