8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
420a94af3c Accepting request 1155619 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1155619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Map8?expand=0&rev=22
2024-03-07 17:27:52 +00:00
611245fdc7 Accepting request 1154858 from home:pgajdos:p
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1154858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=22
2024-03-06 15:37:39 +00:00
Stephan Kulow
fce7674f14 Accepting request 214322 from devel:languages:perl
- use new perl template, fix license

OBS-URL: https://build.opensuse.org/request/show/214322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Map8?expand=0&rev=20
2014-01-22 22:27:09 +00:00
Stephan Kulow
cb11c50ee7 - use new perl template, fix license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=20
2014-01-18 07:19:26 +00:00
Stephan Kulow
388402e5b3 - use new perl template
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=19
2014-01-18 07:18:57 +00:00
Stephan Kulow
79cb21dbd8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Map8?expand=0&rev=16
2011-12-06 17:49:21 +00:00
Stephan Kulow
ffb66661a6 Accepting request 92206 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Map8?expand=0&rev=15
2011-11-21 11:49:50 +00:00
Stephan Kulow
1d94d3fdc7 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=16
2011-11-18 11:35:31 +00:00
Stephan Kulow
ab46908a81 use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=15
2011-11-17 15:55:34 +00:00
Stephan Kulow
68b2b874c7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-Map8?expand=0&rev=13 2011-11-11 11:24:10 +00:00
Lars Vogdt
f080f7288c Accepting request 82400 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/82400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unicode-Map8?expand=0&rev=13
2011-09-19 15:59:04 +00:00
4 changed files with 46 additions and 43 deletions

BIN
Unicode-Map8-0.13.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
Unicode-Map8-0.13.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 4 15:37:46 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Sat Jan 18 07:18:32 UTC 2014 - coolo@suse.com
- use new perl template, fix license
-------------------------------------------------------------------
Fri Nov 18 11:08:40 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Sun Aug 28 18:14:16 UTC 2011 - andrea.turrini@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Map8 (Version 0.13)
# spec file for package perl-Unicode-Map8
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -15,25 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Unicode-Map8
BuildRequires: perl-Unicode-String
BuildRequires: perl-macros
Version: 0.13
Release: 6
Requires: perl-Unicode-String
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Url: http://cpan.org/modules/by-module/Unicode/
Release: 0
%define cpan_name Unicode-Map8
Summary: Mapping table between 8-bit chars and Unicode
Source: Unicode-Map8-%{version}.tar.bz2
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-Map8/
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Unicode::String) >= 2
Requires: perl(Unicode::String) >= 2
%{perl_requires}
# MANUAL BEGIN
Patch0: Unicode-Map8-%{version}-type.diff
Patch1: Unicode-Map8-%{version}-declaration.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
# MANUAL END
%description
The Unicode::Map8 class implements efficient mapping tables between
@@ -41,37 +42,23 @@ The Unicode::Map8 class implements efficient mapping tables between
are efficient both in terms of space allocated and translation speed.
The 16-bit strings are assumed to use network byte order.
Authors:
--------
Gisle Aas <gisle@aas.no>
%prep
%setup -n Unicode-Map8-%{version}
%patch0
%patch1
%autosetup -p0 -n Unicode-Map8-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make %{?_smp_mflags}
make test
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc %{_mandir}/man?/*
%doc README Changes rfc1345.txt
%{perl_vendorarch}/Unicode/Map8.pm
%{perl_vendorarch}/Unicode/Map8
%{perl_vendorarch}/auto/Unicode/Map8
%{_bindir}/*
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes diff_iso make_rfc1345_maps make_unicd_maps map8_bin2txt map8_txt2bin README rfc1345.txt umap
%changelog