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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 11 22:44:01 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-SVG/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28202/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-SVG.spec 
Log Message:
auto-import perl-SVG-2.32-2 on branch devel from perl-SVG-2.32-2.src.rpm


--- NEW FILE perl-SVG.spec ---
Name:           perl-SVG
Version:        2.32
Release:        2
Summary:        An extention to generate stand-alone or inline SVG.

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/SVG/
Source0:        http://www.cpan.org/authors/id/R/RO/RONAN/SVG-2.32.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
SVG.pm is a perl extention to generate stand-alone or inline SVG
(scaleable vector graphics) images using the W3C SVG xml recommendation.

%prep
%setup -q -n SVG-%{version}

# avoid extra dependencies
chmod 644 examples/*


%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 -a \( -name .packlist \
  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'


%check || :
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Wed Apr 06 2005 Hunter Matthews <thm at duke.edu> 2.32-2
- Review suggestions from José Pedro Oliveira

* Fri Mar 18 2005 Hunter Matthews <thm at duke.edu> 2.32-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SVG/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Apr 2005 22:43:36 -0000	1.1
+++ .cvsignore	11 Apr 2005 22:43:59 -0000	1.2
@@ -0,0 +1 @@
+SVG-2.32.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SVG/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2005 22:43:36 -0000	1.1
+++ sources	11 Apr 2005 22:43:59 -0000	1.2
@@ -0,0 +1 @@
+a604dbd0d6f68907f825ff4c3c3f04dc  SVG-2.32.tar.gz




More information about the scm-commits mailing list