Mailinglist Archive: opensuse-commit (1097 mails)
| < Previous | Next > |
commit perl-Parse-RecDescent for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 11 Jan 2010 16:17:25 +0100
- Message-id: <20100111151725.408CE202A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-Parse-RecDescent for
openSUSE:Factory
checked in at Mon Jan 11 16:17:25 CET 2010.
--------
--- perl-Parse-RecDescent/perl-Parse-RecDescent.changes 2008-10-06
15:21:43.000000000 +0200
+++
/mounts/work_src_done/STABLE/perl-Parse-RecDescent/perl-Parse-RecDescent.changes
2009-12-10 21:00:13.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Dec 10 19:58:51 UTC 2009 - chris@xxxxxxxxxxxxxxxx
+
+- cleanup spec
+ * sort tags
+ * fix build-/deps
+ * simply install/file section
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Parse-RecDescent.spec ++++++
--- /var/tmp/diff_new_pack.8PGzYx/_old 2010-01-11 16:16:11.000000000 +0100
+++ /var/tmp/diff_new_pack.8PGzYx/_new 2010-01-11 16:16:11.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Parse-RecDescent (Version 1.96.0)
#
-# Copyright (c) 2008 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
@@ -19,19 +19,27 @@
Name: perl-Parse-RecDescent
-Url: http://cpan.org/modules/by-module/Parse/
-License: Artistic License
-Group: Development/Libraries/Perl
-Provides: ParseRecDescent perl_prd
-Obsoletes: perl_prd
-Requires: perl = %{perl_version}
-AutoReqProv: on
-Version: 1.96.0
-Release: 1
+%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl RecDescent Module
-Source: Parse-RecDescent-%{version}.tar.bz2
-Patch: Parse-RecDescent-%{version}.diff
+Version: 1.96.0
+Release: 2
+License: Artistic
+Group: Development/Libraries/Perl
+Url: http://cpan.org/modules/by-module/Parse/
+Source: %{cpan_name}-%{version}.tar.bz2
+Patch: %{cpan_name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl
+BuildRequires: perl-macros
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Pod) >= 1.14
+BuildRequires: perl(Text::Balanced)
+BuildRequires: perl-version
+Requires: perl = %{perl_version}
+Requires: perl(Text::Balanced)
+Requires: perl-version
+Obsoletes: perl_prd
+Provides: ParseRecDescent perl_prd
%description
RecDescent incrementally generates top-down recursive-descent text
@@ -44,34 +52,27 @@
Damian Conway <damian@xxxxxxxxxxxxxxxxxx>
%prep
-%setup -q -n Parse-RecDescent-%{version}
+%setup -q -n %{cpan_name}-%{version}
%patch
%build
find -type f | xargs chmod 644
perl Makefile.PL
-make
+%{__make}
%check
-make test
+%{__make} test
%install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
%perl_process_packlist
-rm -f $RPM_BUILD_ROOT/%perl_vendorlib/Text/Balanced.pm
-rm -f $RPM_BUILD_ROOT/%perl_vendorlib/Text/Balanced.pod
-rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/Text::Balanced.3pm*
+%perl_gen_filelist
%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf
$RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.files
%defattr(-,root,root)
-/var/adm/perl-modules/perl-Parse-RecDescent
-%dir %perl_vendorlib/Parse
-%perl_vendorlib/Parse/RecDescent.*
-%dir %{perl_vendorarch}/auto/Parse
-%{perl_vendorarch}/auto/Parse/RecDescent
-%{_mandir}/man3/Parse::RecDescent.3pm.gz
+%doc Changes README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |