File perl-Geo-Functions-openSUSE_10.2.spec of Package perl-Geo-Functions
# $Id: perl-Geo-Functions.spec 5681 2007-08-03 23:29:10Z dag $
# Authority: dag
# Upstream: Michael R. Davis
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Geo-Functions
Summary: Perl module for standard Geo:: functions
Name: perl-Geo-Functions
Version: 0.06
%define releasesuffix opensuse10.2
Release: 1
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Geo-Functions/
Packager: Dries Verachtert <dries@ulyssis.org>
Vendor: Dries RPM Repository http://dries.ulyssis.org/rpm/
Source: http://www.cpan.org/modules/by-module/Geo/Geo-Functions-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: perl, perl(ExtUtils::MakeMaker)
Requires: perl
%description
Geo-Functions is a Perl module for standard Geo:: functions.
%prep
%setup -n %{real_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" destdir="%{buildroot}"
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} pure_install
### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE MANIFEST META.yml README
%doc %{_mandir}/man3/Geo::Functions.3pm*
%dir %{perl_vendorlib}/Geo/
%{perl_vendorlib}/Geo/Functions.pm
%changelog
* Tue May 01 2007 Dag Wieers <dag@wieers.com> - 0.06-1
- Initial package. (using DAR)