forked from pool/prctl
Accepting request 164099 from utilities
- Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 164040 from namtrac) OBS-URL: https://build.opensuse.org/request/show/164099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/prctl?expand=0&rev=17
This commit is contained in:
parent
25447d14bc
commit
15146eede9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 09:26:57 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file
|
||||||
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 21 16:50:15 UTC 2011 - coolo@novell.com
|
Mon Mar 21 16:50:15 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
17
prctl.spec
17
prctl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package prctl
|
# spec file for package prctl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@ -15,17 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: prctl
|
Name: prctl
|
||||||
Summary: A utility to perform process operations
|
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 6
|
Release: 0
|
||||||
Group: System/Monitoring
|
Summary: A utility to perform process operations
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Group: System/Monitoring
|
||||||
Url: http://sourceforge.net/projects/prctl
|
Url: http://sourceforge.net/projects/prctl
|
||||||
Source0: prctl-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/prctl/prctl/%{version}/prctl-%{version}.tar.gz
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Patch0: prctl-1.5-Makefile.patch
|
Patch0: prctl-1.5-Makefile.patch
|
||||||
Patch1: prctl-1.5-warnings.patch
|
Patch1: prctl-1.5-warnings.patch
|
||||||
@ -37,7 +35,7 @@ the runtime environment.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{S:1} .
|
cp %{SOURCE1} .
|
||||||
%patch0 -p1 -b .makefile
|
%patch0 -p1 -b .makefile
|
||||||
%patch1 -p0 -b .warnings
|
%patch1 -p0 -b .warnings
|
||||||
|
|
||||||
@ -47,9 +45,6 @@ cp %{S:1} .
|
|||||||
%install
|
%install
|
||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user