perl-parse/perl-parse.spec

Wed, 08 Feb 2012 20:07:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 08 Feb 2012 20:07:00 +0200
changeset 588
300d43423c2e
parent 158
f144dd621b72
permissions
-rw-r--r--

Update version, adapt patch, correct PID writing, correct build on newer
FreeBSD releases, and most importantly introduce new patch to try to
avoid segfault caused by multiple network interfaces with the same (or
no) address. This is common when configuring bridges and tunnels.

michael@57 1 ##
michael@57 2 ## perl-parse.spec -- OpenPKG RPM Package Specification
michael@372 3 ## Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
michael@57 4 ##
michael@57 5 ## Permission to use, copy, modify, and distribute this software for
michael@57 6 ## any purpose with or without fee is hereby granted, provided that
michael@57 7 ## the above copyright notice and this permission notice appear in all
michael@57 8 ## copies.
michael@57 9 ##
michael@57 10 ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
michael@57 11 ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@57 12 ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
michael@57 13 ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
michael@57 14 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@57 15 ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@57 16 ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
michael@57 17 ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
michael@57 18 ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@57 19 ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
michael@57 20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@57 21 ## SUCH DAMAGE.
michael@57 22 ##
michael@57 23
michael@57 24 # versions of individual parts
michael@372 25 %define V_perl 5.14
michael@372 26 %define V_config_inifiles 2.68
michael@372 27 %define V_config_general 2.50
michael@372 28 %define V_config_simple 4.59
michael@57 29 %define V_config_context 0.10
michael@372 30 %define V_config_scoped 0.13
michael@57 31 %define V_string_tokenizer 0.05
michael@372 32 %define V_parse_recdescent 1.962.2
michael@372 33 %define V_parse_recdescent_faq 7.5
michael@57 34 %define V_parse_recdescent_deparse 1.00
michael@57 35 %define V_parse_recdescent_consumer 1.03
michael@57 36 %define V_parse_recdescent_topiary 0.05
michael@57 37 %define V_parse_yapp 1.05
michael@372 38 %define V_parse_eyapp 1.181
michael@57 39 %define V_parse_earley 0.15
michael@372 40 %define V_parse_lex 2.20
michael@57 41 %define V_parse_flex 0.12
michael@57 42 %define V_c_scan 0.74
michael@57 43 %define V_appconfig 1.66
michael@57 44 %define V_appconfig_std 1.07
michael@57 45 %define V_ogdl 20041124
michael@372 46 %define V_text_csv_pp 1.06
michael@372 47 %define V_text_csv_xs 0.85
michael@57 48 %define V_text_csv_simple 1.00
michael@372 49 %define V_getopt_long 2.38_02
michael@372 50 %define V_getopt_attribute 2.101700
michael@57 51 %define V_getopt_argvfile 1.11
michael@57 52 %define V_getopt_fancy 0.06
michael@57 53 %define V_getopt_ll 1.0.0
michael@372 54 %define V_getopt_flex 1.07
michael@57 55
michael@57 56 # package information
michael@57 57 Name: perl-parse
michael@57 58 Summary: Perl Modules for use with parsing algorythms
michael@57 59 URL: http://www.cpan.org/
michael@57 60 Vendor: Perl Community
michael@57 61 Packager: OpenPKG Foundation e.V.
michael@57 62 Distribution: OpenPKG Community
michael@57 63 Class: BASE
michael@57 64 Group: Perl
michael@57 65 License: GPL/Artistic
michael@57 66 Version: %{V_perl}
michael@372 67 Release: 20110914
michael@57 68
michael@57 69 # list of sources
michael@372 70 Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Config-IniFiles-%{V_config_inifiles}.tar.gz
michael@372 71 Source1: http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{V_config_general}.tar.gz
michael@372 72 Source2: http://www.cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{V_config_simple}.tar.gz
michael@372 73 Source3: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-%{V_parse_recdescent}.tar.gz
michael@372 74 Source4: http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz
michael@372 75 Source5: http://www.cpan.org/authors/id/S/SI/SIMON/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz
michael@372 76 Source6: http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz
michael@372 77 Source7: http://www.cpan.org/authors/id/F/FD/FDESAR/Parse-Yapp-%{V_parse_yapp}.tar.gz
michael@372 78 Source8: http://www.cpan.org/authors/id/L/LP/LPALMER/Parse-Earley-%{V_parse_earley}.tar.gz
michael@372 79 Source9: http://www.cpan.org/authors/id/P/PS/PSCUST/ParseLex-%{V_parse_lex}.tar.gz
michael@372 80 Source10: http://www.cpan.org/authors/id/H/HV/HVDS/C-Scan-%{V_c_scan}.tar.gz
michael@372 81 Source11: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{V_appconfig}.tar.gz
michael@372 82 Source12: http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-Std-%{V_appconfig_std}.tar.gz
michael@57 83 Source13: http://switch.dl.sourceforge.net/ogdl/ogdlutils-%{V_ogdl}.tgz
michael@372 84 Source14: http://www.cpan.org/authors/id/S/ST/STEVAN/String-Tokenizer-%{V_string_tokenizer}.tar.gz
michael@372 85 Source15: http://www.cpan.org/authors/id/M/MG/MGRAHAM/Config-Context-%{V_config_context}.tar.gz
michael@372 86 Source16: http://www.cpan.org/authors/id/G/GA/GAISSMAI/Config-Scoped-%{V_config_scoped}.tar.gz
michael@372 87 Source17: http://www.cpan.org/modules/by-module/Text/Text-CSV_PP-%{V_text_csv_pp}.tar.gz
michael@372 88 Source18: http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tgz
michael@372 89 Source19: http://www.cpan.org/authors/id/T/TM/TMTM/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz
michael@372 90 Source20: http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-%{V_getopt_long}.tar.gz
michael@372 91 Source21: http://www.cpan.org/authors/id/M/MA/MARCEL/Getopt-Attribute-%{V_getopt_attribute}.tar.gz
michael@372 92 Source22: http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
michael@372 93 Source23: http://www.cpan.org/authors/id/B/BA/BATMAN/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
michael@372 94 Source24: http://www.cpan.org/authors/id/A/AS/ASKSH/Getopt-LL-%{V_getopt_ll}.tar.gz
michael@372 95 Source25: http://www.cpan.org/authors/id/I/IV/IVORW/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
michael@372 96 Source26: http://www.cpan.org/authors/id/I/IO/IOANNIS/Parse-Flex-%{V_parse_flex}.tar.gz
michael@372 97 Source27: http://www.cpan.org/authors/id/C/CA/CASIANO/Parse-Eyapp-%{V_parse_eyapp}.tar.gz
michael@372 98 Source28: http://www.cpan.org/authors/id/R/RP/RPKELLY/Getopt-Flex-%{V_getopt_flex}.tar.gz
michael@57 99
michael@57 100 # build information
michael@57 101 Prefix: %{l_prefix}
michael@57 102 BuildRoot: %{l_buildroot}
michael@372 103 BuildPreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031
michael@372 104 PreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
michael@57 105 BuildPreReq: perl-util, perl-module, flex
michael@57 106 PreReq: perl-util, perl-module, flex
michael@57 107 AutoReq: no
michael@57 108 AutoReqProv: no
michael@57 109
michael@57 110 %description
michael@57 111 Perl modules for use with parsing algorythms:
michael@57 112 - Config::IniFiles (%{V_config_inifiles})
michael@57 113 - Config::General (%{V_config_general})
michael@57 114 - Config::Simple (%{V_config_simple})
michael@57 115 - Config::Context (%{V_config_context})
michael@57 116 - Config::Scoped (%{V_config_scoped})
michael@57 117 - String::Tokenizer (%{V_string_tokenizer})
michael@57 118 - Parse::RecDescent (%{V_parse_recdescent})
michael@57 119 - Parse::RecDescent::FAQ (%{V_parse_recdescent_faq})
michael@57 120 - Parse::RecDescent::Deparse (%{V_parse_recdescent_deparse})
michael@57 121 - Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
michael@57 122 - Parse::RecDescent::Topiary (%{V_parse_recdescent_topiary})
michael@57 123 - Parse::Yapp (%{V_parse_yapp})
michael@57 124 - Parse::Eyapp (%{V_parse_eyapp})
michael@57 125 - Parse::Earley (%{V_parse_earley})
michael@57 126 - Parse::Lex (%{V_parse_lex})
michael@57 127 - Parse::Flex (%{V_parse_flex})
michael@57 128 - C::Scan (%{V_c_scan})
michael@57 129 - AppConfig (%{V_appconfig})
michael@57 130 - AppConfig::Std (%{V_appconfig_std})
michael@57 131 - OGDL (%{V_ogdl})
michael@372 132 - Text::CSV_PP (%{V_text_csv_pp})
michael@57 133 - Text::CSV_XS (%{V_text_csv_xs})
michael@57 134 - Text::CSV::Simple (%{V_text_csv_simple})
michael@57 135 - Getopt::Long (%{V_getopt_long})
michael@57 136 - Getopt::Attribute (%{V_getopt_attribute})
michael@57 137 - Getopt::ArgvFile (%{V_getopt_argvfile})
michael@57 138 - Getopt::Fancy (%{V_getopt_fancy})
michael@57 139 - Getopt::LL (%{V_getopt_ll})
michael@372 140 - Getopt::Flex (%{V_getopt_flex})
michael@57 141
michael@57 142 %track
michael@57 143 prog perl-parse:Config-General = {
michael@57 144 version = %{V_config_general}
michael@372 145 url = http://www.cpan.org/authors/id/T/TL/TLINDEN/
michael@57 146 regex = Config-General-(__VER__)\.tar\.gz
michael@57 147 }
michael@57 148 prog perl-parse:Config-IniFiles = {
michael@57 149 version = %{V_config_inifiles}
michael@372 150 url = http://www.cpan.org/authors/id/S/SH/SHLOMIF/
michael@57 151 regex = Config-IniFiles-(__VER__)\.tar\.gz
michael@57 152 }
michael@57 153 prog perl-parse:Config-Simple = {
michael@57 154 version = %{V_config_simple}
michael@372 155 url = http://www.cpan.org/authors/id/S/SH/SHERZODR/
michael@57 156 regex = Config-Simple-(__VER__)\.tar\.gz
michael@57 157 }
michael@57 158 prog perl-parse:Parse-RecDescent = {
michael@57 159 version = %{V_parse_recdescent}
michael@57 160 url = http://www.cpan.org/authors/id/D/DC/DCONWAY/
michael@57 161 regex = Parse-RecDescent-v(__VER__)\.tar\.gz
michael@57 162 }
michael@57 163 prog perl-parse:Parse-RecDescent-Consumer = {
michael@57 164 version = %{V_parse_recdescent_consumer}
michael@372 165 url = http://www.cpan.org/authors/id/T/TB/TBONE/
michael@57 166 regex = Parse-RecDescent-Consumer-(__VER__)\.tar\.gz
michael@57 167 }
michael@57 168 prog perl-parse:Parse-RecDescent-Deparse = {
michael@57 169 version = %{V_parse_recdescent_deparse}
michael@372 170 url = http://www.cpan.org/authors/id/S/SI/SIMON/
michael@57 171 regex = Parse-RecDescent-Deparse-(__VER__)\.tar\.gz
michael@57 172 }
michael@57 173 prog perl-parse:Parse-RecDescent-FAQ = {
michael@57 174 version = %{V_parse_recdescent_faq}
michael@372 175 url = http://www.cpan.org/authors/id/T/TB/TBONE/
michael@57 176 regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz
michael@57 177 }
michael@57 178 prog perl-parse:Parse-RecDescent-Topiary = {
michael@57 179 version = %{V_parse_recdescent_topiary}
michael@372 180 url = http://www.cpan.org/authors/id/I/IV/IVORW/
michael@57 181 regex = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz
michael@57 182 }
michael@57 183 prog perl-parse:Parse-Yapp = {
michael@57 184 version = %{V_parse_yapp}
michael@372 185 url = http://www.cpan.org/authors/id/F/FD/FDESAR/
michael@57 186 regex = Parse-Yapp-(__VER__)\.tar\.gz
michael@57 187 }
michael@57 188 prog perl-parse:Parse-Eyapp = {
michael@57 189 version = %{V_parse_eyapp}
michael@372 190 url = http://www.cpan.org/authors/id/C/CA/CASIANO/
michael@57 191 regex = Parse-Eyapp-(__VER__)\.tar\.gz
michael@57 192 }
michael@57 193 prog perl-parse:Parse-Earley = {
michael@57 194 version = %{V_parse_earley}
michael@372 195 url = http://www.cpan.org/authors/id/L/LP/LPALMER/
michael@57 196 regex = Parse-Earley-(__VER__)\.tar\.gz
michael@57 197 }
michael@57 198 prog perl-parse:Parse-Lex = {
michael@57 199 version = %{V_parse_lex}
michael@372 200 url = http://www.cpan.org/authors/id/P/PS/PSCUST/
michael@57 201 regex = ParseLex-(__VER__)\.tar\.gz
michael@57 202 }
michael@57 203 prog perl-parse:Parse-Flex = {
michael@57 204 version = %{V_parse_flex}
michael@372 205 url = http://www.cpan.org/authors/id/I/IO/IOANNIS/
michael@57 206 regex = Parse-Flex-(__VER__)\.tar\.gz
michael@57 207 }
michael@57 208 prog perl-parse:C-Scan = {
michael@57 209 version = %{V_c_scan}
michael@372 210 url = http://www.cpan.org/authors/id/H/HV/HVDS/
michael@57 211 regex = C-Scan-(__VER__)\.tar\.gz
michael@57 212 }
michael@57 213 prog perl-parse:AppConfig = {
michael@57 214 version = %{V_appconfig}
michael@372 215 url = http://www.cpan.org/authors/id/A/AB/ABW/
michael@57 216 regex = AppConfig-(__VER__)\.tar\.gz
michael@57 217 }
michael@57 218 prog perl-parse:AppConfig-Std = {
michael@57 219 version = %{V_appconfig_std}
michael@372 220 url = http://www.cpan.org/authors/id/N/NE/NEILB/
michael@57 221 regex = AppConfig-Std-(__VER__)\.tar\.gz
michael@57 222 }
michael@57 223 prog perl-parse:OGDL = {
michael@57 224 version = %{V_ogdl}
michael@372 225 url = http://sourceforge.net/projects/ogdl/files/
michael@57 226 regex = ogdlutils-(__VER__)\.tgz
michael@57 227 }
michael@57 228 prog perl-parse:String-Tokenizer = {
michael@57 229 version = %{V_string_tokenizer}
michael@372 230 url = http://www.cpan.org/authors/id/S/ST/STEVAN/
michael@57 231 regex = String-Tokenizer-(__VER__)\.tar\.gz
michael@57 232 }
michael@57 233 prog perl-parse:Config-Context = {
michael@57 234 version = %{V_config_context}
michael@372 235 url = http://www.cpan.org/authors/id/M/MG/MGRAHAM/
michael@57 236 regex = Config-Context-(__VER__)\.tar\.gz
michael@57 237 }
michael@57 238 prog perl-parse:Config-Scoped = {
michael@57 239 version = %{V_config_scoped}
michael@372 240 url = http://www.cpan.org/authors/id/G/GA/GAISSMAI/
michael@57 241 regex = Config-Scoped-(__VER__)\.tar\.gz
michael@57 242 }
michael@372 243 prog perl-parse:Text-CSV_PP = {
michael@372 244 version = %{V_text_csv_pp}
michael@372 245 url = http://www.cpan.org/modules/by-module/Text/
michael@372 246 regex = Text-CSV_PP-(__VER__)\.tar\.gz
michael@372 247 }
michael@57 248 prog perl-parse:Text-CSV_XS = {
michael@57 249 version = %{V_text_csv_xs}
michael@57 250 url = http://www.cpan.org/modules/by-module/Text/
michael@57 251 regex = Text-CSV_XS-(__VER__)\.t(ar\.)?gz
michael@57 252 }
michael@57 253 prog perl-parse:Text-CSV-Simple = {
michael@57 254 version = %{V_text_csv_simple}
michael@372 255 url = http://www.cpan.org/authors/id/T/TM/TMTM/
michael@57 256 regex = Text-CSV-Simple-(__VER__)\.tar\.gz
michael@57 257 }
michael@57 258 prog perl-parse:Getopt-Long = {
michael@57 259 version = %{V_getopt_long}
michael@372 260 url = http://www.cpan.org/authors/id/J/JV/JV/
michael@57 261 regex = Getopt-Long-(__VER__)\.tar\.gz
michael@57 262 }
michael@57 263 prog perl-parse:Getopt-Attribute = {
michael@57 264 version = %{V_getopt_attribute}
michael@372 265 url = http://www.cpan.org/authors/id/M/MA/MARCEL/
michael@57 266 regex = Getopt-Attribute-(__VER__)\.tar\.gz
michael@57 267 }
michael@57 268 prog perl-parse:Getopt-ArgvFile = {
michael@57 269 version = %{V_getopt_argvfile}
michael@372 270 url = http://www.cpan.org/authors/id/J/JS/JSTENZEL/
michael@57 271 regex = Getopt-ArgvFile-(__VER__)\.tar\.gz
michael@57 272 }
michael@57 273 prog perl-parse:Getopt-Fancy = {
michael@57 274 version = %{V_getopt_fancy}
michael@372 275 url = http://www.cpan.org/authors/id/B/BA/BATMAN/
michael@57 276 regex = Getopt-Fancy-(__VER__)\.tar\.gz
michael@57 277 }
michael@57 278 prog perl-parse:Getopt-LL = {
michael@57 279 version = %{V_getopt_ll}
michael@372 280 url = http://www.cpan.org/authors/id/A/AS/ASKSH/
michael@57 281 regex = Getopt-LL-(__VER__)\.tar\.gz
michael@57 282 }
michael@372 283 prog perl-parse:Getopt-Flex = {
michael@372 284 version = %{V_getopt_flex}
michael@372 285 url = http://www.cpan.org/authors/id/R/RP/RPKELLY/
michael@372 286 regex = Getopt-Flex-(__VER__)\.tar\.gz
michael@372 287 }
michael@57 288
michael@57 289 %prep
michael@57 290 %setup -q -c
michael@57 291 %setup -q -T -D -a 1
michael@57 292 %setup -q -T -D -a 2
michael@57 293 %setup -q -T -D -a 3
michael@57 294 %setup -q -T -D -a 4
michael@57 295 %setup -q -T -D -a 5
michael@57 296 %setup -q -T -D -a 6
michael@57 297 %setup -q -T -D -a 7
michael@57 298 %setup -q -T -D -a 8
michael@57 299 %setup -q -T -D -a 9
michael@57 300 %setup -q -T -D -a 10
michael@57 301 %setup -q -T -D -a 11
michael@57 302 %setup -q -T -D -a 12
michael@57 303 %setup -q -T -D -a 13
michael@57 304 %setup -q -T -D -a 14
michael@57 305 %setup -q -T -D -a 15
michael@57 306 %setup -q -T -D -a 16
michael@57 307 %setup -q -T -D -a 17
michael@57 308 %setup -q -T -D -a 18
michael@57 309 %setup -q -T -D -a 19
michael@57 310 %setup -q -T -D -a 20
michael@57 311 %setup -q -T -D -a 21
michael@57 312 %setup -q -T -D -a 22
michael@57 313 %setup -q -T -D -a 23
michael@57 314 %setup -q -T -D -a 24
michael@57 315 %setup -q -T -D -a 25
michael@57 316 %setup -q -T -D -a 26
michael@372 317 %setup -q -T -D -a 27
michael@372 318 %setup -q -T -D -a 28
michael@57 319
michael@57 320 %build
michael@57 321
michael@57 322 %install
michael@57 323 rm -rf $RPM_BUILD_ROOT
michael@57 324 %{l_prefix}/bin/perl-openpkg prepare
michael@57 325 %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
michael@57 326 %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
michael@57 327 %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
michael@57 328 %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
michael@57 329 %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
michael@57 330 %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
michael@57 331 %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
michael@57 332 %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
michael@57 333 %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
michael@57 334 %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
michael@57 335 %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
michael@57 336 %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
michael@57 337 %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
michael@57 338 ( cd ogdlutils-%{V_ogdl}/c
michael@57 339 %{l_cc} %{l_cflags} -c ogdlparser.c graph.c path.c ogdllog.c
michael@57 340 ar cr libogdl.a ogdlparser.o graph.o path.o ogdllog.o
michael@57 341 ) || exit $?
michael@57 342 %{l_prefix}/bin/perl-openpkg -d ogdlutils-%{V_ogdl}/perl configure build install
michael@57 343 %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
michael@57 344 %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
michael@158 345 %{l_prefix}/bin/perl-openpkg -A TAR=%{l_tar} -d %{SOURCE16} configure build install
michael@57 346 %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
michael@57 347 %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
michael@57 348 %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
michael@57 349 %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
michael@57 350 %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install
michael@57 351 %{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
michael@57 352 %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
michael@57 353 %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
michael@57 354 %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
michael@57 355 %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
michael@372 356 %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
michael@372 357 %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
michael@57 358 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
michael@57 359 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
michael@57 360
michael@57 361 %files -f files
michael@57 362
michael@57 363 %clean
michael@57 364 rm -rf $RPM_BUILD_ROOT
michael@57 365

mercurial