rpms/perl-Data-Structure-Util/devel perl-Data-Structure-Util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue May 23 21:07:59 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Data-Structure-Util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16877/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-Structure-Util.spec 
Log Message:
auto-import perl-Data-Structure-Util-0.11-1 on branch devel from perl-Data-Structure-Util-0.11-1.src.rpm


--- NEW FILE perl-Data-Structure-Util.spec ---
Name:           perl-Data-Structure-Util
Version:        0.11
Release:        1%{?dist}
Summary:        Change nature of data within a structure
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-Structure-Util/
Source0:        http://www.cpan.org/authors/id/P/PD/PDENIS/Data-Structure-Util-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Clone)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(File::Find::Rule)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Data::Structure::Util is a toolbox to manipulate the data inside a data
structure. It can process an entire tree and perform the operation
requested on each appropriate element.

%prep
%setup -q -n Data-Structure-Util-%{version}

chmod 644 CHANGES README bin/packages.pl

%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0

rm -f $RPM_BUILD_ROOT%{_bindir}/packages.pl \
    $RPM_BUILD_ROOT%{_mandir}/man1/packages.pl*

find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES README bin/packages.pl
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Data*
%{_mandir}/man3/*

%changelog
* Sat May 20 2006 Steven Pritchard <steve at kspei.com> 0.11-1
- Specfile autogenerated by cpanspec 1.66.
- Drop explicit BR: perl.
- BR: File::Find::Rule (for tests).
- Add packages.pl to doc list and fix the permissions for the docs.
- Drop NINJA non-doc.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Structure-Util/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 May 2006 21:07:28 -0000	1.1
+++ .cvsignore	23 May 2006 21:07:59 -0000	1.2
@@ -0,0 +1 @@
+Data-Structure-Util-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Structure-Util/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 May 2006 21:07:28 -0000	1.1
+++ sources	23 May 2006 21:07:59 -0000	1.2
@@ -0,0 +1 @@
+3cbec998cd7c55b1244b3f782569b552  Data-Structure-Util-0.11.tar.gz




More information about the fedora-extras-commits mailing list