rpms/perl-VCS-LibCVS/devel perl-VCS-LibCVS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Tue Feb 12 18:25:13 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-VCS-LibCVS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20129/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-VCS-LibCVS.spec 
Log Message:
new module



--- NEW FILE perl-VCS-LibCVS.spec ---
Name:           perl-VCS-LibCVS
Version:        1.0002
Release:        2%{?dist}
Summary:        Access CVS working directories and repositories
License:        GPLv2+ or Artistic 
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/VCS-LibCVS/
Source0:        http://www.cpan.org/authors/id/D/DI/DISSENT/VCS-LibCVS-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# non-perl
BuildRequires: cvs
# core
BuildRequires: perl(ExtUtils::MakeMaker) 

# these _packages_ are not provided, however the files they would correspond
# to are and are loaded as if they were packages (use...); hence they're
# picked up by autorequires but not autoprovides.
Provides: perl(VCS::LibCVS::Client::Request::ArgumentUsingRequests) = %{version}-%{release}
Provides: perl(VCS::LibCVS::Client::Request::Requests) = %{version}-%{release}
Provides: perl(VCS::LibCVS::Client::Response::FileUpdateModifyingResponses) = %{version}-%{release}
Provides: perl(VCS::LibCVS::Client::Response::FileUpdatingResponses) = %{version}-%{release}
Provides: perl(VCS::LibCVS::Client::Response::Responses) = %{version}-%{release}

%description
LibCVS provides native Perl access to CVS.

%prep
%setup -q -n VCS-LibCVS-%{version}

find . -type f -exec chmod -c -x {} +

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*

%check
make test

# for packaging: "examples" are installed under _bindir; Makefile.PL +x's t/*
mv examples/t .
chmod -x t/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog* COPYING GPL PerlArtisticLicense README t/
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man3/*

%changelog
* Mon Feb 11 2008 Robin Norwood <rnorwood at redhat.com> - 1.0002-2
- Make fake provides have an explicit version to fix rpmlint warnings.

* Thu May 31 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.0002-1
- Specfile autogenerated by cpanspec 1.71.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-VCS-LibCVS/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2008 17:37:57 -0000	1.1
+++ .cvsignore	12 Feb 2008 18:24:39 -0000	1.2
@@ -0,0 +1 @@
+VCS-LibCVS-1.0002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-VCS-LibCVS/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2008 17:37:57 -0000	1.1
+++ sources	12 Feb 2008 18:24:39 -0000	1.2
@@ -0,0 +1 @@
+555b3f13d9c52f7202bafd18810e2dc8  VCS-LibCVS-1.0002.tar.gz




More information about the fedora-extras-commits mailing list