File archway.spec of Package archway
#
# spec file for package archway (Version 0.2.1)
#
# Copyright (c) 2006 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/
#
# norootforbuild
Name: archway
BuildRequires: perl-Arch perl-Gtk2
License: GPL
Group: Development/Tools/Version Control
Autoreqprov: on
Version: 0.2.1
Release: 4
URL: http://www.nongnu.org/archway/
Summary: GNU Arch GUI
Requires: tla
Requires: perl-Arch >= 0.5.0
Requires: perl-Gtk2
Source: %{name}-%{version}.tar.bz2
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ArchWay is a GNU Arch GUI. It follows the Unix tradition of small
tools doing their work well and cooperating nicely with each other.
Authors:
--------
Enno Cramer <uebergeek@web.de>
Mikhael Goikhman <migo@homemail.com>
%prep
%setup
%install
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} WITH_ARCH_PERL=no
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,755)
%doc README TODO COPYING AUTHORS doc/*
%{_prefix}/bin/*
%{_prefix}/share/archway
%changelog -n archway
* Tue Feb 28 2006 - jmatejek@suse.cz
- added run-time dependency on perl-Gtk2
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 - jmatejek@suse.cz
- update to 0.2.1
* Wed Apr 27 2005 - mcihar@suse.cz
- update to 0.2.0
* Tue Jan 18 2005 - mcihar@suse.cz
- update to 0.1.1
* Tue Nov 02 2004 - mcihar@suse.cz
- initial packaging