rpms/perl-YAML-Tiny/devel perl-YAML-Tiny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri May 18 23:43:23 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-YAML-Tiny/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8079/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-YAML-Tiny.spec 
Log Message:
Import.



--- NEW FILE perl-YAML-Tiny.spec ---
Name:           perl-YAML-Tiny
Version:        1.04
Release:        1%{?dist}
Summary:        Read/Write YAML files with as little code as possible
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/YAML-Tiny/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(YAML)
BuildRequires:  perl(YAML::Syck)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
YAML::Tiny is a perl class to read and write YAML-style files with as
little code as possible, reducing load time and memory overhead.

%prep
%setup -q -n YAML-Tiny-%{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 AUTOMATED_TESTING=1

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Mar 13 2007 Steven Pritchard <steve at kspei.com> 1.04-1
- Specfile autogenerated by cpanspec 1.70.
- Drop redundant perl build dependency.
- BR YAML, YAML::Syck, and Test::Pod for better test coverage.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-YAML-Tiny/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 May 2007 21:42:56 -0000	1.1
+++ .cvsignore	18 May 2007 23:42:46 -0000	1.2
@@ -0,0 +1 @@
+YAML-Tiny-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-YAML-Tiny/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 May 2007 21:42:56 -0000	1.1
+++ sources	18 May 2007 23:42:46 -0000	1.2
@@ -0,0 +1 @@
+edba36ca379be0c5f8176239b8f547d9  YAML-Tiny-1.04.tar.gz




More information about the fedora-extras-commits mailing list