SPECS: perl-IO-LockedFile.spec (NEW) - new

glen glen at pld-linux.org
Sun Oct 30 20:18:22 CET 2005


Author: glen                         Date: Sun Oct 30 19:18:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-IO-LockedFile.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-IO-LockedFile.spec
diff -u /dev/null SPECS/perl-IO-LockedFile.spec:1.1
--- /dev/null	Sun Oct 30 20:18:22 2005
+++ SPECS/perl-IO-LockedFile.spec	Sun Oct 30 20:17:56 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	IO
+%define	pnam	LockedFile
+Summary:	IO::LockedFile Class - supply object methods for locking files
+Name:		perl-IO-LockedFile
+Version:	0.23
+Release:	0.1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	f447f67ac7c9f42d86d07ca7477cdec6
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+In its simplistic use, the IO::LockedFile class gives us the same 
+interface of the IO::File class with the unique difference that the 
+files we deal with are locked using the Flock mechanism (using the 
+flock function).
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/IO/*.pm
+%{perl_vendorlib}/IO/LockedFile
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/30 19:17:56  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list