diff --git a/README.md b/README.md index 9c2485f..e6d450d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Term-Gnuplot +This perl module is intended for low-resolution or high-resolution graphics using gnuplot low-level functions. + diff --git a/perl-Term-Gnuplot.spec b/perl-Term-Gnuplot.spec new file mode 100644 index 0000000..2e89b68 --- /dev/null +++ b/perl-Term-Gnuplot.spec @@ -0,0 +1,60 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Term-Gnuplot +Version: 0.90380905 +Release: 4mamba +Summary: Term::Gnuplot - Low/High-resolution graphics using gnuplot +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Term-Gnuplot-%{version}.tar.gz +License: Artistic +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This perl module is intended for low-resolution or high-resolution graphics using gnuplot low-level functions. + +%prep +%setup -q -n Term-Gnuplot-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +#%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Tue Nov 13 2012 Silvan Calarco 0.90380905-4mamba +- perl 5.16 mass rebuild + +* Wed Nov 05 2008 Silvan Calarco 0.90380905-3mamba +- automatic rebuild by autodist + +* Wed Nov 05 2008 Silvan Calarco 0.90380905-2mamba +- rebuilt with perl 5.10 + +* Thu Sep 13 2007 Aleph0 0.90380905-1mamba +- package created by autospec