diff --git a/Data-Taxi-0.95.tar.gz b/Data-Taxi-0.95.tar.gz deleted file mode 100644 index da9761e..0000000 --- a/Data-Taxi-0.95.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419257605bf03ca49164f24b5fa8a4dfc1b71aa67fda30c0149f2931fbada240 -size 6622 diff --git a/Data-Taxi-0.96.tar.gz b/Data-Taxi-0.96.tar.gz new file mode 100644 index 0000000..29a3ff1 --- /dev/null +++ b/Data-Taxi-0.96.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcb3610fca06d9a1d9916ab6980743a61d85af55f9fd376bea6712a89a69c78 +size 6861 diff --git a/perl-Data-Taxi.changes b/perl-Data-Taxi.changes index 06e38b2..07f3986 100644 --- a/perl-Data-Taxi.changes +++ b/perl-Data-Taxi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 4 18:06:40 UTC 2011 - chris@computersalat.de + +- update to 0.96 + o added Debug::ShowStuff +- recreated by cpanspec 1.78.03 +- moved changelog to changes file +- noarch pkg + ------------------------------------------------------------------- Tue Nov 30 19:20:08 UTC 2010 - coolo@novell.com @@ -17,3 +26,8 @@ Sat Jun 20 00:55:19 CEST 2009 - chris@computersalat.de - added perl-macros o autogen filelist with perl_gen_filelist +------------------------------------------------------------------- +Mon Aug 25 04:47:44 UTC 2008 - chris@computersalat.de + +- initial Package 0.94 + diff --git a/perl-Data-Taxi.spec b/perl-Data-Taxi.spec index f84b717..7c9250d 100644 --- a/perl-Data-Taxi.spec +++ b/perl-Data-Taxi.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Taxi -# -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,55 +15,50 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -#Distribution: %dist -#Packager: %packager -#Vendor: %vendor - Name: perl-Data-Taxi -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Taint-aware, XML-ish data serialization -Version: 0.95 +Version: 0.96 Release: 1 -License: artistic -Group: Applications/CPAN -Url: http://search.cpan.org/dist/%{cpan_name} -Source0: %{cpan_name}-%{version}.tar.gz +License: GPL+ or Artistic +%define cpan_name Data-Taxi +Summary: Taint-aware, XML-ish data serialization +Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Data-Taxi/ +#Source: http://www.cpan.org/authors/id/M/MI/MIKO/Data-Taxi-0.96.tar.gz +Source: %{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Module::Build) +BuildRequires: perl(Debug::ShowStuff) >= 1.1 +Requires: perl(Debug::ShowStuff) >= 1.1 +%{perl_requires} %description - %{cpan_name} module for perl +Taxi (*T*aint-*A*ware *X*ML-*I*sh) is a data serializer with several handy +features: - Taxi (Taint-Aware XML-Ish) is a data serializer with several handy - features: +* Taint aware - Taint aware - Taxi does not force you to trust the data you are serializing. None - of the input data is executed. + Taxi does not force you to trust the data you are serializing. None of + the input data is executed. - Human readable - Taxi produces a human-readable string that simplifies checking the - output of your objects. +* Human readable - XML-ish - While I don`t (currently) promise full XML compliance, Taxi produces - a block of XML-ish data that could probably be read in by other XML - parsers. + Taxi produces a human-readable string that simplifies checking the output + of your objects. - Author: Miko O`Sullivan +* XML-ish + While I don't (currently) promise full XML compliance, Taxi produces a + block of XML-ish data that could probably be read in by other XML + parsers. %prep %setup -q -n %{cpan_name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -%{__make} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check %{__make} test @@ -73,13 +68,11 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT +%clean +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root) +%defattr(644,root,root,755) %doc README %changelog -* Mon Aug 25 2008 - rpm@scorpio-it.net - 0.94 -- initial Package