automatic version update by autodist [release 2014.02.28-1mamba;Tue Mar 04 2014]
This commit is contained in:
parent
fe3b4488eb
commit
8690a83410
@ -1,2 +1,4 @@
|
||||
# autoconf-archive
|
||||
|
||||
The SF Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself.
|
||||
|
||||
|
19
ac-archive-2007.0205-ncurses.patch
Normal file
19
ac-archive-2007.0205-ncurses.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- ac-archive-2007.0205/ac-archive/mp_with_curses.m4 2007-02-02 02:15:21.000000000 +0100
|
||||
+++ ac-archive-2007.0205/ac-archive/mp_with_curses.m4.fix 2007-05-21 09:28:08.000000000 +0200
|
||||
@@ -29,7 +29,7 @@
|
||||
mp_cv_curses=yes, mp_cv_curses=no)])
|
||||
if test "$mp_cv_curses" = yes
|
||||
then
|
||||
- AC_DEFINE(HAVE_CURSES_H)
|
||||
+ AC_DEFINE(HAVE_CURSES_H,1,[Define to use curses for screen management])
|
||||
CURSES_LIB="-lcurses"
|
||||
fi
|
||||
fi
|
||||
@@ -44,6 +44,7 @@
|
||||
if test "$mp_cv_ncurses" = yes
|
||||
then
|
||||
AC_DEFINE(HAVE_NCURSES_H)
|
||||
+ AC_DEFINE(HAVE_CURSES_H,1,[Define to use curses for screen management])
|
||||
CURSES_LIB="-lncurses"
|
||||
fi
|
||||
fi
|
103
autoconf-archive.spec
Normal file
103
autoconf-archive.spec
Normal file
@ -0,0 +1,103 @@
|
||||
Name: autoconf-archive
|
||||
Version: 2014.02.28
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: Autoconf Macro Archive for developers
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/autoconf-archive/
|
||||
Source: http://mirror2.mirror.garr.it/mirrors/gnuftp/gnu/autoconf-archive/autoconf-archive-%{version}.tar.xz
|
||||
Patch: ac-archive-2007.0205-ncurses.patch
|
||||
License: GPL
|
||||
BuildRequires: aspell
|
||||
BuildRequires: aspell-en
|
||||
Requires(post): %{__install_info}
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The SF Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself.
|
||||
|
||||
%package doc
|
||||
Summary: Autoconf extension archive documentation
|
||||
Group: Documentation
|
||||
|
||||
%description doc
|
||||
The SF Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself.
|
||||
This package installs the documentation extracted from macros.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
%install_info %{name}.info-1
|
||||
%install_info %{name}.info-2
|
||||
%install_info %{name}.info-3
|
||||
%install_info %{name}.info-4
|
||||
:
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
%uninstall_info %{name}.info-1
|
||||
%uninstall_info %{name}.info-2
|
||||
%uninstall_info %{name}.info-3
|
||||
%uninstall_info %{name}.info-4
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_datadir}/autoconf-archive/AUTHORS
|
||||
%{_datadir}/autoconf-archive/COPYING
|
||||
%{_datadir}/autoconf-archive/README
|
||||
%{_datadir}/autoconf-archive/COPYING.EXCEPTION
|
||||
%{_datadir}/info/autoconf-archive.info-1.gz
|
||||
%{_datadir}/info/autoconf-archive.info-2.gz
|
||||
%{_datadir}/info/autoconf-archive.info-3.gz
|
||||
%{_datadir}/info/autoconf-archive.info-4.gz
|
||||
%{_datadir}/info/autoconf-archive.info.gz
|
||||
|
||||
#%files doc
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/autoconf-archive/html/*
|
||||
#%{_datadir}/omf/ac-archive/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 03 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.01-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 2013.06.09-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 10 2013 Automatic Build System <autodist@mambasoft.it> 2013.04.06-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 2013.02.02-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 20 2012 Automatic Build System <autodist@mambasoft.it> 2012.11.14-1mamba
|
||||
- update to 2012.11.14
|
||||
|
||||
* Sat Jul 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2012.04.07-1mamba
|
||||
- update to 2012.04.07
|
||||
|
||||
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2008.11.07-1mamba
|
||||
- package created
|
Loading…
Reference in New Issue
Block a user