Remove aclocal.

This commit is contained in:
Tom Callaway 2006-09-24 01:32:14 +00:00
parent 569d18b767
commit 1a928bff1a

View File

@ -1,6 +1,6 @@
Name: libpaper Name: libpaper
Version: 1.1.20 Version: 1.1.20
Release: 3%{?dist} Release: 4%{?dist}
Summary: Library and tools for handling papersize Summary: Library and tools for handling papersize
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPL License: GPL
@ -32,7 +32,6 @@ cp debian/NEWS NEWS
%build %build
touch AUTHORS touch AUTHORS
aclocal
automake -a automake -a
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
@ -76,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Sep 23 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.20-4
- remove aclocal call
* Sat Sep 23 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.20-3 * Sat Sep 23 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.20-3
- fix FC-4 with aclocal call - fix FC-4 with aclocal call
- move man3 pages to -devel - move man3 pages to -devel