File jam.spec of Package jam
#
# spec file for package jam (Version 2.5)
#
# Copyright (c) 2007 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: jam
Summary: make-like program
Version: 2.5
Release: 10
License: Other uncritical OpenSource License
Vendor: openSUSE-Education
Url: http://www.perforce.com/jam/jam.html
Group: Development/Tools/Building
BuildRequires: bison
Source: jam-%{version}.tar
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Jam is a make replacement that makes building simple things simple and
building complicated things manageable.
Authors:
--------
Christopher Seiwald
Perforce Software, Inc.
%prep
%setup
%build
make
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 755 jam0 $RPM_BUILD_ROOT/usr/bin/jam
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc Jam.html Jambase.html Jamfile.html Porting README RELNOTES
/usr/bin/jam
%changelog
* Thu Mar 29 2007 - rguenther@suse.de
- add bison BuildRequires
* Wed Dec 27 2006 - sndirsch@suse.de
- created package