Mailinglist Archive: opensuse-commit (1097 mails)

< Previous Next >
commit perl-Exporter-Tidy for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 28 Jan 2010 01:21:11 +0100
  • Message-id: <20100128002111.E3BA5202A5@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Exporter-Tidy for
openSUSE:Factory
checked in at Thu Jan 28 01:21:11 CET 2010.



--------
New Changes file:

--- /dev/null 2009-09-30 08:50:26.000000000 +0200
+++ perl-Exporter-Tidy/perl-Exporter-Tidy.changes 2010-01-25
15:10:31.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Jan 25 15:10:10 CET 2010 - anicka@xxxxxxx
+
+- cleaned Requires
+

calling whatdependson for head-i586


New:
----
Exporter-Tidy-0.07.tar.gz
perl-Exporter-Tidy.changes
perl-Exporter-Tidy.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Exporter-Tidy.spec ++++++
#
# spec file for package perl-Exporter-Tidy (Version 0.07)
#
# 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
# 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-Exporter-Tidy
Version: 0.07
Release: 1
Summary: Another way of exporting symbols
License: CHECK(GPL+ or Artistic)
Group: Development/Libraries
Url: http://search.cpan.org/dist/Exporter-Tidy/
Source0:
http://www.cpan.org/authors/id/J/JU/JUERD/Exporter-Tidy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: perl = %{perl_version}

%description
This module serves as an easy, clean alternative to Exporter. Unlike
Exporter, it is not subclassed, but it simply exports a custom import()
into your namespace.

%prep
%setup -q -n Exporter-Tidy-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages