rpms/perl-MogileFS-Utils/FC-6 perl-MogileFS-Utils.spec,NONE,1.1

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Thu Aug 9 21:54:58 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/perl-MogileFS-Utils/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22165

Added Files:
	perl-MogileFS-Utils.spec 
Log Message:
Added spec file


--- NEW FILE perl-MogileFS-Utils.spec ---
Name:           perl-MogileFS-Utils
Version:        2.12
Release:        1%{?dist}
Summary:        Utilities for MogileFS
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MogileFS-Utils/
Source0:        http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/MogileFS-Utils-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(MogileFS::Client)
BuildRequires:  perl(Compress::Zlib)
BuildRequires:  perl(LWP::Simple)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Utilities for the MogileFS distributed storage system

%prep
%setup -q -n MogileFS-Utils-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_bindir}/mogadm
%{_bindir}/mogtool
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Thu Aug 09 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.12-1
- Upstream released new version
* Wed Jun 20 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.11-1
- Initial import




More information about the fedora-extras-commits mailing list