]> git.pld-linux.org Git - packages/autoconf-archive.git/blame - autoconf-archive.spec
new, version 2012.09.08
[packages/autoconf-archive.git] / autoconf-archive.spec
CommitLineData
ab8971fb
ER
1Summary: The Autoconf Macro Archive
2Name: autoconf-archive
3Version: 2012.09.08
4Release: 1
5License: GPL v3+ with exceptions
6Group: Development/Tools
7Source0: http://ftp.gnu.org/gnu/autoconf-archive/%{name}-%{version}.tar.xz
8# Source0-md5: 670ca8a5d2d85437f034f0448ee9470d
9URL: http://www.gnu.org/software/autoconf-archive/
10BuildRequires: tar >= 1:1.22
11BuildRequires: xz
12Requires: autoconf
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The GNU Autoconf Archive is a collection of more than 450 macros for
18GNU Autoconf that have been contributed as free software by friendly
19supporters of the cause from all over the Internet.
20
21%prep
22%setup -q
23
24%build
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%{__make} install \
31 INSTALL="install -p" \
32 DESTDIR=$RPM_BUILD_ROOT
33
34# remove dir file which will be generated by /sbin/install-info
35rm -f $RPM_BUILD_ROOT%{_infodir}/dir
36# document files are installed another location
37rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%post -p /sbin/postshell
43-/usr/sbin/fix-info-dir -c %{_infodir}
44
45%postun -p /sbin/postshell
46-/usr/sbin/fix-info-dir -c %{_infodir}
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS COPYING* ChangeLog NEWS README TODO
51%{_aclocaldir}/*.m4
52%{_infodir}/autoconf-archive.info*
This page took 0.121688 seconds and 4 git commands to generate.