forked from pool/autoconf
Accepting request 82811 from home:jengelh:bl-a2
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82811 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=16
This commit is contained in:
parent
19bf724348
commit
3a6a32ae94
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf-el (Version 2.67)
|
# spec file for package autoconf-el
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,9 +21,8 @@ Name: autoconf-el
|
|||||||
BuildRequires: emacs-nox xz
|
BuildRequires: emacs-nox xz
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Productivity/Editors/Emacs
|
Group: Productivity/Editors/Emacs
|
||||||
AutoReqProv: on
|
|
||||||
Version: 2.68
|
Version: 2.68
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Emacs mode for editing GNU Autoconf scripts
|
Summary: Emacs mode for editing GNU Autoconf scripts
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -35,18 +34,13 @@ Enhances: emacs
|
|||||||
%description
|
%description
|
||||||
Emacs mode for editing GNU Autoconf scripts
|
Emacs mode for editing GNU Autoconf scripts
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Martin Buchholz <martin@xemacs.org>
|
|
||||||
Akim Demaille <akim@freefriends.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n autoconf-%{version}
|
%setup -q -n autoconf-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f config}
|
%{suse_update_config -f config}
|
||||||
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
||||||
make -C lib/emacs
|
make -C lib/emacs %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make -C lib/emacs install DESTDIR=$RPM_BUILD_ROOT
|
make -C lib/emacs install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -66,9 +60,6 @@ sed 's/^;//' > $RPM_BUILD_ROOT%{site_lisp}/suse-start-%{name}.el <<\EOF
|
|||||||
;;; %{site_lisp}/suse-start-%{name}.el ends here
|
;;; %{site_lisp}/suse-start-%{name}.el ends here
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{site_lisp}/*.el
|
%{site_lisp}/*.el
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:42:01 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
|
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf (Version 2.68)
|
# spec file for package autoconf-testsuite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,11 +22,10 @@ BuildRequires: help2man xz
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
AutoReqProv: on
|
|
||||||
Requires: m4 >= 1.4.6
|
Requires: m4 >= 1.4.6
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 2.68
|
Version: 2.68
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
Source: autoconf-%{version}.tar.xz
|
Source: autoconf-%{version}.tar.xz
|
||||||
Patch0: autoreconf-ltdl.diff
|
Patch0: autoreconf-ltdl.diff
|
||||||
@ -75,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
|
|||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%if "%{name}" == "autoconf"
|
%if "%{name}" == "autoconf"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
|
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf (Version 2.68)
|
# spec file for package autoconf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,11 +22,10 @@ BuildRequires: help2man xz
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
AutoReqProv: on
|
|
||||||
Requires: m4 >= 1.4.6
|
Requires: m4 >= 1.4.6
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 2.68
|
Version: 2.68
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
Source: autoconf-%{version}.tar.xz
|
Source: autoconf-%{version}.tar.xz
|
||||||
Patch0: autoreconf-ltdl.diff
|
Patch0: autoreconf-ltdl.diff
|
||||||
@ -75,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
|
|||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%if "%{name}" == "autoconf"
|
%if "%{name}" == "autoconf"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user