Update to 1.0.0
This commit is contained in:
parent
62eee6dec6
commit
3084671e40
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ mm-common-0.9.2.tar.bz2
|
||||
/mm-common-0.9.10.tar.xz
|
||||
/mm-common-0.9.11.tar.xz
|
||||
/mm-common-0.9.12.tar.xz
|
||||
/mm-common-1.0.0.tar.xz
|
||||
|
||||
@ -1,14 +1,12 @@
|
||||
%global major_version 0.9
|
||||
|
||||
Name: mm-common
|
||||
Version: %{major_version}.12
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Common build files of the C++ bindings
|
||||
|
||||
BuildArch: noarch
|
||||
License: GPLv2+
|
||||
URL: http://gtkmm.org
|
||||
Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
||||
|
||||
Requires: pkgconfig
|
||||
Requires: graphviz
|
||||
@ -30,6 +28,7 @@ which could be used as a base for new mm module.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -53,6 +52,9 @@ make %{?_smp_mflags}
|
||||
%{_docdir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Kalev Lember <klember@redhat.com> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.12-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mm-common-0.9.12.tar.xz) = 99701d91994ca2783fe5b8bfd44cdea9f14e16dbbc116f894d9f3df746912cdbcdbdb0d5fdf6e235c9d22621a314de7aaac9b87a18f3ab742a0ad2ebbaad8ec7
|
||||
SHA512 (mm-common-1.0.0.tar.xz) = 5f90964ae7f47ef16919c5ae20fa38436d04e0cf6eb4b868c3a498631e1995dc5363728ebfed2678266de08adbd1c326d1a77755b232d98d02acc034f08412db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user