forked from pool/prctl
Accepting request 320050 from utilities
1 OBS-URL: https://build.opensuse.org/request/show/320050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/prctl?expand=0&rev=21
This commit is contained in:
commit
a716607927
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3fed2cec8721518179355d1a443c4be58f73ea224aa4c0cc4ba30ec87479687
|
|
||||||
size 17507
|
|
@ -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
|
Tue Apr 29 08:55:16 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
11
prctl.spec
11
prctl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package prctl
|
# 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
|
# 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
|
||||||
@ -37,18 +37,19 @@ the runtime environment.
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
%patch0 -p1 -b .makefile
|
%patch0 -p1 -b .makefile
|
||||||
%patch1 -p0 -b .warnings
|
%patch1 -b .warnings
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{configure}
|
%configure
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%doc %{_mandir}/man1/%{name}.1.*
|
%{_mandir}/man1/%{name}.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user