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:
parent
02326226a3
commit
035b4ec10e
@ -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
|
Sun Apr 11 09:32:03 UTC 2010 - adam@mizerski.pl
|
||||||
|
|
||||||
|
26
bff4.spec
26
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
|
Name: bff4
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 1
|
Release: 0
|
||||||
License: OSI_COMPLIANT_FREE(Public domain)
|
License: OSI_COMPLIANT_FREE(Public domain)
|
||||||
Source0: %{name}.c
|
Source0: %{name}.c
|
||||||
Patch0: arg.patch
|
Patch0: arg.patch
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Summary: Fast Brainfuck interpreter
|
Summary: Fast Brainfuck interpreter
|
||||||
Url: http://mazonka.com/brainf/
|
URL: http://mazonka.com/brainf/
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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} %buildroot%{_bindir}/%{name}
|
||||||
%__install -D -m 755 %{name}lnr %buildroot%{_bindir}/%{name}lnr
|
%__install -D -m 755 %{name}lnr %buildroot%{_bindir}/%{name}lnr
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user