Hello community,

here is the log from the commit of package perl-Package-Constants for 
openSUSE:Factory checked in at 2012-03-05 18:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Package-Constants (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Package-Constants.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Package-Constants", Maintainer is ""

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

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Constants.new/perl-Package-Constants.changes
       2012-03-05 18:01:15.000000000 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Tue Nov 30 14:44:52 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Sat Jul 25 19:41:05 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^----------
+  * removed ^#---------
+
+-------------------------------------------------------------------
+Sat Jun 27 19:46:21 CEST 2009 - ch...@computersalat.de
+
+- initial pkg 0.02
+

New:
----
  Package-Constants-0.02.tar.gz
  perl-Package-Constants.changes
  perl-Package-Constants.spec

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

Other differences:
------------------
++++++ perl-Package-Constants.spec ++++++
#
# spec file for package perl-Package-Constants
#
# 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-Package-Constants
Version:        0.02
Release:        0
%define cpan_name Package-Constants
Summary:        List all constants declared in a package
License:        GPL-1.0+ or Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Package-Constants/
Source:         
http://www.cpan.org/authors/id/K/KA/KANE/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
'Package::Constants' lists all the constants defined in a certain package.
This can be useful for, among others, setting up an autogenerated
'@EXPORT/@EXPORT_OK' for a Constants.pm file.

%prep
%setup -q -n %{cpan_name}-%{version}

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES README

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to