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