Hello community,

here is the log from the commit of package perl-Locale-Msgfmt for 
openSUSE:Factory checked in at 2013-01-02 12:59:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Locale-Msgfmt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Locale-Msgfmt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Locale-Msgfmt", Maintainer is ""

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

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Locale-Msgfmt.new/perl-Locale-Msgfmt.changes   
    2013-01-02 12:59:57.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Dec 26 23:58:40 UTC 2010 - [email protected]
+
+- initial package (0.15)
+

New:
----
  Locale-Msgfmt-0.15.tar.gz
  perl-Locale-Msgfmt.changes
  perl-Locale-Msgfmt.spec

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

Other differences:
------------------
++++++ perl-Locale-Msgfmt.spec ++++++
#
# spec file for package perl-Locale-Msgfmt
#
# 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-Locale-Msgfmt
Version:        0.15
Release:        0
Summary:        Compile .po files to .mo files
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Source:         
http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/Locale-Msgfmt-%{version}.tar.gz
Url:            http://search.cpan.org/dist/Locale-Msgfmt
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       perl = %{perl_version}
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires:  perl(File::Spec) >= 0.80
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(File::Spec) >= 0.80

%description
This module does the same thing as msgfmt from GNU gettext-tools, except this
is pure Perl.

%prep
%setup -q -n "Locale-Msgfmt-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/Locale
%{perl_vendorlib}/Locale/Msgfmt.pm
%{perl_vendorlib}/Locale/Msgfmt
%dir %{perl_vendorlib}/Module
%dir %{perl_vendorlib}/Module/Install
%{perl_vendorlib}/Module/Install/Msgfmt.pm
%dir %{perl_vendorarch}/auto/Locale
%{perl_vendorarch}/auto/Locale/Msgfmt
%doc %{perl_man3dir}/Locale::Msgfmt.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Locale::Msgfmt::*.%{perl_man3ext}%{ext_man}

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to