]> git.pld-linux.org Git - packages/mm-common.git/blob - mm-common.spec
9cec48eecd8a941382fa2e92dea360801721b8bf
[packages/mm-common.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.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Development/Tools
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/mm-common/1.0/%{name}-%{version}.tar.xz
9 # Source0-md5:  9087b8612d75cbc1fad0c99e15c2a718
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 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %attr(755,root,root) %{_bindir}/mm-common-get
50 %attr(755,root,root) %{_bindir}/mm-common-prepare
51 %docdir %{_docdir}/mm-common
52 %{_docdir}/mm-common
53 %{_aclocaldir}/mm-ax_cxx_compile_stdcxx.m4
54 %{_aclocaldir}/mm-ax_cxx_compile_stdcxx_11.m4
55 %{_aclocaldir}/mm-common.m4
56 %{_aclocaldir}/mm-dietlib.m4
57 %{_aclocaldir}/mm-doc.m4
58 %{_aclocaldir}/mm-module.m4
59 %{_aclocaldir}/mm-pkg.m4
60 %{_aclocaldir}/mm-warnings.m4
61 %{_datadir}/mm-common
62 %{_npkgconfigdir}/mm-common-libstdc++.pc
63 %{_npkgconfigdir}/mm-common-util.pc
64 %{_mandir}/man1/mm-common-get.1*
65 %{_mandir}/man1/mm-common-prepare.1*
This page took 0.05861 seconds and 2 git commands to generate.