perl-sys/perl-sys.spec

changeset 464
3e2a08d916c6
parent 158
f144dd621b72
equal deleted inserted replaced
2:c831dab95f83 3:9c61121ad389
1 ## 1 ##
2 ## perl-sys.spec -- OpenPKG RPM Package Specification 2 ## perl-sys.spec -- OpenPKG RPM Package Specification
3 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> 3 ## Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
4 ## 4 ##
5 ## Permission to use, copy, modify, and distribute this software for 5 ## Permission to use, copy, modify, and distribute this software for
6 ## any purpose with or without fee is hereby granted, provided that 6 ## any purpose with or without fee is hereby granted, provided that
7 ## the above copyright notice and this permission notice appear in all 7 ## the above copyright notice and this permission notice appear in all
8 ## copies. 8 ## copies.
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21 ## SUCH DAMAGE. 21 ## SUCH DAMAGE.
22 ## 22 ##
23 23
24 # versions of individual parts 24 # versions of individual parts
25 %define V_perl 5.10.0 25 %define V_perl 5.14
26 %define V_unix_syslog 1.1 26 %define V_unix_syslog 1.1
27 %define V_archive_tar 1.46 27 %define V_archive_tar 1.78
28 %define V_archive_zip 1.26 28 %define V_archive_zip 1.31_03
29 %define V_archive_cpio 0.07 29 %define V_archive_cpio 0.09
30 %define V_expect 1.21 30 %define V_expect 1.21
31 %define V_storable 2.18 31 %define V_storable 2.30
32 %define V_ipc_sharelite 0.17 32 %define V_ipc_sharelite 0.17
33 %define V_ipc_shareable 0.60 33 %define V_ipc_shareable 0.60
34 %define V_ipc_sharedcache 1.3 34 %define V_ipc_sharedcache 1.3
35 %define V_ipc_run 0.82 35 %define V_ipc_run 0.90_03
36 %define V_ipc_run3 0.042 36 %define V_ipc_run3 0.044
37 %define V_ipc_signal 1.00 37 %define V_ipc_signal 1.00
38 %define V_ipc_filter 0.002 38 %define V_ipc_filter 0.004
39 %define V_file_tail 0.99.3 39 %define V_file_tail 0.99.3
40 %define V_file_temp 0.21 40 %define V_file_temp 0.22
41 %define V_file_remove 1.42 41 %define V_file_remove 1.50
42 %define V_file_rename 0.05 42 %define V_file_rename 0.05
43 %define V_freezethaw 0.45 43 %define V_freezethaw 0.5001
44 %define V_authen_sasl 2.12 44 %define V_authen_sasl 2.15
45 %define V_authen_pam 0.16 45 %define V_authen_pam 0.16
46 %define V_weakref 0.01 46 %define V_weakref 0.01
47 %define V_filehandle_deluxe 0.92 47 %define V_filehandle_deluxe 0.92
48 %define V_filehandle_unget 0.1622 48 %define V_filehandle_rollback 1.06
49 %define V_filehandle_unget 0.1623
49 %define V_spiffy 0.30 50 %define V_spiffy 0.30
50 %define V_io 1.2301 51 %define V_io 1.25
51 %define V_io_all 0.39 52 %define V_io_all 0.41
52 %define V_io_multiplex 1.10 53 %define V_io_multiplex 1.10
53 %define V_io_interface 1.05 54 %define V_io_interface 1.06
54 %define V_io_util 1.5 55 %define V_io_util 1.5
55 %define V_io_mux 0.08 56 %define V_io_mux 0.08
56 %define V_boulder 1.30 57 %define V_boulder 1.30
57 %define V_error 0.17015 58 %define V_error 0.17016
58 %define V_file_fnmatch 0.02 59 %define V_file_fnmatch 0.02
59 %define V_user 1.8 60 %define V_user 1.9
60 %define V_file_rsync 0.42 61 %define V_file_rsync 0.43
61 %define V_storable_amf 0.60 62 %define V_storable_amf 1.00
63 %define V_file_next 1.06
62 64
63 # package information 65 # package information
64 Name: perl-sys 66 Name: perl-sys
65 Summary: Perl Modules for use with the system 67 Summary: Perl Modules for use with the system
66 URL: http://www.cpan.org/ 68 URL: http://www.cpan.org/
69 Distribution: OpenPKG Community 71 Distribution: OpenPKG Community
70 Class: BASE 72 Class: BASE
71 Group: Perl 73 Group: Perl
72 License: GPL/Artistic 74 License: GPL/Artistic
73 Version: %{V_perl} 75 Version: %{V_perl}
74 Release: 20090416 76 Release: 20110914
75 77
76 # package options 78 # package options
77 %option with_pam no 79 %option with_pam no
78 80
79 # list of sources 81 # list of sources
80 Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz 82 Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{V_unix_syslog}.tar.gz
81 Source1: http://www.cpan.org/modules/by-module/Archive/Archive-Tar-%{V_archive_tar}.tar.gz 83 Source1: http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Tar-%{V_archive_tar}.tar.gz
82 Source2: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{V_archive_zip}.tar.gz 84 Source2: http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-%{V_archive_zip}.tar.gz
83 Source3: http://www.cpan.org/modules/by-module/Expect/Expect-%{V_expect}.tar.gz 85 Source3: http://www.cpan.org/authors/id/R/RG/RGIERSIG/Expect-%{V_expect}.tar.gz
84 Source4: http://www.cpan.org/modules/by-module/Storable/Storable-%{V_storable}.tar.gz 86 Source4: http://www.cpan.org/authors/id/A/AM/AMS/Storable-%{V_storable}.tar.gz
85 Source5: http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz 87 Source5: http://www.cpan.org/authors/id/B/BS/BSUGARS/IPC-Shareable-%{V_ipc_shareable}.tar.gz
86 Source6: http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz 88 Source6: http://www.cpan.org/authors/id/M/MG/MGRABNAR/File-Tail-%{V_file_tail}.tar.gz
87 Source7: http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz 89 Source7: http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz
88 Source8: http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz 90 Source8: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{V_authen_sasl}.tar.gz
89 Source9: http://www.cpan.org/authors/id/L/LU/LUKKA/WeakRef-%{V_weakref}.tar.gz 91 Source9: http://www.cpan.org/authors/id/L/LU/LUKKA/WeakRef-%{V_weakref}.tar.gz
90 Source10: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Deluxe-%{V_filehandle_deluxe}.tar.gz 92 Source10: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Deluxe-%{V_filehandle_deluxe}.tar.gz
91 Source11: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Unget-%{V_filehandle_unget}.tar.gz 93 Source11: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Rollback-%{V_filehandle_rollback}.tar.gz
92 Source12: http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz 94 Source12: http://www.cpan.org/authors/id/D/DC/DCOPPIT/FileHandle-Unget-%{V_filehandle_unget}.tar.gz
93 Source13: http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz 95 Source13: http://www.cpan.org/authors/id/A/AN/ANDYA/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz
94 Source14: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz 96 Source14: http://www.cpan.org/authors/id/S/SA/SAMTREGAR/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
95 Source15: http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz 97 Source15: http://www.cpan.org/authors/id/T/TO/TODDR/IPC-Run-%{V_ipc_run}.tar.gz
96 Source16: http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz 98 Source16: http://www.cpan.org/authors/id/R/RO/ROSCH/IPC-Signal-%{V_ipc_signal}.tar.gz
97 Source17: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz 99 Source17: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/IPC-Filter-%{V_ipc_filter}.tar.gz
98 Source18: http://www.cpan.org/modules/by-module/IO/IO-%{V_io}.tar.gz 100 Source18: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
99 Source19: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz 101 Source19: http://www.cpan.org/authors/id/G/GB/GBARR/IO-%{V_io}.tar.gz
100 Source20: http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz 102 Source20: http://www.cpan.org/authors/id/I/IN/INGY/IO-All-%{V_io_all}.tar.gz
101 Source21: http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz 103 Source21: http://www.cpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{V_io_multiplex}.tar.gz
102 Source22: http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz 104 Source22: http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{V_io_interface}.tar.gz
103 Source23: http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz 105 Source23: http://www.cpan.org/authors/id/D/DO/DOMIZIO/IO-Util-%{V_io_util}.tar.gz
104 Source24: http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz 106 Source24: http://www.cpan.org/authors/id/L/LD/LDS/Boulder-%{V_boulder}.tar.gz
105 Source25: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz 107 Source25: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{V_error}.tar.gz
106 Source26: http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz 108 Source26: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{V_ipc_run3}.tar.gz
107 Source27: http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz 109 Source27: http://www.cpan.org/authors/id/P/PA/PATL/IO-Mux-%{V_io_mux}.tar.gz
108 Source28: http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz 110 Source28: http://www.cpan.org/authors/id/M/MJ/MJP/File-FnMatch-%{V_file_fnmatch}.tar.gz
109 Source29: http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz 111 Source29: http://www.cpan.org/authors/id/N/NI/NIKIP/Authen-PAM-%{V_authen_pam}.tar.gz
110 Source30: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz 112 Source30: http://www.cpan.org/authors/id/P/PI/PIXEL/Archive-Cpio-%{V_archive_cpio}.tar.gz
111 Source31: http://www.cpan.org/modules/by-module/File/File-Temp-%{V_file_temp}.tar.gz 113 Source31: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz
112 Source32: http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz 114 Source32: http://www.cpan.org/authors/id/T/TJ/TJENNESS/File-Temp-%{V_file_temp}.tar.gz
113 Source33: http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz 115 Source33: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{V_file_remove}.tar.gz
114 Source34: http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz 116 Source34: http://www.cpan.org/authors/id/R/RM/RMBARKER/File-Rename-%{V_file_rename}.tar.gz
115 Source35: http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz 117 Source35: http://www.cpan.org/authors/id/L/LE/LEAKIN/File-Rsync-%{V_file_rsync}.tar.gz
118 Source36: http://www.cpan.org/authors/id/G/GR/GRIAN/Storable-AMF-%{V_storable_amf}.tar.gz
119 Source37: http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-%{V_file_next}.tar.gz
116 Patch0: perl-sys.patch 120 Patch0: perl-sys.patch
117 121
118 # build information 122 # build information
119 Prefix: %{l_prefix} 123 Prefix: %{l_prefix}
120 BuildRoot: %{l_buildroot} 124 BuildRoot: %{l_buildroot}
121 BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126 125 BuildPreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
122 PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl} 126 PreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
123 BuildPreReq: perl-time, perl-term 127 BuildPreReq: perl-util, perl-time, perl-term
124 PreReq: perl-time, perl-term 128 PreReq: perl-util, perl-time, perl-term
125 %if "%{with_pam}" == "yes" 129 %if "%{with_pam}" == "yes"
126 BuildPreReq: PAM 130 BuildPreReq: PAM
127 PreReq: PAM 131 PreReq: PAM
128 %endif 132 %endif
129 AutoReq: no 133 AutoReq: no
147 - Authen::SASL (%{V_authen_sasl}) 151 - Authen::SASL (%{V_authen_sasl})
148 - Authen::PAM (%{V_authen_pam}) [with_pam=yes] 152 - Authen::PAM (%{V_authen_pam}) [with_pam=yes]
149 - Archive::Zip (%{V_archive_zip}) 153 - Archive::Zip (%{V_archive_zip})
150 - WeakRef (%{V_weakref}) 154 - WeakRef (%{V_weakref})
151 - FileHandle::Deluxe (%{V_filehandle_deluxe}) 155 - FileHandle::Deluxe (%{V_filehandle_deluxe})
156 - FileHandle::Rollback (%{V_filehandle_rollback})
152 - FileHandle::Unget (%{V_filehandle_unget}) 157 - FileHandle::Unget (%{V_filehandle_unget})
153 - Spiffy (%{V_spiffy}) 158 - Spiffy (%{V_spiffy})
154 - IO (%{V_io}) 159 - IO (%{V_io})
155 - IO::All (%{V_io_all}) 160 - IO::All (%{V_io_all})
156 - IO::Multiplex (%{V_io_multiplex}) 161 - IO::Multiplex (%{V_io_multiplex})
165 - File::Temp (%{V_file_temp}) 170 - File::Temp (%{V_file_temp})
166 - File::Remove (%{V_file_remove}) 171 - File::Remove (%{V_file_remove})
167 - File::Rename (%{V_file_rename}) 172 - File::Rename (%{V_file_rename})
168 - File::Rsync (%{V_file_rsync}) 173 - File::Rsync (%{V_file_rsync})
169 - Storable::AMF (%{V_storable_amf}) 174 - Storable::AMF (%{V_storable_amf})
175 - File::Next (%{V_file_next})
170 176
171 %track 177 %track
172 prog perl-sys:Archive-Tar = { 178 prog perl-sys:Archive-Tar = {
173 version = %{V_archive_tar} 179 version = %{V_archive_tar}
174 url = http://www.cpan.org/modules/by-module/Archive/ 180 url = http://www.cpan.org/authors/id/B/BI/BINGOS/
175 regex = Archive-Tar-(__VER__)\.tar\.gz 181 regex = Archive-Tar-(__VER__)\.tar\.gz
176 } 182 }
177 prog perl-sys:Archive-Zip = { 183 prog perl-sys:Archive-Zip = {
178 version = %{V_archive_zip} 184 version = %{V_archive_zip}
179 url = http://www.cpan.org/modules/by-module/Archive/ 185 url = http://www.cpan.org/authors/id/A/AD/ADAMK/
180 regex = Archive-Zip-(__VER__)\.tar\.gz 186 regex = Archive-Zip-(__VER__)\.tar\.gz
181 } 187 }
182 prog perl-sys:Authen-SASL = { 188 prog perl-sys:Authen-SASL = {
183 version = %{V_authen_sasl} 189 version = %{V_authen_sasl}
184 url = http://www.cpan.org/modules/by-module/Authen/ 190 url = http://www.cpan.org/authors/id/G/GB/GBARR/
185 regex = Authen-SASL-(__VER__)\.tar\.gz 191 regex = Authen-SASL-(__VER__)\.tar\.gz
186 } 192 }
187 prog perl-sys:Expect = { 193 prog perl-sys:Expect = {
188 version = %{V_expect} 194 version = %{V_expect}
189 url = http://www.cpan.org/modules/by-module/Expect/ 195 url = http://www.cpan.org/authors/id/R/RG/RGIERSIG/
190 regex = Expect-(__VER__)\.tar\.gz 196 regex = Expect-(__VER__)\.tar\.gz
191 } 197 }
192 prog perl-sys:File-Tail = { 198 prog perl-sys:File-Tail = {
193 version = %{V_file_tail} 199 version = %{V_file_tail}
194 url = http://www.cpan.org/modules/by-module/File/ 200 url = http://www.cpan.org/authors/id/M/MG/MGRABNAR/
195 regex = File-Tail-(__VER__)\.tar\.gz 201 regex = File-Tail-(__VER__)\.tar\.gz
196 } 202 }
197 prog perl-sys:FileHandle-Deluxe = { 203 prog perl-sys:FileHandle-Deluxe = {
198 version = %{V_filehandle_deluxe} 204 version = %{V_filehandle_deluxe}
199 url = http://www.cpan.org/modules/by-module/FileHandle/ 205 url = http://www.cpan.org/modules/by-module/FileHandle/
200 regex = FileHandle-Deluxe-(__VER__)\.tar\.gz 206 regex = FileHandle-Deluxe-(__VER__)\.tar\.gz
201 } 207 }
208 prog perl-sys:FileHandle-Rollback = {
209 version = %{V_filehandle_rollback}
210 url = http://www.cpan.org/modules/by-module/FileHandle/
211 regex = FileHandle-Rollback-(__VER__)\.tar\.gz
212 }
202 prog perl-sys:FileHandle-Unget = { 213 prog perl-sys:FileHandle-Unget = {
203 version = %{V_filehandle_unget} 214 version = %{V_filehandle_unget}
204 url = http://www.cpan.org/modules/by-module/FileHandle/ 215 url = http://www.cpan.org/authors/id/D/DC/DCOPPIT/
205 regex = FileHandle-Unget-(__VER__)\.tar\.gz 216 regex = FileHandle-Unget-(__VER__)\.tar\.gz
206 } 217 }
207 prog perl-sys:FreezeThaw = { 218 prog perl-sys:FreezeThaw = {
208 version = %{V_freezethaw} 219 version = %{V_freezethaw}
209 url = http://www.cpan.org/modules/by-module/FreezeThaw/ 220 url = http://www.cpan.org/modules/by-module/FreezeThaw/
210 regex = FreezeThaw-(__VER__)\.tar\.gz 221 regex = FreezeThaw-(__VER__)\.tar\.gz
211 } 222 }
212 prog perl-sys:IPC-Shareable = { 223 prog perl-sys:IPC-Shareable = {
213 version = %{V_ipc_shareable} 224 version = %{V_ipc_shareable}
214 url = http://www.cpan.org/modules/by-module/IPC/ 225 url = http://www.cpan.org/authors/id/B/BS/BSUGARS/
215 regex = IPC-Shareable-(__VER__)\.tar\.gz 226 regex = IPC-Shareable-(__VER__)\.tar\.gz
216 } 227 }
217 prog perl-sys:IPC-ShareLite = { 228 prog perl-sys:IPC-ShareLite = {
218 version = %{V_ipc_sharelite} 229 version = %{V_ipc_sharelite}
219 url = http://www.cpan.org/modules/by-module/IPC/ 230 url = http://www.cpan.org/authors/id/A/AN/ANDYA/
220 regex = IPC-ShareLite-(__VER__)\.tar\.gz 231 regex = IPC-ShareLite-(__VER__)\.tar\.gz
221 } 232 }
222 prog perl-sys:IPC-SharedCache = { 233 prog perl-sys:IPC-SharedCache = {
223 version = %{V_ipc_sharedcache} 234 version = %{V_ipc_sharedcache}
224 url = http://www.cpan.org/modules/by-module/IPC/ 235 url = http://www.cpan.org/authors/id/S/SA/SAMTREGAR/
225 regex = IPC-SharedCache-(__VER__)\.tar\.gz 236 regex = IPC-SharedCache-(__VER__)\.tar\.gz
226 } 237 }
227 prog perl-sys:IPC-Run = { 238 prog perl-sys:IPC-Run = {
228 version = %{V_ipc_run} 239 version = %{V_ipc_run}
229 url = http://www.cpan.org/modules/by-module/IPC/ 240 url = http://www.cpan.org/authors/id/T/TO/TODDR/
230 regex = IPC-Run-(__VER__)\.tar\.gz 241 regex = IPC-Run-(__VER__)\.tar\.gz
231 } 242 }
232 prog perl-sys:IPC-Run3 = { 243 prog perl-sys:IPC-Run3 = {
233 version = %{V_ipc_run3} 244 version = %{V_ipc_run3}
234 url = http://www.cpan.org/modules/by-module/IPC/ 245 url = http://www.cpan.org/authors/id/R/RJ/RJBS/
235 regex = IPC-Run3-(__VER__)\.tar\.gz 246 regex = IPC-Run3-(__VER__)\.tar\.gz
236 } 247 }
237 prog perl-sys:IPC-Signal = { 248 prog perl-sys:IPC-Signal = {
238 version = %{V_ipc_signal} 249 version = %{V_ipc_signal}
239 url = http://www.cpan.org/modules/by-module/IPC/ 250 url = http://www.cpan.org/authors/id/R/RO/ROSCH/
240 regex = IPC-Signal-(__VER__)\.tar\.gz 251 regex = IPC-Signal-(__VER__)\.tar\.gz
241 } 252 }
242 prog perl-sys:IPC-Filter = { 253 prog perl-sys:IPC-Filter = {
243 version = %{V_ipc_filter} 254 version = %{V_ipc_filter}
244 url = http://www.cpan.org/modules/by-module/IPC/ 255 url = http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/
245 regex = IPC-Filter-(__VER__)\.tar\.gz 256 regex = IPC-Filter-(__VER__)\.tar\.gz
246 } 257 }
247 prog perl-sys:Storable = { 258 prog perl-sys:Storable = {
248 version = %{V_storable} 259 version = %{V_storable}
249 url = http://www.cpan.org/modules/by-module/Storable/ 260 url = http://www.cpan.org/authors/id/A/AM/AMS/
250 regex = Storable-(__VER__)\.tar\.gz 261 regex = Storable-(__VER__)\.tar\.gz
251 } 262 }
252 prog perl-sys:Unix-Syslog = { 263 prog perl-sys:Unix-Syslog = {
253 version = %{V_unix_syslog} 264 version = %{V_unix_syslog}
254 url = http://www.cpan.org/modules/by-module/Unix/ 265 url = http://www.cpan.org/authors/id/M/MH/MHARNISCH/
255 regex = Unix-Syslog-(__VER__)\.tar\.gz 266 regex = Unix-Syslog-(__VER__)\.tar\.gz
256 } 267 }
257 prog perl-sys:WeakRef = { 268 prog perl-sys:WeakRef = {
258 version = %{V_weakref} 269 version = %{V_weakref}
259 url = http://www.cpan.org/authors/id/L/LU/LUKKA/ 270 url = http://www.cpan.org/authors/id/L/LU/LUKKA/
269 url = http://www.cpan.org/modules/by-module/IO/ 280 url = http://www.cpan.org/modules/by-module/IO/
270 regex = \bIO-(__VER__)\.tar\.gz 281 regex = \bIO-(__VER__)\.tar\.gz
271 } 282 }
272 prog perl-sys:IO-All = { 283 prog perl-sys:IO-All = {
273 version = %{V_io_all} 284 version = %{V_io_all}
274 url = http://www.cpan.org/modules/by-module/IO/ 285 url = http://www.cpan.org/authors/id/G/GB/GBARR/
275 regex = IO-All-(__VER__)\.tar\.gz 286 regex = IO-All-(__VER__)\.tar\.gz
276 } 287 }
277 prog perl-sys:IO-Multiplex = { 288 prog perl-sys:IO-Multiplex = {
278 version = %{V_io_multiplex} 289 version = %{V_io_multiplex}
279 url = http://www.cpan.org/modules/by-module/IO/ 290 url = http://www.cpan.org/authors/id/B/BB/BBB/
280 regex = IO-Multiplex-(__VER__)\.tar\.gz 291 regex = IO-Multiplex-(__VER__)\.tar\.gz
281 } 292 }
282 prog perl-sys:IO-Interface = { 293 prog perl-sys:IO-Interface = {
283 version = %{V_io_interface} 294 version = %{V_io_interface}
284 url = http://www.cpan.org/modules/by-module/IO/ 295 url = http://www.cpan.org/authors/id/L/LD/LDS/
285 regex = IO-Interface-(__VER__)\.tar\.gz 296 regex = IO-Interface-(__VER__)\.tar\.gz
286 } 297 }
287 prog perl-sys:IO-Util = { 298 prog perl-sys:IO-Util = {
288 version = %{V_io_util} 299 version = %{V_io_util}
289 url = http://www.cpan.org/modules/by-module/IO/ 300 url = http://www.cpan.org/authors/id/D/DO/DOMIZIO/
290 regex = IO-Util-(__VER__)\.tar\.gz 301 regex = IO-Util-(__VER__)\.tar\.gz
291 } 302 }
292 prog perl-sys:IO-Mux = { 303 prog perl-sys:IO-Mux = {
293 version = %{V_io_mux} 304 version = %{V_io_mux}
294 url = http://www.cpan.org/modules/by-module/IO/ 305 url = http://www.cpan.org/authors/id/P/PA/PATL/
295 regex = IO-Mux-(__VER__)\.tar\.gz 306 regex = IO-Mux-(__VER__)\.tar\.gz
296 } 307 }
297 prog perl-sys:Boulder = { 308 prog perl-sys:Boulder = {
298 version = %{V_boulder} 309 version = %{V_boulder}
299 url = http://www.cpan.org/modules/by-module/Boulder/ 310 url = http://www.cpan.org/authors/id/L/LD/LDS/
300 regex = Boulder-(__VER__)\.tar\.gz 311 regex = Boulder-(__VER__)\.tar\.gz
301 } 312 }
302 prog perl-sys:Error = { 313 prog perl-sys:Error = {
303 version = %{V_error} 314 version = %{V_error}
304 url = http://www.cpan.org/modules/by-module/Error/ 315 url = http://www.cpan.org/authors/id/S/SH/SHLOMIF/
305 regex = Error-(__VER__)\.tar\.gz 316 regex = Error-(__VER__)\.tar\.gz
306 } 317 }
307 prog perl-sys:File-FnMatch = { 318 prog perl-sys:File-FnMatch = {
308 version = %{V_file_fnmatch} 319 version = %{V_file_fnmatch}
309 url = http://www.cpan.org/modules/by-module/File/ 320 url = http://www.cpan.org/authors/id/M/MJ/MJP/
310 regex = File-FnMatch-(__VER__)\.tar\.gz 321 regex = File-FnMatch-(__VER__)\.tar\.gz
311 } 322 }
312 prog perl-sys:Authen-PAM = { 323 prog perl-sys:Authen-PAM = {
313 version = %{V_authen_pam} 324 version = %{V_authen_pam}
314 url = http://www.cpan.org/modules/by-module/Authen/ 325 url = http://www.cpan.org/authors/id/N/NI/NIKIP/
315 regex = Authen-PAM-(__VER__)\.tar\.gz 326 regex = Authen-PAM-(__VER__)\.tar\.gz
316 } 327 }
317 prog perl-sys:Archive-Cpio = { 328 prog perl-sys:Archive-Cpio = {
318 version = %{V_archive_cpio} 329 version = %{V_archive_cpio}
319 url = http://www.cpan.org/modules/by-module/Archive/ 330 url = http://www.cpan.org/authors/id/P/PI/PIXEL/
320 regex = Archive-Cpio-(__VER__)\.tar\.gz 331 regex = Archive-Cpio-(__VER__)\.tar\.gz
321 } 332 }
322 prog perl-sys:User = { 333 prog perl-sys:User = {
323 version = %{V_user} 334 version = %{V_user}
324 url = http://www.cpan.org/authors/id/T/TB/TBONE/ 335 url = http://www.cpan.org/authors/id/T/TB/TBONE/
325 regex = User-(__VER__)\.tar\.gz 336 regex = User-(__VER__)\.tar\.gz
326 } 337 }
327 prog perl-sys:File-Temp = { 338 prog perl-sys:File-Temp = {
328 version = %{V_file_temp} 339 version = %{V_file_temp}
329 url = http://www.cpan.org/modules/by-module/File/ 340 url = http://www.cpan.org/authors/id/T/TJ/TJENNESS/
330 regex = File-Temp-(__VER__)\.tar\.gz 341 regex = File-Temp-(__VER__)\.tar\.gz
331 } 342 }
332 prog perl-sys:File-Remove = { 343 prog perl-sys:File-Remove = {
333 version = %{V_file_remove} 344 version = %{V_file_remove}
334 url = http://www.cpan.org/modules/by-module/File/ 345 url = http://www.cpan.org/authors/id/A/AD/ADAMK/
335 regex = File-Remove-(__VER__)\.tar\.gz 346 regex = File-Remove-(__VER__)\.tar\.gz
336 } 347 }
337 prog perl-sys:File-Rename = { 348 prog perl-sys:File-Rename = {
338 version = %{V_file_rename} 349 version = %{V_file_rename}
339 url = http://www.cpan.org/modules/by-module/File/ 350 url = http://www.cpan.org/authors/id/R/RM/RMBARKER/
340 regex = File-Rename-(__VER__)\.tar\.gz 351 regex = File-Rename-(__VER__)\.tar\.gz
341 } 352 }
342 prog perl-sys:File-Rsync = { 353 prog perl-sys:File-Rsync = {
343 version = %{V_file_rsync} 354 version = %{V_file_rsync}
344 url = http://www.cpan.org/modules/by-module/File/ 355 url = http://www.cpan.org/authors/id/L/LE/LEAKIN/
345 regex = File-Rsync-(__VER__)\.tar\.gz 356 regex = File-Rsync-(__VER__)\.tar\.gz
346 } 357 }
347 prog perl-sys:Storable-AMF = { 358 prog perl-sys:Storable-AMF = {
348 version = %{V_storable_amf} 359 version = %{V_storable_amf}
349 url = http://www.cpan.org/modules/by-module/Storable/ 360 url = http://www.cpan.org/authors/id/G/GR/GRIAN/
350 regex = Storable-AMF-(__VER__)\.tar\.gz 361 regex = Storable-AMF-(__VER__)\.tar\.gz
362 }
363 prog perl-sys:File-Next = {
364 version = %{V_file_next}
365 url = http://www.cpan.org/authors/id/P/PE/PETDANCE/
366 regex = File-Next-(__VER__)\.tar\.gz
351 } 367 }
352 368
353 %prep 369 %prep
354 %setup -q -c 370 %setup -q -c
355 %setup -q -T -D -a 1 371 %setup -q -T -D -a 1
385 %setup -q -T -D -a 31 401 %setup -q -T -D -a 31
386 %setup -q -T -D -a 32 402 %setup -q -T -D -a 32
387 %setup -q -T -D -a 33 403 %setup -q -T -D -a 33
388 %setup -q -T -D -a 34 404 %setup -q -T -D -a 34
389 %setup -q -T -D -a 35 405 %setup -q -T -D -a 35
406 %setup -q -T -D -a 36
407 %setup -q -T -D -a 37
390 %patch -p0 408 %patch -p0
391 409
392 %build 410 %build
393 %{l_shtool} subst \ 411 %{l_shtool} subst \
394 -e 's;/usr/local/bin/rsync;%{l_prefix}/bin/rsync;' \ 412 -e 's;/usr/local/bin/rsync;%{l_prefix}/bin/rsync;' \
424 %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install 442 %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
425 %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install 443 %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
426 %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install 444 %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
427 %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install 445 %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
428 %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install 446 %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
447 %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
429 %if "%{with_pam}" == "yes" 448 %if "%{with_pam}" == "yes"
430 export CC="%{l_cc}" 449 export CC="%{l_cc}"
431 export CFLAGS="%{l_cflags} -I`%{l_rc} --query pam_incdir`" 450 export CFLAGS="%{l_cflags} -I`%{l_rc} --query pam_incdir`"
432 export CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query pam_incdir`" 451 export CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query pam_incdir`"
433 export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`" 452 export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`"
434 %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install 453 %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
435 %endif 454 %endif
436 %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
437 %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install 455 %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
438 %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install 456 %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
439 %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install 457 %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
440 %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install 458 %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
441 %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install 459 %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
442 %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install 460 %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
461 %{l_prefix}/bin/perl-openpkg -d %{SOURCE36} configure build install
462 %{l_prefix}/bin/perl-openpkg -d %{SOURCE37} configure build install
443 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup 463 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
444 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` 464 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
445 465
446 %files -f files 466 %files -f files
447 467

mercurial