perl-sys.spec 19 KB

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