mm-common/mm-common.spec

56 lines
1.3 KiB
RPMSpec
Raw Normal View History

2021-06-18 15:18:57 +08:00
Name: mm-common
2022-04-21 14:48:41 +08:00
Version: 1.0.4
2021-06-18 15:18:57 +08:00
Release: 1
Summary: Provides build infrastructure, utilities for GNOME C++ binding libraries
License: GPLv2+
URL: http://gtkmm.org
2022-04-21 14:48:41 +08:00
Source0: https://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
2021-06-18 15:18:57 +08:00
2022-04-21 14:48:41 +08:00
BuildArch: noarch
2021-06-18 15:18:57 +08:00
BuildRequires: meson
Requires: pkgconfig graphviz doxygen libxslt
%description
The mm-common module provides the build infrastructure and utilities
shared among the GNOME C++ binding libraries.
%package docs
Summary: Documentation for %{name}, includes example mm module skeleton
Requires: %{name} = %{version}-%{release}
%description docs
Package contains short documentation for %{name} and example skeleton module,
which could be used as a base for new mm module.
%prep
2022-04-21 14:48:41 +08:00
%autosetup
2021-06-18 15:18:57 +08:00
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc NEWS AUTHORS
2022-04-21 14:48:41 +08:00
%{_mandir}/man1/*
2021-06-18 15:18:57 +08:00
%{_bindir}/*
%{_datadir}/aclocal/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pkgconfig/*.pc
%files docs
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%changelog
2022-04-21 14:48:41 +08:00
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 1.0.4-1
- Update to 1.0.4
2021-06-18 15:18:57 +08:00
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.0.2-1
- Package init with version 1.0.2