rpms/perl-MogileFS-Client/EL-4 perl-MogileFS-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Thu Jul 12 21:10:46 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/perl-MogileFS-Client/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25795

Modified Files:
	.cvsignore Makefile sources 
Added Files:
	perl-MogileFS-Client.spec 
Log Message:
Initial import into EL-4


--- NEW FILE perl-MogileFS-Client.spec ---
Name:           perl-MogileFS-Client
Version:        1.07
Release:        2%{?dist}
Summary:        Client library for the MogileFS distributed file system
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/~bradfitz/MogileFS-Client/
Source0:        http://www.cpan.org/authors/id/B/BR/BRADFITZ/MogileFS-Client-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(IO::WrapTie)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a client library for the MogileFS distributed file system.
The class method 'new' creates a client object against a particular
mogilefs tracker and domain. This object may then be used to store and
retrieve content easily from MogileFS.

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

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

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

%{_fixperms} $RPM_BUILD_ROOT/*

%check
rm t/10-basics.t
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Jun 20 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.07-2
- Incorporate suggestions from tibbs in review #240699:
- Remove test which does nothing without a mogilefs server
- Change URL to cpan site
* Sun May 20 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.07-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MogileFS-Client/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2007 21:06:41 -0000	1.1
+++ .cvsignore	12 Jul 2007 21:10:14 -0000	1.2
@@ -0,0 +1 @@
+MogileFS-Client-1.07.tar.gz


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MogileFS-Client/EL-4/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	20 Jun 2007 21:06:41 -0000	1.1
+++ Makefile	12 Jul 2007 21:10:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Makefile for source rpm: perl-MogileFS-client
+# Makefile for source rpm: perl-MogileFS-Client
 # $Id$
-NAME := perl-MogileFS-client
+NAME := perl-MogileFS-Client
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MogileFS-Client/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2007 21:06:41 -0000	1.1
+++ sources	12 Jul 2007 21:10:14 -0000	1.2
@@ -0,0 +1 @@
+e53f76c7db26c7f8ac0628d3e35de1b2  MogileFS-Client-1.07.tar.gz




More information about the fedora-extras-commits mailing list