perl-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. %define _noVersionedDependencies 1
  2. %define threading 1
  3. %define largefiles 1
  4. %define suidperl 1
  5. %define multilib_64_archs x86_64 s390x ppc64 sparc64
  6. %define perl_archname %{_arch}-%{_os}-thread-multi
  7. %define new_perl_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}:$RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{version}
  8. %define comp_perl_lib $RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{version}:$RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{version}
  9. %define new_arch_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/%{perl_archname}
  10. %define comp_arch_lib $RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{version}/%{perl_archname}
  11. %define new_perl_flags LD_PRELOAD=/%{new_arch_lib}/CORE/libperl.so LD_LIBRARY_PATH=%{new_arch_lib}/CORE PERL5LIB=%{new_perl_lib}:%{comp_perl_lib}
  12. %define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
  13. %define perl_version 5.10.0
  14. %define perlrel 8
  15. %define perl_epoch 2
  16. Provides: perl(:WITH_PERLIO)
  17. %if %{threading}
  18. %define thread_arch -thread-multi
  19. Provides: perl(:WITH_ITHREADS)
  20. Provides: perl(:WITH_THREADS)
  21. %else
  22. %define thread_arch %{nil}
  23. Provides: perl(:WITHOUT_ITHREADS)
  24. Provides: perl(:WITHOUT_THREADS)
  25. %endif
  26. %if %{largefiles}
  27. Provides: perl(:WITH_LARGEFILES)
  28. %else
  29. Provides: perl(:WITHOUT_LARGEFILES)
  30. %endif
  31. Summary: The Perl programming language.
  32. Summary(ja): Perl プログラミング 言語
  33. Name: perl
  34. Version: %{perl_version}
  35. Release: %{perlrel}%{?_dist_release}
  36. Epoch: %{perl_epoch}
  37. License: Artistic or GPL
  38. Group: Development/Languages
  39. Url: http://www.perl.org/
  40. Source0: ftp://ftp.perl.org/pub/perl/CPAN/src/perl-%{perl_version}.tar.gz
  41. Source1: clean-manifest.pl
  42. Source5: MANIFEST.CPAN
  43. Source6: MANIFEST.CGI
  44. Source7: MANIFEST.DB_File
  45. Source9: MANIFEST.suidperl
  46. Source10: system-owned-directories
  47. Source11: filter-depends.sh
  48. Source12: perl-5.8.0-libnet.cfg
  49. # Patch1: perl-5.6.0-installman.patch
  50. # Patch2: perl5.005_03-db1.patch
  51. # Patch3: perl-5.6.0-nodb.patch
  52. Patch4: perl-5.6.1-prereq.patch
  53. Patch5: perl-5.8.1-root.patch
  54. Patch6: perl-5.8.0-fhs.patch
  55. Patch7: perl-5.6.0-buildroot.patch
  56. #Patch8: perl-5.8.0-errno.patch
  57. Patch9: perl-5.7.3-syslog.patch
  58. ## from Fedora Core perl-5.8.5-9
  59. Patch13: perl-5.8.3-perlbug-tag.patch
  60. %define __find_requires %{SOURCE11}
  61. Conflicts: perl-NDBM_File <= 1:1.75-34.99.6
  62. Obsoletes: perl-Digest-MD5
  63. Obsoletes: perl-MIME-Base64
  64. Obsoletes: perl-libnet
  65. Obsoletes: perl-Storable
  66. Obsoletes: perl-MD5
  67. Obsoletes: perl-Filter
  68. Obsoletes: perl-Filter-Simple
  69. Obsoletes: perl-Time-HiRes
  70. Provides: perl-MIME-Base64
  71. Provides: perl-libnet
  72. ## perl-5.10.0
  73. Obsoletes: perl-Module-Build <= 0.2806-0vl1
  74. Obsoletes: perl-Archive-Tar <= 1.38-0vl2
  75. Obsoletes: perl-IO-Compress-Base <= 2.008-0vl1
  76. Obsoletes: perl-Compress-Raw-Zlib <= 2.008-0vl1
  77. Obsoletes: perl-IO-Compress-Zlib <= 2.008-0vl1
  78. Obsoletes: perl-Compress-Zlib <= 2.008-0vl1
  79. Obsoletes: perl-IO-Zlib <= 1.09-0vl1
  80. Obsoletes: perl-version <= 0.42-0vl3
  81. Provides: perl-Module-Build
  82. Provides: perl-Archive-Tar
  83. Provides: perl-IO-Compress-Base
  84. Provides: perl-Compress-Raw-Zlib
  85. Provides: perl-IO-Compress-Zlib
  86. Provides: perl-Compress-Zlib
  87. Provides: perl-IO-Zlib
  88. Provides: perl-version
  89. # Vine: provide archlibdir itself since Vine's aptdata don't have filelists
  90. Provides: %{_libdir}/perl5/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
  91. # Configure doesn't listen well when we say no ndbm. When it links in, it then conflicts with berkeley db. oops.
  92. Patch16: perl-5.8.0-nondbm.patch
  93. # make sure we get the proper ldflags on libperl.so
  94. Patch17: perl-5.8.0-sharedlinker.patch
  95. # work around annoying rpath issue
  96. Patch21: perl-5.8.0-rpath-make.patch
  97. # bugzilla 101767, make sure threads.so links directly to -lpthread
  98. Patch22: perl-5.8.1-lpthread-link.patch
  99. # arch-specific patches
  100. Patch101: perl-5.8.0-libdir64.patch
  101. ## patches from Fedora
  102. # Fedora/RHEL specific (use libresolv instead of libbind)
  103. Patch1006: perl-5.8.6-libresolv.patch
  104. # FIXME: May need the "Fedora" references removed before upstreaming
  105. Patch1007: perl-5.10.0-USE_MM_LD_RUN_PATH.patch
  106. # Skip hostname tests, since hostname lookup isn't available in Fedora
  107. # buildroots by design.
  108. Patch1008: perl-5.10.0-disable_test_hosts.patch
  109. # Bump Sys::Syslog to 0.27 to fix select timeout bug
  110. # https://bugzilla.redhat.com/show_bug.cgi?id=492422
  111. Patch1009: perl-5.10.0-SysSyslog-0.27.patch
  112. # The Fedora builders started randomly failing this futime test
  113. # only on x86_64, so we just don't run it. Works fine on normal
  114. # systems.
  115. Patch1010: perl-5.10.0-x86_64-io-test-failure.patch
  116. # http://public.activestate.com/cgi-bin/perlbrowse/p/32891
  117. Patch1011: 32891.patch
  118. # Update Module::Load::Conditional to 0.24 for clean upgrade
  119. Patch1012: perl-5.10.0-Module-Load-Conditional-0.24.patch
  120. # Upgrade Module::CoreList to 2.14
  121. Patch1013: perl-5.10.0-Module-CoreList2.14.patch
  122. # Fix from Archive::Extract maintainer to only look at stdout
  123. # We need this because we're using tar >= 1.21
  124. # included upstream in 0.31_03
  125. Patch1014: perl-5.10.0-Archive-Extract-onlystdout.patch
  126. # Update Module:Compress::Raw::Zlib (CVE-2009-1391)
  127. Patch1015: perl-update-Compress_Raw_Zlib.patch
  128. Buildroot: %{_tmppath}/%{name}-%{version}-root
  129. BuildPreReq: gawk, grep, tcsh, gdbm-devel, db4-devel
  130. BuildPreReq: rpm-devel, gpm-devel, ncurses-devel, zlib-devel, netpbm-devel
  131. BuildPreReq: libpng-devel, libtiff-devel, libelf, libjpeg-devel
  132. BuildPreReq: netpbm-devel, e2fsprogs-devel
  133. # without man installed, the variables installman[13]dir
  134. # in Config.pm will be undefined. This BuildPreReq will fix it.
  135. BuildPreReq: man
  136. Vendor: Project Vine
  137. Distribution: Vine Linux
  138. # The long line of Perl provides.
  139. # These provides are needed by the perl pkg itself with auto-generated perl.req
  140. Provides: perl(VMS::Filespec)
  141. Provides: perl(VMS::Stdio)
  142. # Compat provides
  143. Provides: perl(:MODULE_COMPAT_5.10.0)
  144. # Threading provides
  145. Provides: perl(:WITH_ITHREADS)
  146. Provides: perl(:WITH_THREADS)
  147. # Largefile provides
  148. Provides: perl(:WITH_LARGEFILES)
  149. # PerlIO provides
  150. Provides: perl(:WITH_PERLIO)
  151. # File provides
  152. Provides: perl(abbrev.pl)
  153. Provides: perl(assert.pl)
  154. Provides: perl(bigfloat.pl)
  155. Provides: perl(bigint.pl)
  156. Provides: perl(bigrat.pl)
  157. Provides: perl(bytes_heavy.pl)
  158. Provides: perl(cacheout.pl)
  159. Provides: perl(complete.pl)
  160. Provides: perl(ctime.pl)
  161. Provides: perl(dotsh.pl)
  162. Provides: perl(dumpvar.pl)
  163. Provides: perl(exceptions.pl)
  164. Provides: perl(fastcwd.pl)
  165. Provides: perl(find.pl)
  166. Provides: perl(finddepth.pl)
  167. Provides: perl(flush.pl)
  168. Provides: perl(ftp.pl)
  169. Provides: perl(getcwd.pl)
  170. Provides: perl(getopt.pl)
  171. Provides: perl(getopts.pl)
  172. Provides: perl(hostname.pl)
  173. Provides: perl(importenv.pl)
  174. Provides: perl(look.pl)
  175. Provides: perl(newgetopt.pl)
  176. Provides: perl(open2.pl)
  177. Provides: perl(open3.pl)
  178. Provides: perl(perl5db.pl)
  179. Provides: perl(pwd.pl)
  180. Provides: perl(shellwords.pl)
  181. Provides: perl(stat.pl)
  182. Provides: perl(syslog.pl)
  183. Provides: perl(tainted.pl)
  184. Provides: perl(termcap.pl)
  185. Provides: perl(timelocal.pl)
  186. Provides: perl(utf8_heavy.pl)
  187. Provides: perl(validate.pl)
  188. Provides: perl(Carp::Heavy)
  189. %description
  190. Perl is a high-level programming language with roots in C, sed, awk
  191. and shell scripting. Perl is good at handling processes and files,
  192. and is especially good at handling text. Perl's hallmarks are
  193. practicality and efficiency. While it is used to do a lot of
  194. different things, Perl's most common applications are system
  195. administration utilities and web programming. A large proportion of
  196. the CGI scripts on the web are written in Perl. You need the perl
  197. package installed on your system so that your system can handle Perl
  198. scripts.
  199. Install this package if you want to program in Perl or enable your
  200. system to handle Perl scripts.
  201. %description -l ja
  202. Perl は高レベルなプログラミング言語です.Perl では,プロセス処理や
  203. ファイル処理が容易に行え,特にテキスト処理においてその威力を発揮します.
  204. Perl が実用的かつ効率的であることは既に折紙付きです.Perl は様々な用途に
  205. 用いられていますが,最も一般的にはシステム管理ユーティリティやウェブ
  206. プログラミングに用いられています.実際 Web 上の CGI スクリプトの多くは
  207. Perl で書かれています.
  208. あなたのシステムで Perl スクリプトを扱える様にするには,このパッケージを
  209. インストールして下さい.
  210. %package localdirs
  211. Summary: Perl library directories in /usr/local
  212. Group: Development/Languages
  213. License: Artistic or GPL
  214. Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
  215. Obsoletes: perl < 5.10.0
  216. %description localdirs
  217. Perl library directories in /usr/local
  218. %prep
  219. %setup -q
  220. %patch5 -p1 -b .root
  221. %patch13 -p1
  222. %patch17 -p1 -b .sharedlinker
  223. %patch21 -p1 -b .rpathmake
  224. %ifarch %{multilib_64_archs}
  225. %patch101 -p1 -b .libdir64
  226. %endif
  227. ## patch from Fedora
  228. %patch1006 -p1
  229. %patch1007 -p1
  230. %patch1008 -p1
  231. %patch1009 -p1
  232. %patch1010 -p1
  233. %patch1011 -p1
  234. %patch1012 -p1
  235. %patch1013 -p1
  236. %patch1014 -p1
  237. %patch1015 -p1 -b .CVE-2009-1391
  238. #
  239. # Candidates for doc recoding (need case by case review):
  240. # find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
  241. recode()
  242. {
  243. iconv -f "$2" -t utf-8 < "$1" > "${1}_"
  244. mv -f "${1}_" "$1"
  245. }
  246. recode README.cn euc-cn
  247. recode README.jp euc-jp
  248. recode README.ko euc-kr
  249. recode README.tw big5
  250. recode pod/perlebcdic.pod iso-8859-1
  251. recode pod/perlhack.pod iso-8859-1
  252. recode pod/perlhist.pod iso-8859-1
  253. recode pod/perlothrtut.pod iso-8859-1
  254. recode pod/perlthrtut.pod iso-8859-1
  255. recode lib/Unicode/Collate.pm iso-8859-1
  256. for i in Changes*; do
  257. recode $i iso-8859-1
  258. done
  259. recode AUTHORS iso-8859-1
  260. find . -name \*.orig -exec rm -fv {} \;
  261. # Oh, the irony. Perl generates some non-versioned provides we don't need.
  262. # Each of these has a versioned provide, which we keep.
  263. cat << EOF > perl-prov
  264. #!/bin/sh
  265. %{__perl_provides} $* |\
  266. sed -e '/^perl(Carp)$/d' |\
  267. sed -e '/^perl(DynaLoader)$/d' |\
  268. sed -e '/^perl(Locale::Maketext)$/d' |\
  269. sed -e '/^perl(Log::Message::Handlers)$/d' |\
  270. sed -e '/^perl(Math::BigInt)$/d' |\
  271. sed -e '/^perl(Net::Config)$/d' |\
  272. sed -e '/^perl(Tie::Hash)$/d' |\
  273. sed -e '/^perl(bigint)$/d' |\
  274. sed -e '/^perl(bigrat)$/d' |\
  275. sed -e '/^perl(bytes)$/d' |\
  276. sed -e '/^perl(utf8)$/d' |\
  277. sed -e '/^perl(DB)$/d'
  278. EOF
  279. %define __perl_provides %{_builddir}/%{name}-%{perl_version}/perl-prov
  280. chmod +x %{__perl_provides}
  281. # Configure Compress::Zlib to use system zlib
  282. sed -i "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" ext/Compress/Raw/Zlib/config.in
  283. sed -i "s|INCLUDE = ./zlib-src|INCLUDE = %{_includedir}|" ext/Compress/Raw/Zlib/config.in
  284. sed -i "s|LIB = ./zlib-src|LIB = %{_libdir}|" ext/Compress/Raw/Zlib/config.in
  285. %build
  286. # for generating makefiles
  287. export LANG=C
  288. export LANGUAGE=C
  289. export LC_ALL=C
  290. echo "RPM Build arch: %{_arch}"
  291. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  292. # yes; don't use %_libdir so that noarch packages from other OSs
  293. # arches work correctly :\ the Configure lines below hardcode lib for
  294. # similar reasons.
  295. /bin/sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
  296. -Dversion=%{perl_version} \
  297. -Dmyhostname=localhost \
  298. -Dperladmin=root@localhost \
  299. -Dcc='%{__cc}' \
  300. -Dcf_by='Vine Linux' \
  301. -Dinstallprefix=%{_prefix} \
  302. -Dprefix=%{_prefix} \
  303. %ifarch %{multilib_64_archs}
  304. -Dlibpth="/lib64 %{_prefix}/lib64" \
  305. -Dprivlib="%{_libdir}/perl5/%{perl_version}" \
  306. -Dsitelib="%{_libdir}/perl5/site_perl/%{perl_version}" \
  307. -Dvendorlib="%{_libdir}/perl5/vendor_perl/%{perl_version}" \
  308. -Darchlib="%{_libdir}/perl5/%{perl_version}/%{perl_archname}" \
  309. -Dsitearch="%{_libdir}/perl5/site_perl/%{perl_version}/%{perl_archname}" \
  310. -Dvendorarch="%{_libdir}/perl5/vendor_perl/%{perl_version}/%{perl_archname}" \
  311. %endif
  312. -Darchname=%{_arch}-%{_os} \
  313. %ifarch sparc sparcv9
  314. -Ud_longdbl \
  315. %endif
  316. -Dvendorprefix=%{_prefix} \
  317. -Dsiteprefix=%{_prefix} \
  318. -Duseshrplib \
  319. -Dusethreads \
  320. -Duseithreads \
  321. -Duselargefiles \
  322. -Dd_dosuid \
  323. -Dd_semctl_semun \
  324. -Di_db \
  325. -Ui_ndbm \
  326. -Di_gdbm \
  327. -Di_shadow \
  328. -Di_syslog \
  329. -Dman3ext=3pm \
  330. -Duseperlio \
  331. -Dinstallusrbinperl=n \
  332. -Ubincompat5005 \
  333. -Uversiononly \
  334. -Dpager='/usr/bin/less -isr' \
  335. -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto \
  336. -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto \
  337. -Ud_endservent_r_proto -Ud_setservent_r_proto \
  338. %ifarch %{multilib_64_archs}
  339. -Dotherlibdirs="%{_prefix}/lib/perl5/%{perl_version}:%{_prefix}/lib/perl5/vendor_perl/%{perl_version}:%{_prefix}/lib/perl5/vendor_perl:%{_prefix}/lib/perl5/site_perl/%{perl_version}:%{_prefix}/lib/perl5/site_perl:%{_prefix}/local/lib/site_perl:%{_prefix}/local/lib64/site_perl" \
  340. %else
  341. -Dotherlibdirs="%{_prefix}/local/lib/site_perl" \
  342. %endif
  343. -Dscriptdir='%{_bindir}'
  344. make %{?_smp_mflags}
  345. %install
  346. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  347. make install DESTDIR=$RPM_BUILD_ROOT
  348. %ifarch %{multilib_64_archs}
  349. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{perl_version}
  350. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}/auto
  351. %ifarch x86_64
  352. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}/i386-linux-thread-multi/auto
  353. %endif
  354. %ifarch s390x
  355. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}/s390-linux-thread-multi/auto
  356. %endif
  357. %ifarch ppc64
  358. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}/ppc-linux-thread-multi/auto
  359. %endif
  360. %ifarch sparc64
  361. mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}/sparc-linux-thread-multi/auto
  362. %endif
  363. %endif
  364. %ifarch %{multilib_64_archs}
  365. mkdir -p -m 755 ${RPM_BUILD_ROOT}%{_prefix}/lib64/perl5/vendor_perl/%{perl_version}/%{_arch}-%{_os}
  366. %endif
  367. # perl doesn't create this module, but modules put things in it, so we need to own it.
  368. mkdir -p -m 755 ${RPM_BUILD_ROOT}%{_libdir}/perl5/vendor_perl/%{perl_version}/%{perl_archname}/auto
  369. install -p -m 755 utils/pl2pm ${RPM_BUILD_ROOT}%{_bindir}/pl2pm
  370. for i in asm/termios.h syscall.h syslimits.h syslog.h sys/ioctl.h sys/socket.h sys/time.h wait.h
  371. do
  372. %{new_perl} $RPM_BUILD_ROOT/%{_bindir}/h2ph -a \
  373. -d $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname} $i || /bin/true
  374. done
  375. for dir in $(%{new_perl} -le 'print join("\n", @INC)' | grep '^%{_prefix}/lib')
  376. do
  377. mkdir -p $RPM_BUILD_ROOT/$dir
  378. done
  379. for dir in $(%{new_perl} -le 'print join("\n", @INC)' | grep '^%{_libdir}')
  380. do
  381. mkdir -p $RPM_BUILD_ROOT/$dir
  382. done
  383. #
  384. # libnet configuration file
  385. #
  386. mkdir -p -m 755 $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/Net
  387. install -p -m 644 %{SOURCE12} $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/Net/libnet.cfg
  388. #
  389. # Core modules removal
  390. #
  391. find $RPM_BUILD_ROOT -name '*NDBM*' | xargs rm -rfv
  392. find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -exec rm -f {} ';'
  393. # Install sample cgi scripts (this used to happen automatically?)
  394. mkdir -p $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/CGI/eg/
  395. cp -a lib/CGI/eg/* $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/CGI/eg/
  396. # Cleanup binary paths and make cgi files executable
  397. pushd $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/CGI/eg/
  398. for i in *.cgi make_links.pl RunMeFirst ; do
  399. sed -i 's|/usr/local/bin/perl|%{_bindir}/perl|g' $i
  400. chmod +x $i
  401. done
  402. popd
  403. # miniperl? As an interpreter? How odd.
  404. sed -i 's|./miniperl|%{_bindir}/perl|' $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/ExtUtils/xsubpp
  405. chmod +x $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perl_version}/ExtUtils/xsubpp
  406. # Don't need the .packlist
  407. rm -f $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/.packlist
  408. # Fix some manpages to be UTF-8
  409. pushd $RPM_BUILD_ROOT%{_mandir}/man1/
  410. for i in perl588delta.1 perldelta.1 ; do
  411. iconv -f MS-ANSI -t UTF-8 $i --output new-$i
  412. rm -rf $i
  413. mv new-$i $i
  414. done
  415. popd
  416. chmod -R u+w $RPM_BUILD_ROOT/*
  417. # Compress Changes* to save space
  418. %{__gzip} Changes*
  419. # for localdirs
  420. %{__mkdir_p} %{buildroot}%{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
  421. # Local patch tracking
  422. # cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
  423. # perl -x patchlevel.h 'Fedora Patch1: Permit suidperl to install as nonroot'
  424. # perl -x patchlevel.h 'Fedora Patch2: Removes date check, Fedora/RHEL specific'
  425. # perl -x patchlevel.h 'Fedora Patch3: Fedora/RHEL use links instead of lynx'
  426. # perl -x patchlevel.h 'Fedora Patch4: Work around annoying rpath issue'
  427. # %ifarch %{multilib_64_archs}
  428. # perl -x patchlevel.h 'Fedora Patch5: support for libdir64'
  429. # %endif
  430. # perl -x patchlevel.h 'Fedora Patch6: use libresolv instead of libbind'
  431. # perl -x patchlevel.h 'Fedora Patch7: USE_MM_LD_RUN_PATH'
  432. # perl -x patchlevel.h 'Fedora Patch8: Skip hostname tests, due to builders not being network capable'
  433. # perl -x patchlevel.h 'Fedora Patch9: Update Sys::Syslog to 0.24'
  434. # perl -x patchlevel.h 'Fedora Patch10: Dont run one io test due to random builder failures'
  435. # perl -x patchlevel.h '32891 fix big slowdown in 5.10 @_ parameter passing'
  436. # perl -x patchlevel.h 'Fedora Patch12: Update Module::Load::Conditional to 0.24'
  437. # perl -x patchlevel.h 'Fedora Patch13: Upgrade Module::CoreList to 2.14'
  438. %clean
  439. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  440. %check
  441. make test
  442. %post -p /sbin/ldconfig
  443. %postun -p /sbin/ldconfig
  444. %files
  445. %defattr(-,root,root)
  446. %doc Artistic AUTHORS Changes* Copying README
  447. %{_mandir}/man1/*.1*
  448. %{_mandir}/man3/*.3*
  449. %{_bindir}/*
  450. %{_libdir}/perl5
  451. %ifarch %{multilib_64_archs}
  452. %{_prefix}/lib/perl5
  453. %endif
  454. %files localdirs
  455. %defattr(-,root,root)
  456. %dir %{_prefix}/local/lib/site_perl
  457. %dir %{_prefix}/local/lib/site_perl/%{perl_version}
  458. %dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
  459. %changelog
  460. * Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.10.0-8
  461. - rebuild with db4-4.8
  462. * Sun Aug 16 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 5.10.0-7
  463. - fix installsitearch/installsitelib variables @ x86_64 env.
  464. - fix libdir location @ x86_64 env.
  465. * Sun Jun 14 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 5.10.0-6
  466. - add patch1015 to Update Module:Compress::Raw::Zlib (CVE-2009-1391)
  467. * Thu Apr 30 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.10.0-5
  468. - add Patch1014 fix Archive::Extract to fix test failure caused by tar >= 1.21
  469. - fix Patch1009 to fix select timeout bug (RHBZ #492422)
  470. * Wed Apr 29 2009 NAKAMURA Kenta <kenta@vinelinux.org> - 5.10.0-4
  471. - spec in UTF-8
  472. * Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.10.0-3
  473. - rebuilt with db4-4.6.21
  474. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.10.0-2
  475. - added more macros
  476. - fixed Provides
  477. * Wed Apr 23 2008 IWAI, Masaharu <iwaim@cc.mbn.or.jp> 5.10.0-1
  478. - new upstream release
  479. - sync Fedora perl-5.10.0-20.fc9
  480. - drop obsolete patches
  481. - perl-5.8.3-fullinc.patch (Patch11)
  482. - perl-5.8.5-incpush.patch (Patch12)
  483. - perl-5.8.5-dashI.patch (Patch14)
  484. - perl-5.8.3-findbin-selinux.patch (Patch23)
  485. - perl-5.8.3-empty-rpath.patch (Patch24)
  486. - perl-5.8.1-s390.patch (Patch100)
  487. - add some patches from Fedora perl-5.10.0-20.fc9
  488. - perl-5.8.6-libresolv.patch (Patch1006)
  489. - perl-5.10.0-USE_MM_LD_RUN_PATH.patch (Patch1007)
  490. - perl-5.10.0-disable_test_hosts.patch (Patch1008)
  491. - perl-5.10.0-SysSyslog-0.24.patch (Patch1009)
  492. - perl-5.10.0-x86_64-io-test-failure.patch (Patch1010)
  493. - 32891.patch (Patch1011)
  494. - perl-5.10.0-Module-Load-Conditional-0.24.patch (Patch1012)
  495. - perl-5.10.0-Module-CoreList2.14.patch (Patch1013)
  496. - update %%make, %%build and %%install, %%files sections (sync Fedora)
  497. - add %%check, %%post and %%postun sections (sync Fedora)
  498. - update Provides (sync Fedora)
  499. - create new package 'perl-localdirs': perl library directories in /usr/local
  500. - update filter-depends.sh (Source11)
  501. - update Obsoletes and Provides for old packages
  502. * Thu May 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.8.6-0vl5
  503. - BuildPreReq: man (without it, installman[13] will get undefined
  504. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.8.6-0vl4
  505. - rebuilt with new toolchain and db4-4.3.x
  506. * Wed Jun 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.8.6-0vl3
  507. - use filter to find-requires instead of perl-req (rpm's bug?)
  508. - don't remove core modules (FIlter::Util::Call, Filter::Simple, Time::HiRes)
  509. * Sun Jan 09 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.8.6-0vl2
  510. - force gcc optimization level to -O1 on ppc
  511. * Mon Nov 29 2004 IWAI, Masaharu <iwai@alib.jp> 5.8.6-0vl1
  512. - new upstream release
  513. - drop obsolete patches
  514. - drop errno patch ( Patch8 )
  515. - drop manext patch ( Patch18 )
  516. - drop suidperl security fix patch ( Patch501 )
  517. - add some patches from Fedora Core perl-5.8.5-9
  518. - add fullinc patch ( Patch11 )
  519. - add incpush patch ( Patch12 )
  520. - add perkbug tag patch ( Patch13 )
  521. - add dashI patch ( Patch14 )
  522. - add findbin selinux patch ( Patch23 )
  523. - add empty rpath patch ( Patch24 )
  524. - include lpthread link patch ( Patch22 )
  525. - drop unnecessary macros: cpanver, dbfilever and cgiver
  526. * Wed Oct 27 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.8.2-0vl4
  527. - provide archlibdir (for some applications such as xchat)
  528. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.8.2-0vl3
  529. - rebuilt with db4-4.2.52
  530. * Fri Jul 2 2004 IWAI, Masaharu <iwai@alib.jp> 5.8.2-0vl2
  531. - SECURITY: fix CAN-2003-0618: suidperl
  532. add 06_fix_suidperl patch (Patch501) from Debian Sarge perl 5.8.3-3
  533. * Fri Nov 7 2003 IWAI, Masaharu <iwai@alib.jp> 5.8.2-0vl1
  534. - new upstream release
  535. * Fri Sep 26 2003 IWAI, Masaharu <iwai@alib.jp> 5.8.1-0vl1
  536. - new upstream release
  537. - update some patches:
  538. - root patch (Patch5)
  539. - s390 patch (Patch100)
  540. - stop patching fhs patch (Patch6)
  541. - stop patching syslog patch (Patch9)
  542. - stop patching manext patch (Patch18)
  543. - stop patching links patch (Patch19): Vine doesn't have links package.
  544. - drop obsolete module update patches:
  545. - perl-5.8.0-Safe2.09.patch (Patch202)
  546. - perl-5.8.0-CGI2.89.patch (Patch203)
  547. - perl-5.8.0-CGI_XSS.patch (Patch20002)
  548. - drop obsolete patches:
  549. - protofix patch (Patch32000)
  550. - pagerfix patch (Patch32001)
  551. - upstream patches
  552. - Patch17649: perl-5.8.0-upstream-17649.patch
  553. - Patch18079: perl-5.8.0-upstream-18079.patch
  554. - Patch18080: perl-5.8.0-upstream-18080.patch
  555. - Patch18081: perl-5.8.0-upstream-18081.patch
  556. - Patch18082: perl-5.8.0-upstream-18082.patch
  557. - Patch18087: perl-5.8.0-upstream-18087.patch
  558. - Patch18089: perl-5.8.0-upstream-18089.patch
  559. - Patch18095: perl-5.8.0-upstream-18095.patch
  560. - Patch18096: perl-5.8.0-upstream-18096.patch
  561. - Patch18097: perl-5.8.0-upstream-18097.patch
  562. - Patch18098: perl-5.8.0-upstream-18098.patch
  563. - Patch18100: perl-5.8.0-upstream-18100.patch
  564. - Patch18101: perl-5.8.0-upstream-18101.patch
  565. - Patch18103: perl-5.8.0-upstream-18103.patch
  566. - Patch18104: perl-5.8.0-upstream-18104.patch
  567. - Patch18110: perl-5.8.0-upstream-18110.patch
  568. - Patch18111: perl-5.8.0-upstream-18111.patch
  569. - Patch18112: perl-5.8.0-upstream-18112.patch
  570. - Patch18126: perl-5.8.0-upstream-18126.patch
  571. - Patch18127: perl-5.8.0-upstream-18127.patch
  572. - Patch18128: perl-5.8.0-upstream-18128.patch
  573. - Patch18129: perl-5.8.0-upstream-18129.patch
  574. - Patch18130: perl-5.8.0-upstream-18130.patch
  575. - Patch18131: perl-5.8.0-upstream-18131.patch
  576. - Patch18132: perl-5.8.0-upstream-18132.patch
  577. - Patch18133: perl-5.8.0-upstream-18133.patch
  578. - Patch18134: perl-5.8.0-upstream-18134.patch
  579. - Patch18143: perl-5.8.0-upstream-18143.patch
  580. - Patch18144: perl-5.8.0-upstream-18144.patch
  581. - Patch18145: perl-5.8.0-upstream-18145.patch
  582. - Patch18146: perl-5.8.0-upstream-18146.patch
  583. - Patch18153: perl-5.8.0-upstream-18153.patch
  584. - Patch18155: perl-5.8.0-upstream-18155.patch
  585. - Patch18156: perl-5.8.0-upstream-18156.patch
  586. - Patch18173: perl-5.8.0-upstream-18173.patch
  587. - Patch18174: perl-5.8.0-upstream-18174.patch
  588. - Patch18187: perl-5.8.0-upstream-18187.patch
  589. - Patch18189: perl-5.8.0-upstream-18189.patch
  590. - Patch18190: perl-5.8.0-upstream-18190.patch
  591. - Patch18191: perl-5.8.0-upstream-18191.patch
  592. - Patch18192: perl-5.8.0-upstream-18192.patch
  593. - Patch18197: perl-5.8.0-upstream-18197.patch
  594. - Patch18202: perl-5.8.0-upstream-18202.patch
  595. - Patch18204: perl-5.8.0-upstream-18204.patch
  596. - Patch18205: perl-5.8.0-upstream-18205.patch
  597. - Patch18206: perl-5.8.0-upstream-18206.patch
  598. - Patch18207: perl-5.8.0-upstream-18207.patch
  599. - Patch18208: perl-5.8.0-upstream-18208.patch
  600. - Patch18209: perl-5.8.0-upstream-18209.patch
  601. - Patch18210: perl-5.8.0-upstream-18210.patch
  602. - Patch18211: perl-5.8.0-upstream-18211.patch
  603. - Patch18214: perl-5.8.0-upstream-18214.patch
  604. - Patch18215: perl-5.8.0-upstream-18215.patch
  605. - Patch18218: perl-5.8.0-upstream-18218.patch
  606. - Patch18219: perl-5.8.0-upstream-18219.patch
  607. - Patch18227: perl-5.8.0-upstream-18227.patch
  608. - Patch18234: perl-5.8.0-upstream-18234.patch
  609. - Patch18235: perl-5.8.0-upstream-18235.patch
  610. - Patch18236: perl-5.8.0-upstream-18236.patch
  611. - Patch18241: perl-5.8.0-upstream-18241.patch
  612. - Patch18242: perl-5.8.0-upstream-18242.patch
  613. - Patch18243: perl-5.8.0-upstream-18243.patch
  614. - Patch18247: perl-5.8.0-upstream-18247.patch
  615. - Patch18248: perl-5.8.0-upstream-18248.patch
  616. - Patch18252: perl-5.8.0-upstream-18252.patch
  617. - Patch18253: perl-5.8.0-upstream-18253.patch
  618. - Patch18254: perl-5.8.0-upstream-18254.patch
  619. - Patch18255: perl-5.8.0-upstream-18255.patch
  620. - Patch18256: perl-5.8.0-upstream-18256.patch
  621. - Patch18257: perl-5.8.0-upstream-18257.patch
  622. - Patch18258: perl-5.8.0-upstream-18258.patch
  623. - Patch18271: perl-5.8.0-upstream-18271.patch
  624. - Patch18273: perl-5.8.0-upstream-18273.patch
  625. - Patch18274: perl-5.8.0-upstream-18274.patch
  626. - Patch18275: perl-5.8.0-upstream-18275.patch
  627. - Patch18276: perl-5.8.0-upstream-18276.patch
  628. - Patch18286: perl-5.8.0-upstream-18286.patch
  629. - Patch18289: perl-5.8.0-upstream-18289.patch
  630. - Patch18290: perl-5.8.0-upstream-18290.patch
  631. - Patch18291: perl-5.8.0-upstream-18291.patch
  632. - Patch18293: perl-5.8.0-upstream-18293.patch
  633. - Patch18294: perl-5.8.0-upstream-18294.patch
  634. - Patch18295: perl-5.8.0-upstream-18295.patch
  635. - Patch18296: perl-5.8.0-upstream-18296.patch
  636. - Patch18297: perl-5.8.0-upstream-18297.patch
  637. - Patch18301: perl-5.8.0-upstream-18301.patch
  638. - Patch18322: perl-5.8.0-upstream-18322.patch
  639. - Patch18347: perl-5.8.0-upstream-18347.patch
  640. - Patch18348: perl-5.8.0-upstream-18348.patch
  641. - Patch18349: perl-5.8.0-upstream-18349.patch
  642. - Patch18352: perl-5.8.0-upstream-18352.patch
  643. - Patch18353: perl-5.8.0-upstream-18353.patch
  644. - Patch18359: perl-5.8.0-upstream-18359.patch
  645. - Patch18360: perl-5.8.0-upstream-18360.patch
  646. - Patch18361: perl-5.8.0-upstream-18361.patch
  647. - Patch18362: perl-5.8.0-upstream-18362.patch
  648. - Patch18363: perl-5.8.0-upstream-18363.patch
  649. - Patch18364: perl-5.8.0-upstream-18364.patch
  650. - Patch18365: perl-5.8.0-upstream-18365.patch
  651. - Patch18366: perl-5.8.0-upstream-18366.patch
  652. - Patch18367: perl-5.8.0-upstream-18367.patch
  653. - Patch18368: perl-5.8.0-upstream-18368.patch
  654. - Patch18369: perl-5.8.0-upstream-18369.patch
  655. - Patch18370: perl-5.8.0-upstream-18370.patch
  656. - Patch18375: perl-5.8.0-upstream-18375.patch
  657. - Patch18379: perl-5.8.0-upstream-18379.patch
  658. - Patch18380: perl-5.8.0-upstream-18380.patch
  659. - Patch20001: perl-5.8.0-upstream-20475.patch
  660. * Wed Jul 23 2003 IWAI Masaharu <iwai@alib.jp> 5.8.0-88vl4
  661. - SECURITY: fix CGI.pm XSS
  662. add CGI_XSS.patch (Patch20002)
  663. * Wed May 14 2003 IWAI Masaharu <iwai@alib.jp> 5.8.0-88vl3
  664. - add open.pm patch from perl5-porters #20475
  665. * Thu Apr 24 2003 IWAI Masaharu <iwai@alib.jp> 5.8.0-88vl2
  666. - added library search path ( otherlibdirs ) in /usr/local/lib
  667. - add Provides: perl-{MIME-Base64,libnet} ([VineSeed:07701])
  668. * Tue Apr 15 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 5.8.0-88vl1
  669. - synced with Rawhide 5.8.0-88
  670. * Fri Apr 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 5.6.1-0vl9
  671. - added library search path ( otherlibdirs ) in /usr/local/lib
  672. * Fri Mar 29 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.6.1-0vl8
  673. - changed Patch3 (now use gdbm-ndbm)
  674. * Sat Jan 19 2002 Yoshihiro Ota <ota@j.email.ne.jp>
  675. - 5.6.1-0vl7
  676. - added db3-devel BuildPreReq
  677. * Sat Jan 19 2002 Yoshihiro Ota <ota@j.email.ne.jp>
  678. - 5.6.1-0vl6
  679. - added BuildPreReq entires
  680. * Tue Jun 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  681. - 5.6.1-0vl4
  682. - removed NASTY Provides: perl <= %%{version} line :-P
  683. * Sun Jun 17 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
  684. - 5.6.1-0vl3
  685. - put %%install sentence back
  686. * Sun Jun 17 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
  687. - 5.6.1-0vl2
  688. - use %%config for perllocal.pod
  689. - removed MAINTAIN from %%doc
  690. * Sat Jun 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  691. - 5.6.1-0vl1
  692. - updated to 5.6.1 newest (at the moment) stable release
  693. (most of the works/tests done by Machino-san. Thanks)
  694. - fix Source[01] URLs
  695. - Copyright: GPL -> License: Artistic
  696. - Patch4 modified for 5.6.1, as well as removed Patch8 and Patch9
  697. * Fri Jun 15 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  698. - 5.6.0-10vl6
  699. - modified %%{SOURCE3} & %%{SOURCE4} to remove libsafe.so dependencies
  700. * Thu Jun 14 2001 <sagami@vinelinux.org>
  701. - 5.6.0-10vl5: I think define is still valid even if commented out
  702. * Thu Jun 14 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  703. - 5.6.0-10vl4
  704. - added Japanese description
  705. - all archs should use %%{SOURCE3} for find_requires at the moment
  706. - %%define _noVersionedDependencies 1
  707. - libgr-devel -> netpbm-devel in %%install section
  708. * Wed Jun 13 2001 Jun Nishii <jun@vinelinux.org> perl-5.6.0-10vl3
  709. - added %doc
  710. * Mon Mar 12 2001 net_hal <net_hal@cwa.bai.ne.jp>
  711. - Package name changed(perl -> perl56)
  712. * Fri Mar 2 2001 net_hal <net_hal@cwa.bai.ne.jp>
  713. - first build for Vine2.1
  714. * Tue Sep 12 2000 Bill Nottingham <notting@redhat.com>
  715. - fix dependencies on ia64/sparc64
  716. * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  717. - replace the deprecated MD5 with Digest::MD5 (has to be here for cleanfeed)
  718. - obsolete: perl-Digest-MD5
  719. - use syslog instead of mail to report possible attempts to break into suidperl
  720. - force syslog on at build-time
  721. * Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  722. - add Owen's fix for #14779/#14863
  723. - specify cc=%{__cc}; continue to let cpp sort itself out
  724. - switch shadow support on (#8646)
  725. - release 7
  726. * Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
  727. - strip buildroot from perl pods (#14040)
  728. - release 6
  729. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  730. - automatic rebuild (release 5)
  731. * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
  732. - don't require tcsh to install, only to build
  733. - release 4
  734. * Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  735. - rebuild against new db3 package
  736. - release 3
  737. * Sat Jun 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  738. - disable 64-bit file support
  739. - change name of package that Perl expects gcc to be in from "egcs" to "gcc"
  740. - move man pages to /usr/share via hints/linux.sh and MM_Unix.pm
  741. - fix problems prefixifying with empty prefixes
  742. - disable long doubles on sparc (they're the same as doubles anyway)
  743. - add an Epoch to make sure we can upgrade from perl-5.00503
  744. - release 2
  745. * Thu Mar 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  746. - 2.6.0
  747. * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
  748. - fix description
  749. * Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
  750. - add provides for perl modules (from kestes@staff.mail.com).
  751. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
  752. - fix the %install so that the MD5 module gets actually installed correctly
  753. * Mon Aug 30 1999 Cristian Gafton <gafton@redhat.com>
  754. - make sure the package builds even when we don't have perl installed on the
  755. system
  756. * Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
  757. - merged with perl-MD5
  758. - get rid of the annoying $RPM_BUILD_ROOT paths in the installed tree
  759. * Mon Jul 26 1999 Cristian Gafton <gafton@redhat.com>
  760. - do not link anymore against the system db library (and make each module
  761. link against it separately, so that we can have Berkeley db1 and db2 mixed
  762. up)
  763. * Wed Jun 16 1999 Cristian Gafton <gafton@redhat.com>
  764. - use wildcards for files in /usr/bin and /usr/man
  765. * Tue Apr 06 1999 Cristian Gafton <gafton@redhat.com>
  766. - version 5.00503
  767. - make the default man3 install dir be release independent
  768. - try to link against db1 to preserve compatibility with older databases;
  769. abandoned idea because perl is too broken to allow such an easy change
  770. (hardcoded names *everywhere* !!!)
  771. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  772. - auto rebuild in the new build environment (release 3)
  773. * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
  774. - guilty of the inlined Makefile in the spec file
  775. - adapted for the arm build
  776. * Wed Sep 09 1998 Preston Brown <pbrown@redhat.com>
  777. - added newer CGI.pm to the build
  778. - changed the version naming scheme around to work with RPM
  779. * Sun Jul 19 1998 Jeff Johnson <jbj@redhat.com>
  780. - attempt to generate *.ph files reproducibly
  781. * Mon Jun 15 1998 Jeff Johnson <jbj@redhat.com>
  782. - update to 5.004_04-m4 (pre-5.005 maintenance release)
  783. * Tue Jun 12 1998 Christopher McCrory <chrismcc@netus.com
  784. - need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
  785. * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
  786. - added a patch to correct the .ph constructs unless defined (foo) to read
  787. unless(defined(foo))
  788. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  789. - translations modified for de, fr, tr
  790. * Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
  791. - fixed strftime problem
  792. * Sun Mar 08 1998 Cristian Gafton <gafton@redhat.com>
  793. - added a patch to fix a security race
  794. - do not use setres[ug]id - those are not implemented on 2.0.3x kernels
  795. * Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
  796. - upgraded to 5.004_04 - 5.004_01 had some nasty memory leaks.
  797. - fixed the spec file to be version-independent
  798. * Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
  799. - Config.pm wasn't right do to the builtrooting
  800. * Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
  801. - fixed arch-specfic part of spec file
  802. * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
  803. - updated to perl 5.004_01
  804. - users a build root
  805. * Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
  806. - built against glibc
  807. * Tue Apr 22 1997 Erik Troan <ewt@redhat.com>
  808. - Incorporated security patch from Chip Salzenberg <salzench@nielsenmedia.com>
  809. * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
  810. - Use -Darchname=i386-linux
  811. - Require csh (for glob)
  812. - Use RPM_ARCH during configuration and installation for arch independence