Hello community, here is the log from the commit of package perl-SGML-Parser-OpenSP for openSUSE:Factory checked in at 2012-12-05 14:02:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-SGML-Parser-OpenSP (Old) and /work/SRC/openSUSE:Factory/.perl-SGML-Parser-OpenSP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-SGML-Parser-OpenSP", Maintainer is "[email protected]" Changes: -------- New Changes file: --- /dev/null 2012-11-30 12:21:47.308011256 +0100 +++ /work/SRC/openSUSE:Factory/.perl-SGML-Parser-OpenSP.new/perl-SGML-Parser-OpenSP.changes 2012-12-05 14:02:39.000000000 +0100 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 18 08:44:44 UTC 2011 - [email protected] + +- use original tar.gz + +------------------------------------------------------------------- +Wed Dec 1 13:35:11 UTC 2010 - [email protected] + +- switch to perl_requires macro + +------------------------------------------------------------------- +Tue Feb 16 16:05:36 UTC 2010 - [email protected] + +- initial package 0.994 + New: ---- SGML-Parser-OpenSP-0.994.tar.gz perl-SGML-Parser-OpenSP.changes perl-SGML-Parser-OpenSP.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-SGML-Parser-OpenSP.spec ++++++ # # spec file for package perl-SGML-Parser-OpenSP # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-SGML-Parser-OpenSP %define cpan_name SGML-Parser-OpenSP Summary: Perl interface to the OpenSP SGML and XML parser License: Artistic-1.0 or GPL-2.0+ Group: Development/Libraries/Perl Version: 0.994 Release: 0 Url: http://search.cpan.org/dist/SGML-Parser-OpenSP Source0: %{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: opensp-devel BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Accessor) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Class::Accessor) %description SGML::Parser::OpenSP provides a native Perl interface, written in C++ and XS, to the OpenSP SGML and XML parser. Authors: Bjoern Hoehrmann, <[email protected]> %prep %setup -q -n %{cpan_name}-%{version} find -type f -exec chmod 0644 {} \; find -type d -exec chmod 0755 {} \; for i in Changes README lib/SGML/Parser/OpenSP/Tools.pm lib/SGML/Parser/OpenSP.pm; do dos2unix $i done %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root) %doc Changes README %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
