upgrade to 1.0.4

This commit is contained in:
dillon_chen 2022-04-21 14:48:41 +08:00
parent bc572ed8d8
commit 1e899a52b6
3 changed files with 8 additions and 6 deletions

Binary file not shown.

BIN
mm-common-1.0.4.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: mm-common Name: mm-common
Version: 1.0.2 Version: 1.0.4
Release: 1 Release: 1
Summary: Provides build infrastructure, utilities for GNOME C++ binding libraries Summary: Provides build infrastructure, utilities for GNOME C++ binding libraries
BuildArch: noarch
License: GPLv2+ License: GPLv2+
URL: http://gtkmm.org URL: http://gtkmm.org
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: meson BuildRequires: meson
Requires: pkgconfig graphviz doxygen libxslt Requires: pkgconfig graphviz doxygen libxslt
@ -25,7 +24,7 @@ Package contains short documentation for %{name} and example skeleton module,
which could be used as a base for new mm module. which could be used as a base for new mm module.
%prep %prep
%setup -q %autosetup
%build %build
%meson %meson
@ -37,6 +36,7 @@ which could be used as a base for new mm module.
%files %files
%license COPYING %license COPYING
%doc NEWS AUTHORS %doc NEWS AUTHORS
%{_mandir}/man1/*
%{_bindir}/* %{_bindir}/*
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
@ -46,8 +46,10 @@ which could be used as a base for new mm module.
%files docs %files docs
%dir %{_docdir}/%{name} %dir %{_docdir}/%{name}
%{_docdir}/%{name}/* %{_docdir}/%{name}/*
%{_mandir}/man1/*
%changelog %changelog
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 1.0.4-1
- Update to 1.0.4
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.0.2-1 * Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.0.2-1
- Package init with version 1.0.2 - Package init with version 1.0.2