diff --git a/mm-common-1.0.2.tar.xz b/mm-common-1.0.2.tar.xz deleted file mode 100644 index cf148a1..0000000 Binary files a/mm-common-1.0.2.tar.xz and /dev/null differ diff --git a/mm-common-1.0.4.tar.xz b/mm-common-1.0.4.tar.xz new file mode 100644 index 0000000..fef6b36 Binary files /dev/null and b/mm-common-1.0.4.tar.xz differ diff --git a/mm-common.spec b/mm-common.spec index 7a623f2..a50a203 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -1,13 +1,12 @@ Name: mm-common -Version: 1.0.2 +Version: 1.0.4 Release: 1 Summary: Provides build infrastructure, utilities for GNOME C++ binding libraries - -BuildArch: noarch License: GPLv2+ 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 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. %prep -%setup -q +%autosetup %build %meson @@ -37,6 +36,7 @@ which could be used as a base for new mm module. %files %license COPYING %doc NEWS AUTHORS +%{_mandir}/man1/* %{_bindir}/* %{_datadir}/aclocal/* %dir %{_datadir}/%{name} @@ -46,8 +46,10 @@ which could be used as a base for new mm module. %files docs %dir %{_docdir}/%{name} %{_docdir}/%{name}/* -%{_mandir}/man1/* %changelog +* Thu Apr 21 2022 dillon chen - 1.0.4-1 +- Update to 1.0.4 + * Fri Jun 18 2021 weijin deng - 1.0.2-1 - Package init with version 1.0.2