rpms/perl-Data-Alias/devel filter-requires.sh, NONE, 1.1 perl-Data-Alias.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 18 01:38:56 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Alias/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27591/devel

Modified Files:
	.cvsignore sources 
Added Files:
	filter-requires.sh perl-Data-Alias.spec 
Log Message:
auto-import perl-Data-Alias-1.0-1.fc5 on branch devel from perl-Data-Alias-1.0-1.fc5.src.rpm


--- NEW FILE filter-requires.sh ---
#!/bin/sh
/usr/lib/rpm/perl.prov $* |
    sed -e '/perl(base)/d'


--- NEW FILE perl-Data-Alias.spec ---
Name:           perl-Data-Alias
Version:        1.0
Release:        1%{?dist}
Summary:        Comprehensive set of aliasing operations
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-Alias/
Source0:        http://www.cpan.org/authors/id/X/XM/XMATH/Data-Alias-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# perl(base) oddness
Source99: filter-requires.sh
%define __perl_requires %{SOURCE99}

# and the missing requires
Requires:       perl(Exporter), perl(DynaLoader)


%description
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.


%prep
%setup -q -n Data-Alias-%{version} -n Data-Alias-%{version}


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


%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.0-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2006 01:38:46 -0000	1.1
+++ .cvsignore	18 Aug 2006 01:38:56 -0000	1.2
@@ -0,0 +1 @@
+Data-Alias-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2006 01:38:46 -0000	1.1
+++ sources	18 Aug 2006 01:38:56 -0000	1.2
@@ -0,0 +1 @@
+390fc2fefbf3fa9bf30d482a46989953  Data-Alias-1.0.tar.gz




More information about the fedora-extras-commits mailing list