rpms/perl-Jcode/FC-2 perl-Jcode.spec,1.3,1.4 sources,1.2,1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Dec 8 18:10:46 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/perl-Jcode/FC-2
In directory cvs.fedora.redhat.com:/tmp/cvs-serv29485

Modified Files:
	perl-Jcode.spec sources 
Log Message:
Sync with perl-Jcode-0.88-0.fdr.1.2.src.rpm


Index: perl-Jcode.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Jcode/FC-2/perl-Jcode.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Jcode.spec	8 Nov 2004 05:04:14 -0000	1.3
+++ perl-Jcode.spec	8 Dec 2004 18:10:44 -0000	1.4
@@ -1,18 +1,19 @@
 %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
 
 Name:           perl-Jcode
-Version:        0.83
-Release:        0.fdr.4.2
+Version:        0.88
+Release:        0.fdr.1.2
 Epoch:          0
 Summary:        Perl extension interface for converting Japanese text
 
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Jcode/
+Source0:        http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-0.88.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0:        http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-0.83.tar.gz
 
-BuildRequires:  perl
+BuildRequires:  perl >= 1:5.6.1
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 %{summary}.
@@ -24,15 +25,14 @@
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-  PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
   -o \( -name '*.bs' -a -empty \) -o -name _test.pl -o -name '*_install.pl' \
   \) -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -56,6 +56,20 @@
 
 
 %changelog
+* Sat Dec 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.88-0.fdr.1
+- Update to 0.88
+
+* Sun Jul 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.87-0.fdr.1
+- Update to 0.87.
+- Require perl(:MODULE_COMPAT_*).
+
+* Mon Jun 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.86-0.fdr.1
+- Update to 0.86.
+
+* Sat Jun 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.85-0.fdr.1
+- Update to 0.85.
+- Bring up to date with current fedora.us Perl spec template.
+
 * Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.83-0.fdr.4
 - Reduce directory ownership bloat.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Jcode/FC-2/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:04:02 -0000	1.2
+++ sources	8 Dec 2004 18:10:44 -0000	1.3
@@ -1 +1 @@
-64e137e289e9fc65c1afc00c08ffa0f3  Jcode-0.83.tar.gz
+49d4c96b209d3e7feed25b4847ec8fb1  Jcode-0.88.tar.gz




More information about the fedora-extras-commits mailing list