From 15146eede9dafbf6c4e36b9cee29c2782de99498646fe049f2da64740f503606 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Apr 2013 04:54:50 +0000 Subject: [PATCH] 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 --- prctl.changes | 6 ++++++ prctl.spec | 17 ++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/prctl.changes b/prctl.changes index 421c34f..a7eebe3 100644 --- a/prctl.changes +++ b/prctl.changes @@ -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 diff --git a/prctl.spec b/prctl.spec index 1306673..ec26dcd 100644 --- a/prctl.spec +++ b/prctl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: prctl -Summary: A utility to perform process operations Version: 1.5 -Release: 6 -Group: System/Monitoring +Release: 0 +Summary: A utility to perform process operations License: GPL-2.0+ +Group: System/Monitoring 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 Patch0: prctl-1.5-Makefile.patch Patch1: prctl-1.5-warnings.patch @@ -37,7 +35,7 @@ the runtime environment. %prep %setup -q -cp %{S:1} . +cp %{SOURCE1} . %patch0 -p1 -b .makefile %patch1 -p0 -b .warnings @@ -47,9 +45,6 @@ cp %{S:1} . %install %{makeinstall} -%clean -%{__rm} -rf %{buildroot} - %files %defattr(-, root, root) %doc COPYING ChangeLog