source: projects/specs/trunk/p/perl-Unicode-String/perl-Unicode-String-vl.spec @ 9158

Revision 9158, 3.2 KB checked in by inagaki, 9 years ago (diff)

2014-12-16 Ryoichi INAGAKI <ryo1@…>

  • perl-DateTime?-TimeZone?, perl-LDAP: updated
  • perl-List-AllUtils?, perl-Test-Warnings: NEW
  • perl-Unicode-{Map, Map8, MapUTF8, String}: rebuilt
  • perl-X11-Protocol: rebuilt


RevLine 
[521]1%define realname        Unicode-String
2
3Name:           perl-Unicode-String
[9158]4Summary:        Unicode-String module for perl
[521]5Version:        2.09
[9158]6Release:        3%{_dist_release}
7
[521]8License:        GPL or Artistic
9Group:          Development/Libraries
[9158]10Url:            http://search.cpan.org/~gaas/Unicode-String/
11
[521]12Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Unicode/%{realname}-%{version}.tar.gz
[9158]13
[521]14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[9158]15BuildRequires:  perl(ExtUtils::MakeMaker)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
[521]17
[9158]18Vendor: Project Vine
19Distribution: Vine Linux
[521]20
21%description
22These are experimental modules to handle various Unicode issues.  They
23were made before perl included native UTF8 support.
24
25More information on what Unicode is and can do for you are to be found
26at http://www.unicode.org
27
28
29%prep
30%setup -q -n %{realname}-%{version}
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39
40[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
41
42find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
43find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -exec rm -f {} ';'
44
45find $RPM_BUILD_ROOT/usr -type f -print |
46         sed "s@^$RPM_BUILD_ROOT@@g" |
47         grep -v perllocal.pod |
48         grep -v "\.packlist" > Unicode-Strings-%{version}-filelist
49if [ "$(cat Unicode-Strings-%{version}-filelist)X" = "X" ] ; then
50    echo "ERROR: EMPTY FILE LIST"
51    exit -1
52fi
53
54%check
55make test
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files -f Unicode-Strings-%{version}-filelist
61%defattr(-,root,root)
62
63%changelog
[9158]64* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.09-3
65- rebuilt with perl 5.16.3
66- fixed spec file encoding
67- added Vendor and Distribution tag
68
[3669]69* Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 2.09-2vl6
70- build with perl 5.12.3
71
[521]72* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.09-1vl5
73- rebuilt with perl-5.10.0
74- applied new versioning policy
75
76* Thu Aug  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.09-0vl2
77- changed Group to Development/Libraries
78
79* Sat Jul 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.09-0vl1
80- new upstream release
81- changed Group to Development/Languages
82
83* Mon Jan 10 2005 Satoshi MACHINO <machino@vinelinux.org> 2.07-3vl2
84- built with perl-5.8.6
85
86* Sat Oct 02 2004 Satoshi MACHINO <machino@vinelinux.org> 2.07-3vl1
87- rebuilt for VineLinux
88
[9158]89* Thu Aug 14 2003 Per リyvind Karlsen <peroyvind@linux-mandrake.com> 2.07-3mdk
[521]90- rebuild for new perl
91- drop Prefix tag
92- don't use PREFIX
93- use %%makeinstall_std macro
94
95* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.07-1mdk
96- rebuild for new auto{prov,req}
97
[9158]98* Fri Apr 25 2003 Fran輟is Pons <fpons@mandrakesoft.com> 2.07-1mdk
[521]99- 2.07.
100
101* Wed Jan 29 2003 Lenny Cartier <lenny@mandrakesoft.com> 2.06-5mdk
102- rebuild
103
104* Fri Jan 24 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 2.06-4mdk
105- Rebuilt
106
107* Tue Aug 06 2002 Guillaume Rousse <g.rousse@linux-mandrake.com> 2.06-3mdk
108- rebuild for multi-thread perl
109
110* Wed Jul 10 2002 Pixel <pixel@mandrakesoft.com> 2.06-2mdk
111- rebuild for perl 5.8.0
112
113* Fri Mar  8 2002 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 2.06-1mdk
114- First MandrakeSoft Package
Note: See TracBrowser for help on using the repository browser.