perl-sys.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. ##
  2. ## perl-sys.spec -- OpenPKG RPM Package Specification
  3. ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  4. ## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
  5. ##
  6. ## Permission to use, copy, modify, and distribute this software for
  7. ## any purpose with or without fee is hereby granted, provided that
  8. ## the above copyright notice and this permission notice appear in all
  9. ## copies.
  10. ##
  11. ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  12. ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  13. ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  14. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  15. ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  16. ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  17. ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  18. ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  19. ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  20. ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  21. ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  22. ## SUCH DAMAGE.
  23. ##
  24. # versions of individual parts
  25. %define V_perl 5.8.8
  26. %define V_unix_syslog 1.0
  27. %define V_archive_tar 1.36
  28. %define V_archive_zip 1.21
  29. %define V_archive_cpio 0.06
  30. %define V_expect 1.21
  31. %define V_storable 2.16
  32. %define V_ipc_sharelite 0.09
  33. %define V_ipc_shareable 0.60
  34. %define V_ipc_sharedcache 1.3
  35. %define V_ipc_run 0.80
  36. %define V_ipc_run3 0.038
  37. %define V_ipc_signal 1.00
  38. %define V_ipc_filter 0.002
  39. %define V_file_tail 0.99.3
  40. %define V_file_temp 0.18
  41. %define V_file_remove 0.38
  42. %define V_file_rename 0.05
  43. %define V_freezethaw 0.43
  44. %define V_authen_sasl 2.10
  45. %define V_authen_pam 0.16
  46. %define V_weakref 0.01
  47. %define V_filehandle_deluxe 0.92
  48. %define V_filehandle_rollback 1.06
  49. %define V_filehandle_unget 0.1621
  50. %define V_spiffy 0.30
  51. %define V_io 1.2301
  52. %define V_io_all 0.38
  53. %define V_io_multiplex 1.09
  54. %define V_io_interface 1.03
  55. %define V_io_util 1.5
  56. %define V_io_mux 0.08
  57. %define V_boulder 1.30
  58. %define V_error 0.17009
  59. %define V_file_fnmatch 0.02
  60. %define V_user 1.8
  61. # package information
  62. Name: perl-sys
  63. Summary: Perl Modules for use with the system
  64. URL: http://www.cpan.org/
  65. Vendor: Perl Community
  66. Packager: OpenPKG Foundation e.V.
  67. Distribution: OpenPKG Community
  68. Class: BASE
  69. Group: Perl
  70. License: GPL/Artistic
  71. Version: %{V_perl}
  72. Release: 20071101
  73. # package options
  74. %option with_pam no
  75. # list of sources
  76. Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
  77. Source1: http://www.cpan.org/modules/by-module/Archive/Archive-Tar-%{V_archive_tar}.tar.gz
  78. Source2: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{V_archive_zip}.tar.gz
  79. Source3: http://www.cpan.org/modules/by-module/Expect/Expect-%{V_expect}.tar.gz
  80. Source4: http://www.cpan.org/modules/by-module/Storable/Storable-%{V_storable}.tar.gz
  81. Source5: http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz
  82. Source6: http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz
  83. Source7: http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz
  84. Source8: http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz
  85. Source9: http://www.cpan.org/authors/id/L/LU/LUKKA/WeakRef-%{V_weakref}.tar.gz
  86. Source10: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Deluxe-%{V_filehandle_deluxe}.tar.gz
  87. Source11: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Rollback-%{V_filehandle_rollback}.tar.gz
  88. Source12: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Unget-%{V_filehandle_unget}.tar.gz
  89. Source13: http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz
  90. Source14: http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
  91. Source15: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz
  92. Source16: http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz
  93. Source17: http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz
  94. Source18: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
  95. Source19: http://www.cpan.org/modules/by-module/IO/IO-%{V_io}.tar.gz
  96. Source20: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
  97. Source21: http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
  98. Source22: http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
  99. Source23: http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz
  100. Source24: http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz
  101. Source25: http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
  102. Source26: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz
  103. Source27: http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz
  104. Source28: http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz
  105. Source29: http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz
  106. Source30: http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz
  107. Source31: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz
  108. Source32: http://www.cpan.org/modules/by-module/File/File-Temp-%{V_file_temp}.tar.gz
  109. Source33: http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz
  110. Source34: http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz
  111. # build information
  112. Prefix: %{l_prefix}
  113. BuildRoot: %{l_buildroot}
  114. BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
  115. PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
  116. BuildPreReq: perl-time, perl-term
  117. PreReq: perl-time, perl-term
  118. %if "%{with_pam}" == "yes"
  119. BuildPreReq: PAM
  120. PreReq: PAM
  121. %endif
  122. AutoReq: no
  123. AutoReqProv: no
  124. %description
  125. Perl modules for use with the system:
  126. - Unix::Syslog (%{V_unix_syslog})
  127. - Archive::Tar (%{V_archive_tar})
  128. - Expect (%{V_expect})
  129. - Storable (%{V_storable})
  130. - IPC::ShareLite (%{V_ipc_sharelite})
  131. - IPC::Shareable (%{V_ipc_shareable})
  132. - IPC::SharedCache (%{V_ipc_sharedcache})
  133. - IPC::Run (%{V_ipc_run})
  134. - IPC::Run3 (%{V_ipc_run3})
  135. - IPC::Signal (%{V_ipc_signal})
  136. - IPC::Filter (%{V_ipc_filter})
  137. - File::Tail (%{V_file_tail})
  138. - FreezeThaw (%{V_freezethaw})
  139. - Authen::SASL (%{V_authen_sasl})
  140. - Authen::PAM (%{V_authen_pam}) [with_pam=yes]
  141. - Archive::Zip (%{V_archive_zip})
  142. - WeakRef (%{V_weakref})
  143. - FileHandle::Deluxe (%{V_filehandle_deluxe})
  144. - FileHandle::Rollback (%{V_filehandle_rollback})
  145. - FileHandle::Unget (%{V_filehandle_unget})
  146. - Spiffy (%{V_spiffy})
  147. - IO (%{V_io})
  148. - IO::All (%{V_io_all})
  149. - IO::Multiplex (%{V_io_multiplex})
  150. - IO::Interface (%{V_io_interface})
  151. - IO::Util (%{V_io_util})
  152. - IO::Mux (%{V_io_mux})
  153. - Boulder (%{V_boulder})
  154. - Error (%{V_error})
  155. - File::FnMatch (%{V_file_fnmatch})
  156. - Archive::Cpio (%{V_archive_cpio})
  157. - User (%{V_user})
  158. - File::Temp (%{V_file_temp})
  159. - File::Remove (%{V_file_remove})
  160. - File::Rename (%{V_file_rename})
  161. %track
  162. prog perl-sys:Archive-Tar = {
  163. version = %{V_archive_tar}
  164. url = http://www.cpan.org/modules/by-module/Archive/
  165. regex = Archive-Tar-(__VER__)\.tar\.gz
  166. }
  167. prog perl-sys:Archive-Zip = {
  168. version = %{V_archive_zip}
  169. url = http://www.cpan.org/modules/by-module/Archive/
  170. regex = Archive-Zip-(__VER__)\.tar\.gz
  171. }
  172. prog perl-sys:Authen-SASL = {
  173. version = %{V_authen_sasl}
  174. url = http://www.cpan.org/modules/by-module/Authen/
  175. regex = Authen-SASL-(__VER__)\.tar\.gz
  176. }
  177. prog perl-sys:Expect = {
  178. version = %{V_expect}
  179. url = http://www.cpan.org/modules/by-module/Expect/
  180. regex = Expect-(__VER__)\.tar\.gz
  181. }
  182. prog perl-sys:File-Tail = {
  183. version = %{V_file_tail}
  184. url = http://www.cpan.org/modules/by-module/File/
  185. regex = File-Tail-(__VER__)\.tar\.gz
  186. }
  187. prog perl-sys:FileHandle-Deluxe = {
  188. version = %{V_filehandle_deluxe}
  189. url = http://www.cpan.org/modules/by-module/FileHandle/
  190. regex = FileHandle-Deluxe-(__VER__)\.tar\.gz
  191. }
  192. prog perl-sys:FileHandle-Rollback = {
  193. version = %{V_filehandle_rollback}
  194. url = http://www.cpan.org/modules/by-module/FileHandle/
  195. regex = FileHandle-Rollback-(__VER__)\.tar\.gz
  196. }
  197. prog perl-sys:FileHandle-Unget = {
  198. version = %{V_filehandle_unget}
  199. url = http://www.cpan.org/modules/by-module/FileHandle/
  200. regex = FileHandle-Unget-(__VER__)\.tar\.gz
  201. }
  202. prog perl-sys:FreezeThaw = {
  203. version = %{V_freezethaw}
  204. url = http://www.cpan.org/modules/by-module/FreezeThaw/
  205. regex = FreezeThaw-(__VER__)\.tar\.gz
  206. }
  207. prog perl-sys:IPC-Shareable = {
  208. version = %{V_ipc_shareable}
  209. url = http://www.cpan.org/modules/by-module/IPC/
  210. regex = IPC-Shareable-(__VER__)\.tar\.gz
  211. }
  212. prog perl-sys:IPC-ShareLite = {
  213. version = %{V_ipc_sharelite}
  214. url = http://www.cpan.org/modules/by-module/IPC/
  215. regex = IPC-ShareLite-(__VER__)\.tar\.gz
  216. }
  217. prog perl-sys:IPC-SharedCache = {
  218. version = %{V_ipc_sharedcache}
  219. url = http://www.cpan.org/modules/by-module/IPC/
  220. regex = IPC-SharedCache-(__VER__)\.tar\.gz
  221. }
  222. prog perl-sys:IPC-Run = {
  223. version = %{V_ipc_run}
  224. url = http://www.cpan.org/modules/by-module/IPC/
  225. regex = IPC-Run-(__VER__)\.tar\.gz
  226. }
  227. prog perl-sys:IPC-Run3 = {
  228. version = %{V_ipc_run3}
  229. url = http://www.cpan.org/modules/by-module/IPC/
  230. regex = IPC-Run3-(__VER__)\.tar\.gz
  231. }
  232. prog perl-sys:IPC-Signal = {
  233. version = %{V_ipc_signal}
  234. url = http://www.cpan.org/modules/by-module/IPC/
  235. regex = IPC-Signal-(__VER__)\.tar\.gz
  236. }
  237. prog perl-sys:IPC-Filter = {
  238. version = %{V_ipc_filter}
  239. url = http://www.cpan.org/modules/by-module/IPC/
  240. regex = IPC-Filter-(__VER__)\.tar\.gz
  241. }
  242. prog perl-sys:Storable = {
  243. version = %{V_storable}
  244. url = http://www.cpan.org/modules/by-module/Storable/
  245. regex = Storable-(__VER__)\.tar\.gz
  246. }
  247. prog perl-sys:Unix-Syslog = {
  248. version = %{V_unix_syslog}
  249. url = http://www.cpan.org/modules/by-module/Unix/
  250. regex = Unix-Syslog-(__VER__)\.tar\.gz
  251. }
  252. prog perl-sys:WeakRef = {
  253. version = %{V_weakref}
  254. url = http://www.cpan.org/authors/id/L/LU/LUKKA/
  255. regex = WeakRef-(__VER__)\.tar\.gz
  256. }
  257. prog perl-sys:Spiffy = {
  258. version = %{V_spiffy}
  259. url = http://www.cpan.org/authors/id/I/IN/INGY/
  260. regex = Spiffy-(__VER__)\.tar\.gz
  261. }
  262. prog perl-sys:IO = {
  263. version = %{V_io}
  264. url = http://www.cpan.org/modules/by-module/IO/
  265. regex = \bIO-(__VER__)\.tar\.gz
  266. }
  267. prog perl-sys:IO-All = {
  268. version = %{V_io_all}
  269. url = http://www.cpan.org/modules/by-module/IO/
  270. regex = IO-All-(__VER__)\.tar\.gz
  271. }
  272. prog perl-sys:IO-Multiplex = {
  273. version = %{V_io_multiplex}
  274. url = http://www.cpan.org/modules/by-module/IO/
  275. regex = IO-Multiplex-(__VER__)\.tar\.gz
  276. }
  277. prog perl-sys:IO-Interface = {
  278. version = %{V_io_interface}
  279. url = http://www.cpan.org/modules/by-module/IO/
  280. regex = IO-Interface-(__VER__)\.tar\.gz
  281. }
  282. prog perl-sys:IO-Util = {
  283. version = %{V_io_util}
  284. url = http://www.cpan.org/modules/by-module/IO/
  285. regex = IO-Util-(__VER__)\.tar\.gz
  286. }
  287. prog perl-sys:IO-Mux = {
  288. version = %{V_io_mux}
  289. url = http://www.cpan.org/modules/by-module/IO/
  290. regex = IO-Mux-(__VER__)\.tar\.gz
  291. }
  292. prog perl-sys:Boulder = {
  293. version = %{V_boulder}
  294. url = http://www.cpan.org/modules/by-module/Boulder/
  295. regex = Boulder-(__VER__)\.tar\.gz
  296. }
  297. prog perl-sys:Error = {
  298. version = %{V_error}
  299. url = http://www.cpan.org/modules/by-module/Error/
  300. regex = Error-(__VER__)\.tar\.gz
  301. }
  302. prog perl-sys:File-FnMatch = {
  303. version = %{V_file_fnmatch}
  304. url = http://www.cpan.org/modules/by-module/File/
  305. regex = File-FnMatch-(__VER__)\.tar\.gz
  306. }
  307. prog perl-sys:Authen-PAM = {
  308. version = %{V_authen_pam}
  309. url = http://www.cpan.org/modules/by-module/Authen/
  310. regex = Authen-PAM-(__VER__)\.tar\.gz
  311. }
  312. prog perl-sys:Archive-Cpio = {
  313. version = %{V_archive_cpio}
  314. url = http://www.cpan.org/modules/by-module/Archive/
  315. regex = Archive-Cpio-(__VER__)\.tar\.gz
  316. }
  317. prog perl-sys:User = {
  318. version = %{V_user}
  319. url = http://www.cpan.org/authors/id/T/TB/TBONE/
  320. regex = User-(__VER__)\.tar\.gz
  321. }
  322. prog perl-sys:File-Temp = {
  323. version = %{V_file_temp}
  324. url = http://www.cpan.org/modules/by-module/File/
  325. regex = File-Temp-(__VER__)\.tar\.gz
  326. }
  327. prog perl-sys:File-Remove = {
  328. version = %{V_file_remove}
  329. url = http://www.cpan.org/modules/by-module/File/
  330. regex = File-Remove-(__VER__)\.tar\.gz
  331. }
  332. prog perl-sys:File-Rename = {
  333. version = %{V_file_rename}
  334. url = http://www.cpan.org/modules/by-module/File/
  335. regex = File-Rename-(__VER__)\.tar\.gz
  336. }
  337. %prep
  338. %setup -q -c
  339. %setup -q -T -D -a 1
  340. %setup -q -T -D -a 2
  341. %setup -q -T -D -a 3
  342. %setup -q -T -D -a 4
  343. %setup -q -T -D -a 5
  344. %setup -q -T -D -a 6
  345. %setup -q -T -D -a 7
  346. %setup -q -T -D -a 8
  347. %setup -q -T -D -a 9
  348. %setup -q -T -D -a 10
  349. %setup -q -T -D -a 11
  350. %setup -q -T -D -a 12
  351. %setup -q -T -D -a 13
  352. %setup -q -T -D -a 14
  353. %setup -q -T -D -a 15
  354. %setup -q -T -D -a 16
  355. %setup -q -T -D -a 17
  356. %setup -q -T -D -a 18
  357. %setup -q -T -D -a 19
  358. %setup -q -T -D -a 20
  359. %setup -q -T -D -a 21
  360. %setup -q -T -D -a 22
  361. %setup -q -T -D -a 23
  362. %setup -q -T -D -a 24
  363. %setup -q -T -D -a 25
  364. %setup -q -T -D -a 26
  365. %setup -q -T -D -a 27
  366. %setup -q -T -D -a 28
  367. %setup -q -T -D -a 29
  368. %setup -q -T -D -a 30
  369. %setup -q -T -D -a 31
  370. %setup -q -T -D -a 32
  371. %setup -q -T -D -a 33
  372. %setup -q -T -D -a 34
  373. %build
  374. %install
  375. rm -rf $RPM_BUILD_ROOT
  376. %{l_prefix}/bin/perl-openpkg prepare
  377. %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
  378. %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
  379. %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
  380. %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
  381. %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
  382. %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
  383. %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
  384. %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
  385. %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
  386. %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
  387. %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
  388. %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
  389. %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
  390. %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
  391. %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
  392. %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
  393. %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
  394. %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
  395. %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
  396. %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
  397. %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
  398. %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install
  399. %{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
  400. %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
  401. %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
  402. %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
  403. %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
  404. %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
  405. %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
  406. %if "%{with_pam}" == "yes"
  407. export CC="%{l_cc}"
  408. export CFLAGS="%{l_cflags} -I`%{l_rc} --query pam_incdir`"
  409. export CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query pam_incdir`"
  410. export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`"
  411. %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
  412. %endif
  413. %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
  414. %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
  415. %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
  416. %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
  417. %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
  418. %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  419. %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
  420. %files -f files
  421. %clean
  422. rm -rf $RPM_BUILD_ROOT