rpms/perl-constant-boolean/F-10 import.log, NONE, 1.1 perl-constant-boolean.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Sun Feb 1 23:44:16 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-constant-boolean/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30308/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-constant-boolean.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-constant-boolean-0_01-1_fc10:F-10:perl-constant-boolean-0.01-1.fc10.src.rpm:1233531655


--- NEW FILE perl-constant-boolean.spec ---
Name:           perl-constant-boolean
Version:        0.01
Release:        1%{?dist}
Summary:        Define TRUE and FALSE constants
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/constant-boolean/
Source0:        http://www.cpan.org/authors/id/D/DE/DEXTER/constant-boolean-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Defines TRUE and FALSE constants in caller's namespace. You could use
simple values like empty string or zero for false, or any non-empty and non-
zero string value as true, but the TRUE and FALSE constants are more
descriptive.

%prep
%setup -q -n constant-boolean-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Jan 29 2009 Allisson Azevedo <allisson at gmail.com> 0.01-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-constant-boolean/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Feb 2009 18:52:19 -0000	1.1
+++ .cvsignore	1 Feb 2009 23:43:45 -0000	1.2
@@ -0,0 +1 @@
+constant-boolean-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-constant-boolean/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Feb 2009 18:52:19 -0000	1.1
+++ sources	1 Feb 2009 23:43:45 -0000	1.2
@@ -0,0 +1 @@
+6d8c2ca83572246beb19d55ac2cd6467  constant-boolean-0.01.tar.gz




More information about the scm-commits mailing list