auto-import autogen-5.8.7-4 on branch devel from autogen-5.8.7-4.src.rpm

This commit is contained in:
Paul F. Johnson 2006-12-13 23:27:49 +00:00
parent a9863c06b5
commit fe29aacab6

View File

@ -1,13 +1,13 @@
Summary: Sourcecode autogenerator Summary: Sourcecode autogenerator
Name: autogen Name: autogen
Version: 5.8.7 Version: 5.8.7
Release: 3%{?dist} Release: 4%{?dist}
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
URL: http://autogen.sourceforge.net/ URL: http://autogen.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: guile-devel libxml2-devel libopts-devel libtool BuildRequires: guile-devel libxml2-devel libtool
Requires: ldconfig autoconf Requires: ldconfig autoconf
Requires(postun): %{_sbindir}/alternatives Requires(postun): %{_sbindir}/alternatives
Requires(preun): /sbin/install-info %{_sbindir}/alternatives Requires(preun): /sbin/install-info %{_sbindir}/alternatives
@ -58,7 +58,7 @@ make check
%preun %preun
if [ $1 = 0 ] ; then if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
%{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen %{_sbindir}/alternatives --remove columns %{_bindir}/columns.autogen
%{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen %{_sbindir}/alternatives --remove getdefs %{_bindir}/getdefs.autogen
fi fi
@ -124,6 +124,9 @@ rm -rf %{buildroot}
%{_includedir}/autoopts %{_includedir}/autoopts
%changelog %changelog
* Wed Dec 13 2006 Paul F .Johnson <paul@all-the-johnsons.co.uk> 5.8.7-4
- fix for preun
* Thu Nov 02 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-3 * Thu Nov 02 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-3
- obsoletes libopts - obsoletes libopts
- now links to it's own version of libopts shipped with the tarball - now links to it's own version of libopts shipped with the tarball