Mailinglist Archive: opensuse-commit (762 mails)
| < Previous | Next > |
commit perl-Test-Output for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Aug 2010 10:40:02 +0200
- Message-id: <20100802084002.E2C47202A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-Test-Output for openSUSE:Factory
checked in at Mon Aug 2 10:40:02 CEST 2010.
--------
--- perl-Test-Output/perl-Test-Output.changes 2010-04-11 21:29:40.000000000
+0200
+++ /mounts/work_src_done/STABLE/perl-Test-Output/perl-Test-Output.changes
2010-07-24 14:43:19.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Jul 24 12:40:51 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- fix obviously lost changes
+ o Sun Jun 14 21:17:23 CEST 2009
+ o Sun Jun 21 22:37:55 CEST 2009
+
+-------------------------------------------------------------------
+Tue Jul 6 12:46:46 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- update spec by cpanspec 1.78
+- noarch pkg
+- split pkg version
+ o perl-Test-Output_0_12 for suse_version < 1130
+
+-------------------------------------------------------------------
@@ -27 +42,8 @@
-- initial package 0.13
+- update to 0.13
+ * brian d foy (bdfoy@xxxxxxxx) is the new maintainer
+ * Updated docs for source code location, license, etc
+
+-------------------------------------------------------------------
+Sun Jun 14 21:17:23 CEST 2009 - chris@xxxxxxxxxxxxxxxx
+
+- initial package 0.12
calling whatdependson for head-i586
Old:
----
Test-Output-0.16.tar.gz
New:
----
Test-Output-0.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Output.spec ++++++
--- /var/tmp/diff_new_pack.jwkuXa/_old 2010-08-02 10:39:49.000000000 +0200
+++ /var/tmp/diff_new_pack.jwkuXa/_new 2010-08-02 10:39:49.000000000 +0200
@@ -17,51 +17,51 @@
# norootforbuild
+%bcond_with test
Name: perl-Test-Output
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+%define cpan_name Test-Output
Summary: Utilities to test STDOUT and STDERR messages
Version: 0.16
-Release: 1
-License: GPL Version 2, Artistic License
+Release: 4
+License: GPL+ or Artistic
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test-Output
-Source:
http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-0.16.tar.gz
+Url: http://search.cpan.org/dist/Test-Output/
+#Source:
http://www.cpan.org/modules/by-module/Test/Test-Output-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.bz2
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
-#BuildRequires: perl(Module::Build)
+%if %{with test}
+BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+BuildRequires: perl(Test::Pod) >= 1.14
+%endif
BuildRequires: perl(File::Temp) >= 0.21
+BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Tester) >= 0.107
-BuildRequires: perl(Test::More) >= 0
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.04
-# other not perl || perl-base
-BuildRequires: perl(Sub::Exporter) >= 0
Requires: perl = %{perl_version}
Requires: perl(File::Temp) >= 0.21
-# other not perl || perl-base
+Requires: perl(Sub::Exporter)
Requires: perl(Test::Tester) >= 0.107
-Requires: perl(Test::More) >= 0
-Requires: perl(Sub::Exporter) >= 0
%description
-Test-Output provides a simple interface for testing output send to STDOUT
-or STDERR. A number of different utilies are included to try and be as
+Test::Output provides a simple interface for testing output sent to STDOUT
+or STDERR. A number of different utilities are included to try and be as
flexible as possible to the tester.
- Authors:
- Currently maintained by brian d foy, bdfoy@xxxxxxxxx
- Shawn Sorichetti, <ssoriche@xxxxxxxx>
-
+Authors:
+--------
+ Currently maintained by brian d foy, bdfoy@xxxxxxxx
+ Shawn Sorichetti <ssoriche@xxxxxxxx>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL CFLAGS="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@@ -69,15 +69,17 @@
%install
%perl_make_install
-%perl_process_packlist
+# remove .packlist file
+%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
+# remove perllocal.pod file
+%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean
-%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
-%doc Changes LICENSE README
+%defattr(-,root,root,-)
+%doc Changes LICENSE README TODO
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |