]> git.pld-linux.org Git - packages/autoconf-archive.git/blob - autoconf-archive.spec
4df32b7b4c35f1b63610aad0a7c9566951826576
[packages/autoconf-archive.git] / autoconf-archive.spec
1 Summary:        The Autoconf Macro Archive
2 Summary(pl.UTF-8):      Archiwum makr Autoconfa
3 Name:           autoconf-archive
4 Version:        2022.02.11
5 Release:        2
6 License:        GPL v3+ with exceptions
7 Group:          Development/Tools
8 Source0:        http://ftp.gnu.org/gnu/autoconf-archive/%{name}-%{version}.tar.xz
9 # Source0-md5:  d140e95be64f0aa7369f82e3caae4730
10 Patch0:         %{name}-info.patch
11 Patch1:         python-3.10.patch
12 URL:            http://www.gnu.org/software/autoconf-archive/
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  texinfo
15 BuildRequires:  xz
16 # max of AC_PREREQ from ax_*.m4
17 Requires:       autoconf >= 2.69
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The GNU Autoconf Archive is a collection of more than 500 macros for
23 GNU Autoconf that have been contributed as free software by friendly
24 supporters of the cause from all over the Internet.
25
26 %description -l pl.UTF-8
27 GNU Autoconf Archive to zbiór ponad 500 makr dla GNU Autoconfa,
28 przekazanych jako oprogramowanie wolnodostępne przez przyjaznych
29 przypadkowych wspierających z całego Internetu.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         INSTALL="install -p" \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 # packaged as %doc
48 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/autoconf-archive
49
50 # remove dir file which will be generated by /sbin/install-info
51 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post   -p /sbin/postshell
57 -/usr/sbin/fix-info-dir -c %{_infodir}
58
59 %postun -p /sbin/postshell
60 -/usr/sbin/fix-info-dir -c %{_infodir}
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS COPYING.EXCEPTION ChangeLog NEWS README TODO
65 %{_aclocaldir}/ax_*.m4
66 %{_infodir}/autoconf-archive.info*
This page took 0.098221 seconds and 2 git commands to generate.