Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Devel-Dumpvar/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22835

Modified Files:
        .cvsignore sources 
Added Files:
        perl-Devel-Dumpvar.spec 
Log Message:
* Tue Jan 13 2009 Marcela MaÅ¡láňová <[email protected]> 0.04-2
- removed useless requirement



--- NEW FILE perl-Devel-Dumpvar.spec ---
Name:           perl-Devel-Dumpvar
Version:        0.04
Release:        2%{?dist}
Summary:        Pure-OO reimplementation of dumpvar.pl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Devel-Dumpvar/
Source0:        
http://www.cpan.org/authors/id/A/AD/ADAMK/Devel-Dumpvar-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) >= 0.42
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Most perl dumping modules are focused on serializing data structures into
a format that can be rebuilt into the original data structure. They do
this with a variety of different focuses, such as human readability, the
ability to execute the dumped code directly, or to minimize the size of
the dumped data.

%prep
%setup -q -n Devel-Dumpvar-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

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

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Jan 13 2009 Marcela MaÅ¡láňová <[email protected]> 0.04-2
- removed useless requirement

* Mon Jan 12 2009 Marcela MaÅ¡láňová <[email protected]> 0.04-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-Dumpvar/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Jan 2009 20:39:24 -0000      1.1
+++ .cvsignore  14 Jan 2009 06:29:42 -0000      1.2
@@ -0,0 +1 @@
+Devel-Dumpvar-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-Dumpvar/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources     13 Jan 2009 20:39:24 -0000      1.1
+++ sources     14 Jan 2009 06:29:42 -0000      1.2
@@ -0,0 +1 @@
+751632a35f17c95c8d31ba2fe5aab44b  Devel-Dumpvar-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to