Accepting request 82816 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/82816 OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=15
This commit is contained in:
parent
179c870e98
commit
c7d1cf6ba8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Aug 2 07:43:41 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
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
|
This is especially valuable if there are several blocks of such text
|
||||||
that must be kept synchronized in parallel tables.
|
that must be kept synchronized in parallel tables.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Bruce Korb <bkorb@gnu.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
@ -52,8 +46,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
#make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -66,9 +59,6 @@ make
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -fr $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc NEWS ChangeLog
|
%doc NEWS ChangeLog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user