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