From 035b4ec10e05380a184a2467f3b39345071d21bf8deb209c6d3e914d0590ea0c Mon Sep 17 00:00:00 2001 From: Adam Mizerski Date: Sun, 18 Sep 2011 17:30:10 +0000 Subject: [PATCH 1/2] Accepting request 82892 from home:jengelh:bl-b - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/82892 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/bff4?expand=0&rev=2 --- bff4.changes | 5 +++++ bff4.spec | 26 ++------------------------ 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/bff4.changes b/bff4.changes index 9514ae3..43e67c5 100644 --- a/bff4.changes +++ b/bff4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 19:28:53 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Sun Apr 11 09:32:03 UTC 2010 - adam@mizerski.pl diff --git a/bff4.spec b/bff4.spec index 48d169a..e99cb37 100644 --- a/bff4.spec +++ b/bff4.spec @@ -1,31 +1,12 @@ -# -# spec file for package bff4 -# -# Copyright (c) 2011 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - - Name: bff4 Version: 1 -Release: 1 +Release: 0 License: OSI_COMPLIANT_FREE(Public domain) Source0: %{name}.c Patch0: arg.patch Group: Development/Languages/Other Summary: Fast Brainfuck interpreter -Url: http://mazonka.com/brainf/ +URL: http://mazonka.com/brainf/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,9 +31,6 @@ gcc %{SOURCE0} -DLNR -o %{name}lnr %optflags %__install -D -m 755 %{name} %buildroot%{_bindir}/%{name} %__install -D -m 755 %{name}lnr %buildroot%{_bindir}/%{name}lnr -%clean -%__rm -rf %buildroot - %files %defattr(-,root,root) %{_bindir}/%{name} From 947fa72c34d89d58976115dd622b2f04046c125d5866907b3ecd2c960cf07556 Mon Sep 17 00:00:00 2001 From: Adam Mizerski Date: Sun, 18 Sep 2011 18:05:54 +0000 Subject: [PATCH 2/2] - OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/bff4?expand=0&rev=4 --- bff4.spec | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/bff4.spec b/bff4.spec index e99cb37..b546850 100644 --- a/bff4.spec +++ b/bff4.spec @@ -1,12 +1,31 @@ +# +# spec file for package bff4 +# +# Copyright (c) 2011 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + Name: bff4 Version: 1 -Release: 0 +Release: 1 License: OSI_COMPLIANT_FREE(Public domain) Source0: %{name}.c Patch0: arg.patch Group: Development/Languages/Other Summary: Fast Brainfuck interpreter -URL: http://mazonka.com/brainf/ +Url: http://mazonka.com/brainf/ BuildRoot: %{_tmppath}/%{name}-%{version}-build