File perl-Arch.spec of Package perl-Arch
#
# spec file for package perl-Arch (Version 0.5.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: perl-Arch
BuildRequires: libxml2 tla
URL: http://migo.sixbit.org/software/arch-perl/
License: GPL
Group: Development/Tools/Version Control
Requires: perl = %{perl_version} tla
Autoreqprov: on
Summary: Perl library for GNU Arch
Version: 0.5.1
Release: 13
Source: Arch-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The arch-perl project aims to create a Perl library for GNU Arch.
Currently, a pragmatic high-level interface is built around tla. This
functionality was initially developed for ArchZoom project, and was
highly enhanced to serve AXP and ArchWay projects as well.
Authors:
--------
Mikhael Goikhman <migo@homemail.com>
Enno Cramer <uebergeek@web.de>
%prep
%setup -q -n Arch-%{version}
%build
perl Makefile.PL
make
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/Arch
%{perl_vendorlib}/Arch
%{perl_vendorlib}/Arch.pm
/var/adm/perl-modules/perl-Arch
%changelog -n perl-Arch
* Thu Jul 20 2006 - olh@suse.de
- remove unused neon from buildrequires
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 - jmatejek@suse.cz
- update to 0.5.1
* Wed Apr 27 2005 - mcihar@suse.cz
- update to 0.5.0
* Mon Apr 18 2005 - mcihar@suse.de
- add expat to neededforbuild because of tla
* Mon Feb 07 2005 - mcihar@suse.cz
- update to 0.4.2
* Thu Jan 20 2005 - mcihar@suse.cz
- update to 0.4.1
* Mon Jan 03 2005 - mcihar@suse.cz
- initial packaging