Update to 0.9.6

... and minor spec file cleanup.
This commit is contained in:
Kalev Lember 2012-10-16 17:41:46 +02:00
parent 8189646752
commit 217fa4d016
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <kalevlember@gmail.com> - 0.9.6-1
- Update to 0.9.6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
4a4dad67fc8d7e0c529f3a8c6ba4d8b2 mm-common-0.9.5.tar.bz2
3b23749ab39441c392c016ce74632678 mm-common-0.9.6.tar.xz