rpms/perl-GD-SVG/devel perl-GD-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:35:01 UTC 2005


Author: spot

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

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


--- NEW FILE perl-GD-SVG.spec ---
Name:           perl-GD-SVG
Version:        0.25
Release:        2
Summary:        GD::SVG enables SVG output from scripts written using GD.

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

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
# The make test needs these.
BuildRequires:  perl(SVG), perl(GD)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
GD::SVG seamlessly enables the scalable vector graphics (SVG) output
from scripts written using GD.  It accomplishes this by translating GD
functions into SVG functions.


%prep
%setup -q -n GD-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> 0.25-2
- Review changes from José Pedro Oliveira

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


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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GD-SVG/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2005 22:34:35 -0000	1.1
+++ sources	11 Apr 2005 22:34:59 -0000	1.2
@@ -0,0 +1 @@
+47098a12f5bb4c339fac956318f65d6f  GD-SVG-0.25.tar.gz




More information about the fedora-extras-commits mailing list