]> git.pld-linux.org Git - SPECS.git/blob - mm-common.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / mm-common.spec
1 Summary:        Common build files of the C++ binding libraries
2 Summary(pl.UTF-8):      Wspólne pliki do budowy bibliotek wiązań do C++
3 Name:           mm-common
4 Version:        1.0.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Development/Tools
8 Source0:        https://download.gnome.org/sources/mm-common/1.0/%{name}-%{version}.tar.xz
9 # Source0-md5:  cb650e7904b32ede87bef716f25e2afe
10 URL:            https://www.gtkmm.org/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  rpm-perlprov
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xz
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package provides the build infrastructure and utilities shared
21 among the GNOME C++ binding libraries.
22
23 %description -l pl.UTF-8
24 Ten pakiet dostarcza infrastrukturę do budowania i narzędzia dzielone
25 pomiędzy biblioteki wiązań C++ do GNOME.
26
27 %prep
28 %setup -q
29
30 %{__sed} -i -e '1s,/usr/bin/env python3$,%{__python3},' util/mm-common-get.in
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README
51 %attr(755,root,root) %{_bindir}/mm-common-get
52 %attr(755,root,root) %{_bindir}/mm-common-prepare
53 %docdir %{_docdir}/mm-common
54 %{_docdir}/mm-common
55 %{_aclocaldir}/mm-ax_cxx_compile_stdcxx.m4
56 %{_aclocaldir}/mm-ax_cxx_compile_stdcxx_11.m4
57 %{_aclocaldir}/mm-common.m4
58 %{_aclocaldir}/mm-dietlib.m4
59 %{_aclocaldir}/mm-doc.m4
60 %{_aclocaldir}/mm-module.m4
61 %{_aclocaldir}/mm-pkg.m4
62 %{_aclocaldir}/mm-warnings.m4
63 %{_datadir}/mm-common
64 %{_npkgconfigdir}/mm-common-libstdc++.pc
65 %{_npkgconfigdir}/mm-common-util.pc
66 %{_mandir}/man1/mm-common-get.1*
67 %{_mandir}/man1/mm-common-prepare.1*
This page took 0.247134 seconds and 3 git commands to generate.