8
0
Stephan Kulow
2012-06-25 11:37:54 +00:00
committed by Git OBS Bridge
parent f2e79022e6
commit feacccb384
4 changed files with 42 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Collate
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -16,17 +16,15 @@
#
Name: perl-Unicode-Collate
Version: 0.78
Release: 1
License: GPL+ or Artistic
Version: 0.89
Release: 0
%define cpan_name Unicode-Collate
Summary: Unicode Collation Algorithm
Url: http://search.cpan.org/dist/Unicode-Collate/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-0.79.tar.gz
Source: Unicode-Collate-0.78.tar.gz
Url: http://search.cpan.org/dist/Unicode-Collate/
Source: http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -45,7 +43,6 @@ UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"