rpms/perl-constant-boolean/devel perl-constant-boolean.spec, NONE, 1.1 import.log, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Mon Feb 2 00:23:11 UTC 2009


Author: allisson

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

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

First release for devel



--- 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: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/perl-constant-boolean/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	1 Feb 2009 23:48:46 -0000	1.1
+++ import.log	2 Feb 2009 00:22:41 -0000	1.2
@@ -1 +1,2 @@
 perl-constant-boolean-0_01-1_fc10:HEAD:perl-constant-boolean-0.01-1.fc10.src.rpm:1233531829
+perl-constant-boolean-0_01-1_fc10:HEAD:perl-constant-boolean-0.01-1.fc10.src.rpm:1233533987




More information about the fedora-extras-commits mailing list