- correct license and style (prepare_spec)

- minor build fixes, avoid deprecated macros to be more portable

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2011-12-19 14:32:29 +00:00 committed by Git OBS Bridge
parent 2fdc054297
commit f2a7bd1466
6 changed files with 59 additions and 31 deletions

View File

@ -1,9 +1,25 @@
-------------------------------------------------------------------
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
- correct license and style (prepare_spec)
- minor build fixes, avoid deprecated macros to be more portable
-------------------------------------------------------------------
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
- Cosmetic changes to spec file
-------------------------------------------------------------------
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
@ -485,12 +501,12 @@ Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
- update to 2.13
----------------------------------------------------------------------------
-------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable
----------------------------------------------------------------------------
-------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de

View File

@ -15,15 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: autoconf-el
BuildRequires: emacs-nox xz
License: GPLv3+
Group: Productivity/Editors/Emacs
BuildRequires: emacs-nox
BuildRequires: xz
Version: 2.68
Release: 1
Release: 0
Summary: Emacs mode for editing GNU Autoconf scripts
License: GPL-3.0+
Group: Productivity/Editors/Emacs
Url: http://www.gnu.org/software/autoconf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: autoconf-%{version}.tar.xz
@ -38,7 +37,6 @@ Emacs mode for editing GNU Autoconf scripts
%setup -q -n autoconf-%{version}
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make -C lib/emacs %{?_smp_mflags}

View File

@ -1,13 +1,24 @@
-------------------------------------------------------------------
Sat Sep 17 13:42:01 UTC 2011 - jengelh@medozas.de
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
- correct license and style (prepare_spec)
- minor build fixes, avoid deprecated macros to be more portable
-------------------------------------------------------------------
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Use 2.68 everywhere in specfile.
- Use %%configure macro in spec file.
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
- Cosmetic changes to spec file
-------------------------------------------------------------------
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
@ -490,12 +501,12 @@ Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
- update to 2.13
----------------------------------------------------------------------------
-------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable
----------------------------------------------------------------------------
-------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de

View File

@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: autoconf-testsuite
BuildRequires: help2man xz
License: GPLv3+
Group: Development/Tools/Building
BuildRequires: help2man
BuildRequires: xz
Url: http://www.gnu.org/software/autoconf
Requires: m4 >= 1.4.6
PreReq: %{install_info_prereq}
Requires: info
Version: 2.68
Release: 1
Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code
License: GPL-3.0+
Group: Development/Tools/Building
Source: autoconf-%{version}.tar.xz
Patch0: autoreconf-ltdl.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,8 +49,7 @@ only required for the generation of the scripts, not their use.
%patch0
%build
%{suse_update_config -f config}
%configure
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?_smp_mflags}
%if "%{name}" == "autoconf-testsuite"
@ -64,8 +62,10 @@ make check
%else
%install
make install DESTDIR=$RPM_BUILD_ROOT
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
# info's dir file is not auto ignored on some systems
rm -rf %{buildroot}%{_infodir}/dir
%endif
%post

View File

@ -9,6 +9,12 @@ Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
@ -495,12 +501,12 @@ Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
- update to 2.13
----------------------------------------------------------------------------
-------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable
----------------------------------------------------------------------------
-------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de

View File

@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: autoconf
BuildRequires: help2man
BuildRequires: xz
Url: http://www.gnu.org/software/autoconf
Requires: m4 >= 1.4.6
Requires(pre): info
Requires: info
Version: 2.68
Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code
@ -51,7 +49,6 @@ only required for the generation of the scripts, not their use.
%patch0
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?_smp_mflags}