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