SHA256
3
0
forked from pool/autoconf

- 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 Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build - 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 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 - update to 2.13
---------------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable - Make auto*.sh more secure and use mktemp if avaliable
---------------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: autoconf-el Name: autoconf-el
BuildRequires: emacs-nox xz BuildRequires: emacs-nox
License: GPLv3+ BuildRequires: xz
Group: Productivity/Editors/Emacs
Version: 2.68 Version: 2.68
Release: 1 Release: 0
Summary: Emacs mode for editing GNU Autoconf scripts Summary: Emacs mode for editing GNU Autoconf scripts
License: GPL-3.0+
Group: Productivity/Editors/Emacs
Url: http://www.gnu.org/software/autoconf Url: http://www.gnu.org/software/autoconf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: autoconf-%{version}.tar.xz Source: autoconf-%{version}.tar.xz
@ -38,7 +37,6 @@ Emacs mode for editing GNU Autoconf scripts
%setup -q -n autoconf-%{version} %setup -q -n autoconf-%{version}
%build %build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make -C lib/emacs %{?_smp_mflags} 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 - 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. - Remove redundant tags/sections from specfile
- Use %%configure macro in spec file. - 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 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 - update to 2.13
---------------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable - Make auto*.sh more secure and use mktemp if avaliable
---------------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: autoconf-testsuite Name: autoconf-testsuite
BuildRequires: help2man xz BuildRequires: help2man
License: GPLv3+ BuildRequires: xz
Group: Development/Tools/Building
Url: http://www.gnu.org/software/autoconf Url: http://www.gnu.org/software/autoconf
Requires: m4 >= 1.4.6 Requires: m4 >= 1.4.6
PreReq: %{install_info_prereq} Requires: info
Version: 2.68 Version: 2.68
Release: 1 Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code Summary: A GNU Tool for Automatically Configuring Source Code
License: GPL-3.0+
Group: Development/Tools/Building
Source: autoconf-%{version}.tar.xz Source: autoconf-%{version}.tar.xz
Patch0: autoreconf-ltdl.diff Patch0: autoreconf-ltdl.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,8 +49,7 @@ only required for the generation of the scripts, not their use.
%patch0 %patch0
%build %build
%{suse_update_config -f config} ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
%configure
make %{?_smp_mflags} make %{?_smp_mflags}
%if "%{name}" == "autoconf-testsuite" %if "%{name}" == "autoconf-testsuite"
@ -64,8 +62,10 @@ make check
%else %else
%install %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* 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 %endif
%post %post

View File

@ -9,6 +9,12 @@ Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile - 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 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 - update to 2.13
---------------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
- Make auto*.sh more secure and use mktemp if avaliable - Make auto*.sh more secure and use mktemp if avaliable
---------------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: autoconf Name: autoconf
BuildRequires: help2man BuildRequires: help2man
BuildRequires: xz BuildRequires: xz
Url: http://www.gnu.org/software/autoconf Url: http://www.gnu.org/software/autoconf
Requires: m4 >= 1.4.6 Requires: m4 >= 1.4.6
Requires(pre): info Requires: info
Version: 2.68 Version: 2.68
Release: 0 Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code 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 %patch0
%build %build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make %{?_smp_mflags} make %{?_smp_mflags}