SHA256
1
0
forked from pool/bff4

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
This commit is contained in:
Adam Mizerski 2011-09-18 17:30:10 +00:00 committed by Git OBS Bridge
parent 02326226a3
commit 035b4ec10e
2 changed files with 7 additions and 24 deletions

View File

@ -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

View File

@ -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}