SHA256
1
0
forked from pool/frink
OBS User unknown 2009-06-17 17:34:04 +00:00 committed by Git OBS Bridge
parent e7b0bdb329
commit 605e9ad609

View File

@ -1,22 +1,30 @@
#
# spec file for package frink (Version 2.2.2)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# 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/
#
# norootforbuild
Name: frink
URL: http://catless.ncl.ac.uk/Programs/Frink
Url: http://catless.ncl.ac.uk/Programs/Frink
Version: 2.2.2
Release: 55
Release: 188
Summary: Static Testing and Formatting for Tcl Programs
Group: Development/Languages/Tcl
License: BSD
License: BSD 3-Clause
Source0: %name-%{version}p4.tar.bz2
Patch0: %name.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,17 +64,17 @@ rm -rf %buildroot
%_prefix/bin/frink
%doc AUTHORS README COPYRIGHT
%changelog -n frink
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Apr 22 2005 - max@suse.de
* Fri Apr 22 2005 max@suse.de
- Fixed compilation with gcc4.
* Mon Jul 05 2004 - max@suse.de
* Mon Jul 05 2004 max@suse.de
- New version: 2.2.2p4
* Fri Feb 06 2004 - max@suse.de
* Fri Feb 06 2004 max@suse.de
- Added -fno-strict-aliasing to CFLAGS.
* Wed Nov 26 2003 - max@suse.de
* Wed Nov 26 2003 max@suse.de
- New version: 2.2.2p3
* Fri Jun 07 2002 - max@suse.de
* Fri Jun 07 2002 max@suse.de
- New package: frink-2.1.5
- A tool for static testing and formatting of Tcl programs.