rpms/perl-File-FcntlLock/F-12 perl-File-FcntlLock.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Tue Jul 13 15:47:00 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-File-FcntlLock/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30915/F-12

Modified Files:
	sources 
Added Files:
	perl-File-FcntlLock.spec 
Log Message:
branching


--- NEW FILE perl-File-FcntlLock.spec ---
Name:		perl-File-FcntlLock
Version:	0.12
Release:	1%{?dist}
Summary:	Perl module for file locking with fcntl
Group:		Development/Libraries
License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/File-FcntlLock/
Source0:	http://search.cpan.org/CPAN/authors/id/J/JT/JTT/File-FcntlLock-%{version}.tar.gz
BuildRequires:	perl(POSIX), perl(Errno), perl(Carp), perl(Exporter), perl(DynaLoader)
BuildRequires:	perl(ExtUtils::MakeMaker), perl(Config)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
FcntlLock is a module to do file locking in an object oriented
fashion using the fcntl(2) system call. This allows locks on parts
of a file as well as on the whole file and overcomes some known
problems with flock(2), on which Perl's flock() function is based.

%prep
%setup -q -n File-FcntlLock-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

%check
make test

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/File/
%{_mandir}/man3/*.3pm*

%changelog
* Tue Jul 13 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.12-1
- initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-FcntlLock/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jul 2010 15:43:59 -0000	1.1
+++ sources	13 Jul 2010 15:47:00 -0000	1.2
@@ -0,0 +1 @@
+ee75374c6f1a9db2bca92d3a396f748e  File-FcntlLock-0.12.tar.gz



More information about the scm-commits mailing list