auto-import autogen-5.8.7-3 on branch devel from autogen-5.8.7-3.src.rpm
This commit is contained in:
parent
80deca761e
commit
a9863c06b5
23
autogen.spec
23
autogen.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Sourcecode autogenerator
|
Summary: Sourcecode autogenerator
|
||||||
Name: autogen
|
Name: autogen
|
||||||
Version: 5.8.7
|
Version: 5.8.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -13,6 +13,9 @@ Requires(postun): %{_sbindir}/alternatives
|
|||||||
Requires(preun): /sbin/install-info %{_sbindir}/alternatives
|
Requires(preun): /sbin/install-info %{_sbindir}/alternatives
|
||||||
Requires(post): /sbin/install-info %{_sbindir}/alternatives
|
Requires(post): /sbin/install-info %{_sbindir}/alternatives
|
||||||
|
|
||||||
|
Obsoletes: libopts-devel
|
||||||
|
Obsoletes: libopts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AutoGen is a tool designed to simplify the creation and maintenance of
|
AutoGen is a tool designed to simplify the creation and maintenance of
|
||||||
programes that contain large amounts of repetitious text. It is especially
|
programes that contain large amounts of repetitious text. It is especially
|
||||||
@ -32,9 +35,10 @@ Development files for autogen.
|
|||||||
chmod 0644 COPYING
|
chmod 0644 COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-autoopts
|
%configure
|
||||||
#find -name Makefile -exec sed -i -e 's/-Werror//' {} \;
|
#find -name Makefile -exec sed -i -e 's/-Werror//' {} \;
|
||||||
make LIBTOOL=%{_bindir}/libtool
|
make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
|
||||||
|
|
||||||
# no smp flags as it falls over during build
|
# no smp flags as it falls over during build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,9 +51,7 @@ rm -f %{buildroot}/%{_infodir}/dir
|
|||||||
mv %{buildroot}/%{_bindir}/columns %{buildroot}/%{_bindir}/columns.autogen
|
mv %{buildroot}/%{_bindir}/columns %{buildroot}/%{_bindir}/columns.autogen
|
||||||
mv %{buildroot}/%{_bindir}/getdefs %{buildroot}/%{_bindir}/getdefs.autogen
|
mv %{buildroot}/%{_bindir}/getdefs %{buildroot}/%{_bindir}/getdefs.autogen
|
||||||
mkdir -p %{buildroot}/%{_sysconfdir}/alternatives
|
mkdir -p %{buildroot}/%{_sysconfdir}/alternatives
|
||||||
rm -f %{buildroot}/%{_datadir}/autogen/libopts-27.4.2.tar.gz
|
rm -f %{buildroot}/%{_datadir}/autogen/libopts*.tar.gz
|
||||||
rm -f %{buildroot}/%{_libdir}/libopts*
|
|
||||||
rm -f %{buildroot}/%{_datadir}/aclocal/liboptschk.m4
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -106,20 +108,25 @@ rm -rf %{buildroot}
|
|||||||
%{_infodir}/autogen.info*
|
%{_infodir}/autogen.info*
|
||||||
%{_bindir}/xml2ag
|
%{_bindir}/xml2ag
|
||||||
%{_libdir}/libguileopts.so.0*
|
%{_libdir}/libguileopts.so.0*
|
||||||
|
%{_libdir}/libopts.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/aclocal/autoopts.m4
|
%{_datadir}/aclocal/autoopts.m4
|
||||||
|
%{_datadir}/aclocal/liboptschk.m4
|
||||||
%{_libdir}/pkgconfig/autoopts.pc
|
%{_libdir}/pkgconfig/autoopts.pc
|
||||||
%exclude %{_mandir}/man3/*
|
%exclude %{_mandir}/man3/*
|
||||||
%{_mandir}/man1/autoopts-config*
|
%{_mandir}/man1/autoopts-config*
|
||||||
%exclude %{_includedir}/autoopts/
|
%exclude %{_includedir}/autoopts/
|
||||||
%{_bindir}/autoopts-config
|
%{_bindir}/autoopts-config
|
||||||
%{_libdir}/libguileopts.so
|
%{_libdir}/libguileopts.so
|
||||||
|
%{_libdir}/libopts.so
|
||||||
|
%{_includedir}/autoopts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 25 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-2
|
* Thu Nov 02 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-3
|
||||||
- rebuild
|
- obsoletes libopts
|
||||||
|
- now links to it's own version of libopts shipped with the tarball
|
||||||
|
|
||||||
* Fri Oct 21 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-1
|
* Fri Oct 21 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 5.8.7-1
|
||||||
- bump to new version
|
- bump to new version
|
||||||
|
Loading…
Reference in New Issue
Block a user