File axp.spec of Package axp
#
# spec file for package axp (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: axp
License: GPL
Group: Development/Tools/Version Control
Autoreqprov: on
Version: 0.2.1
Release: 1
URL: http://migo.sixbit.org/software/axp/
Summary: command line tool and wrapper for tla
Requires: perl-Arch >= 0.5.0
Source: %{name}-%{version}.tar.bz2
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
AXP stands for Arch eXtension Platform (or Arch eXtended by Perl).
This is a command line tool with a modular, hierarchical and pluggable
command set, that provides additional GNU Arch functionality.
Authors:
--------
Mikhael Goikhman <migo@homemail.com>
%prep
%setup -q
%install
make install DESTDIR=$RPM_BUILD_ROOT WITH_ARCH_PERL=no prefix=/usr
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,755)
%doc AUTHORS README NEWS COPYING ChangeLog doc/*
%{_datadir}/axp
%{_bindir}/*
%changelog -n axp
* 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
* Mon Jan 03 2005 - mcihar@suse.cz
- initial packaging