SHA256
1
0
forked from pool/prctl

Accepting request 320043 from home:pluskalm:branches:utilities

- Cleanup spec file with spec-cleaner
- Remove old source (prctl-1.5.tar.gz)

OBS-URL: https://build.opensuse.org/request/show/320043
OBS-URL: https://build.opensuse.org/package/show/utilities/prctl?expand=0&rev=7
This commit is contained in:
Ismail Dönmez 2015-08-02 18:16:04 +00:00 committed by Git OBS Bridge
parent 00ec999136
commit e83dc3e1d6
3 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3fed2cec8721518179355d1a443c4be58f73ea224aa4c0cc4ba30ec87479687
size 17507

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 2 17:24:37 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Remove old source (prctl-1.5.tar.gz)
-------------------------------------------------------------------
Tue Apr 29 08:55:16 UTC 2014 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package prctl
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -37,18 +37,19 @@ the runtime environment.
%setup -q
cp %{SOURCE1} .
%patch0 -p1 -b .makefile
%patch1 -p0 -b .warnings
%patch1 -b .warnings
%build
%{configure}
%configure
make
%install
%{makeinstall}
make DESTDIR=%{buildroot} install
%files
%defattr(-, root, root)
%doc COPYING ChangeLog
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}.1.*
%changelog