File smalltalk-petitparser.spec of Package smalltalk-petitparser
#
# spec file for package smalltalk-petitparser
#
# Copyright (c) 2014, Martin Hauke <mardnh@gmx.de>
#
# 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: smalltalk-petitparser
Version: 0.0.0.git1409847937.1da5aac
Release: 0
Summary: A parser generator library for Smalltalk
License: MIT
Group: Development/Libraries/Smalltalk
Url: https://gitorious.org/gnu-smalltalk-ports/petitparser/
Source: %{name}-%{version}.tar.xz
BuildRequires: smalltalk-devel
BuildRequires: zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A port of PetitParser to GNU Smalltalk
%prep
%setup -q
%build
%install
gst-package -v --destdir "%{buildroot}/" package.xml
%files
%defattr(-,root,root)
%doc LICENSE PORTING
%{_libdir}/smalltalk/*.star
%changelog