rpms/perl-MogileFS-Utils/F-7 perl-MogileFS-Utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Mon Jun 25 21:00:00 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/perl-MogileFS-Utils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25396

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MogileFS-Utils.spec 
Log Message:
Initial import


--- NEW FILE perl-MogileFS-Utils.spec ---
Name:           perl-MogileFS-Utils
Version:        2.11
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
%{_bindir}/mogadm
%{_bindir}/mogtool
%{_mandir}/man1/*

%changelog
* Wed Jun 20 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.11-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MogileFS-Utils/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jun 2007 19:42:37 -0000	1.1
+++ .cvsignore	25 Jun 2007 20:59:25 -0000	1.2
@@ -0,0 +1 @@
+MogileFS-Utils-2.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MogileFS-Utils/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jun 2007 19:42:37 -0000	1.1
+++ sources	25 Jun 2007 20:59:25 -0000	1.2
@@ -0,0 +1 @@
+aaff04be73e4b68fd5bb3fc2d85d2f23  MogileFS-Utils-2.11.tar.gz




More information about the fedora-extras-commits mailing list