Accepting request 29047 from devel:tools
Copy from devel:tools/diffstat based on submit request 29047 from user coolo OBS-URL: https://build.opensuse.org/request/show/29047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffstat?expand=0&rev=8
This commit is contained in:
commit
cb110e17e0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 00:22:05 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 18:07:09 CET 2009 - pgajdos@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffstat (Version 1.51)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: diffstat
|
||||
Version: 1.51
|
||||
Release: 1
|
||||
Release: 2
|
||||
AutoReqProv: on
|
||||
Group: Productivity/Text/Utilities
|
||||
License: MIT License (or similar)
|
||||
@ -51,7 +51,7 @@ CFLAGS="$RPM_OPT_FLAGS -Wall" \
|
||||
--prefix=%{_prefix} \
|
||||
--bindir=%{_bindir} \
|
||||
--mandir=%{_mandir}
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
Loading…
Reference in New Issue
Block a user