Accepting request 83606 from Base:System
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build - Remove download source service. OBS-URL: https://build.opensuse.org/request/show/83606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=21
This commit is contained in:
commit
3617d3a575
7
_service
7
_service
@ -1,7 +0,0 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">ftp.gnu.org</param>
|
||||
<param name="path">/gnu/autogen/5.11.8/autogen-5.11.8.tar.bz2</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 13:44:14 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 07:43:41 UTC 2011 - aj@suse.de
|
||||
|
||||
- Remove download source service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 12:41:16 UTC 2011 - pgajdos@novell.com
|
||||
|
||||
|
12
autogen.spec
12
autogen.spec
@ -38,12 +38,6 @@ maintenance of programs that contain large amounts of repetitious text.
|
||||
This is especially valuable if there are several blocks of such text
|
||||
that must be kept synchronized in parallel tables.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Bruce Korb <bkorb@gnu.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
@ -52,8 +46,7 @@ Authors:
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure --disable-static --with-pic
|
||||
#make %{?jobs:-j%jobs}
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -66,9 +59,6 @@ make
|
||||
/sbin/ldconfig
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
|
||||
|
||||
%clean
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc NEWS ChangeLog
|
||||
|
Loading…
x
Reference in New Issue
Block a user