Update to 0.9.6
... and minor spec file cleanup.
This commit is contained in:
parent
8189646752
commit
217fa4d016
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user