michael@57: ## michael@57: ## perl-sys.spec -- OpenPKG RPM Package Specification michael@57: ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. michael@57: ## michael@57: ## Permission to use, copy, modify, and distribute this software for michael@57: ## any purpose with or without fee is hereby granted, provided that michael@57: ## the above copyright notice and this permission notice appear in all michael@57: ## copies. michael@57: ## michael@57: ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED michael@57: ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF michael@57: ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. michael@57: ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR michael@57: ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, michael@57: ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT michael@57: ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF michael@57: ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND michael@57: ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, michael@57: ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT michael@57: ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF michael@57: ## SUCH DAMAGE. michael@57: ## michael@57: michael@57: # versions of individual parts michael@57: %define V_perl 5.10.0 michael@57: %define V_unix_syslog 1.1 michael@158: %define V_archive_tar 1.46 michael@57: %define V_archive_zip 1.26 michael@57: %define V_archive_cpio 0.07 michael@57: %define V_expect 1.21 michael@57: %define V_storable 2.18 michael@158: %define V_ipc_sharelite 0.17 michael@57: %define V_ipc_shareable 0.60 michael@57: %define V_ipc_sharedcache 1.3 michael@57: %define V_ipc_run 0.82 michael@57: %define V_ipc_run3 0.042 michael@57: %define V_ipc_signal 1.00 michael@57: %define V_ipc_filter 0.002 michael@57: %define V_file_tail 0.99.3 michael@57: %define V_file_temp 0.21 michael@57: %define V_file_remove 1.42 michael@57: %define V_file_rename 0.05 michael@158: %define V_freezethaw 0.45 michael@57: %define V_authen_sasl 2.12 michael@57: %define V_authen_pam 0.16 michael@57: %define V_weakref 0.01 michael@57: %define V_filehandle_deluxe 0.92 michael@57: %define V_filehandle_unget 0.1622 michael@57: %define V_spiffy 0.30 michael@57: %define V_io 1.2301 michael@57: %define V_io_all 0.39 michael@57: %define V_io_multiplex 1.10 michael@57: %define V_io_interface 1.05 michael@57: %define V_io_util 1.5 michael@57: %define V_io_mux 0.08 michael@57: %define V_boulder 1.30 michael@57: %define V_error 0.17015 michael@57: %define V_file_fnmatch 0.02 michael@57: %define V_user 1.8 michael@57: %define V_file_rsync 0.42 michael@158: %define V_storable_amf 0.60 michael@57: michael@57: # package information michael@57: Name: perl-sys michael@57: Summary: Perl Modules for use with the system michael@57: URL: http://www.cpan.org/ michael@57: Vendor: Perl Community michael@57: Packager: OpenPKG Foundation e.V. michael@57: Distribution: OpenPKG Community michael@57: Class: BASE michael@57: Group: Perl michael@57: License: GPL/Artistic michael@57: Version: %{V_perl} michael@158: Release: 20090416 michael@57: michael@57: # package options michael@57: %option with_pam no michael@57: michael@57: # list of sources michael@57: Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz michael@57: Source1: http://www.cpan.org/modules/by-module/Archive/Archive-Tar-%{V_archive_tar}.tar.gz michael@57: Source2: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{V_archive_zip}.tar.gz michael@57: Source3: http://www.cpan.org/modules/by-module/Expect/Expect-%{V_expect}.tar.gz michael@57: Source4: http://www.cpan.org/modules/by-module/Storable/Storable-%{V_storable}.tar.gz michael@57: Source5: http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz michael@57: Source6: http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz michael@57: Source7: http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz michael@57: Source8: http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz michael@57: Source9: http://www.cpan.org/authors/id/L/LU/LUKKA/WeakRef-%{V_weakref}.tar.gz michael@57: Source10: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Deluxe-%{V_filehandle_deluxe}.tar.gz michael@58: Source11: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Unget-%{V_filehandle_unget}.tar.gz michael@58: Source12: http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz michael@58: Source13: http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz michael@58: Source14: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz michael@58: Source15: http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz michael@58: Source16: http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz michael@58: Source17: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz michael@58: Source18: http://www.cpan.org/modules/by-module/IO/IO-%{V_io}.tar.gz michael@58: Source19: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz michael@58: Source20: http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz michael@58: Source21: http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz michael@58: Source22: http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz michael@58: Source23: http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz michael@58: Source24: http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz michael@58: Source25: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz michael@58: Source26: http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz michael@58: Source27: http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz michael@58: Source28: http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz michael@58: Source29: http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz michael@58: Source30: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz michael@58: Source31: http://www.cpan.org/modules/by-module/File/File-Temp-%{V_file_temp}.tar.gz michael@58: Source32: http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz michael@58: Source33: http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz michael@58: Source34: http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz michael@158: Source35: http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz michael@57: Patch0: perl-sys.patch michael@57: michael@57: # build information michael@57: Prefix: %{l_prefix} michael@57: BuildRoot: %{l_buildroot} michael@57: BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126 michael@57: PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl} michael@57: BuildPreReq: perl-time, perl-term michael@57: PreReq: perl-time, perl-term michael@57: %if "%{with_pam}" == "yes" michael@57: BuildPreReq: PAM michael@57: PreReq: PAM michael@57: %endif michael@57: AutoReq: no michael@57: AutoReqProv: no michael@57: michael@57: %description michael@57: Perl modules for use with the system: michael@57: - Unix::Syslog (%{V_unix_syslog}) michael@57: - Archive::Tar (%{V_archive_tar}) michael@57: - Expect (%{V_expect}) michael@57: - Storable (%{V_storable}) michael@57: - IPC::ShareLite (%{V_ipc_sharelite}) michael@57: - IPC::Shareable (%{V_ipc_shareable}) michael@57: - IPC::SharedCache (%{V_ipc_sharedcache}) michael@57: - IPC::Run (%{V_ipc_run}) michael@57: - IPC::Run3 (%{V_ipc_run3}) michael@57: - IPC::Signal (%{V_ipc_signal}) michael@57: - IPC::Filter (%{V_ipc_filter}) michael@57: - File::Tail (%{V_file_tail}) michael@57: - FreezeThaw (%{V_freezethaw}) michael@57: - Authen::SASL (%{V_authen_sasl}) michael@57: - Authen::PAM (%{V_authen_pam}) [with_pam=yes] michael@57: - Archive::Zip (%{V_archive_zip}) michael@57: - WeakRef (%{V_weakref}) michael@57: - FileHandle::Deluxe (%{V_filehandle_deluxe}) michael@57: - FileHandle::Unget (%{V_filehandle_unget}) michael@57: - Spiffy (%{V_spiffy}) michael@57: - IO (%{V_io}) michael@57: - IO::All (%{V_io_all}) michael@57: - IO::Multiplex (%{V_io_multiplex}) michael@57: - IO::Interface (%{V_io_interface}) michael@57: - IO::Util (%{V_io_util}) michael@57: - IO::Mux (%{V_io_mux}) michael@57: - Boulder (%{V_boulder}) michael@57: - Error (%{V_error}) michael@57: - File::FnMatch (%{V_file_fnmatch}) michael@57: - Archive::Cpio (%{V_archive_cpio}) michael@57: - User (%{V_user}) michael@57: - File::Temp (%{V_file_temp}) michael@57: - File::Remove (%{V_file_remove}) michael@57: - File::Rename (%{V_file_rename}) michael@57: - File::Rsync (%{V_file_rsync}) michael@158: - Storable::AMF (%{V_storable_amf}) michael@57: michael@57: %track michael@57: prog perl-sys:Archive-Tar = { michael@57: version = %{V_archive_tar} michael@57: url = http://www.cpan.org/modules/by-module/Archive/ michael@57: regex = Archive-Tar-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Archive-Zip = { michael@57: version = %{V_archive_zip} michael@57: url = http://www.cpan.org/modules/by-module/Archive/ michael@57: regex = Archive-Zip-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Authen-SASL = { michael@57: version = %{V_authen_sasl} michael@57: url = http://www.cpan.org/modules/by-module/Authen/ michael@57: regex = Authen-SASL-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Expect = { michael@57: version = %{V_expect} michael@57: url = http://www.cpan.org/modules/by-module/Expect/ michael@57: regex = Expect-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-Tail = { michael@57: version = %{V_file_tail} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-Tail-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:FileHandle-Deluxe = { michael@57: version = %{V_filehandle_deluxe} michael@57: url = http://www.cpan.org/modules/by-module/FileHandle/ michael@57: regex = FileHandle-Deluxe-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:FileHandle-Unget = { michael@57: version = %{V_filehandle_unget} michael@57: url = http://www.cpan.org/modules/by-module/FileHandle/ michael@57: regex = FileHandle-Unget-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:FreezeThaw = { michael@57: version = %{V_freezethaw} michael@57: url = http://www.cpan.org/modules/by-module/FreezeThaw/ michael@57: regex = FreezeThaw-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-Shareable = { michael@57: version = %{V_ipc_shareable} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-Shareable-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-ShareLite = { michael@57: version = %{V_ipc_sharelite} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-ShareLite-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-SharedCache = { michael@57: version = %{V_ipc_sharedcache} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-SharedCache-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-Run = { michael@57: version = %{V_ipc_run} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-Run-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-Run3 = { michael@57: version = %{V_ipc_run3} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-Run3-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-Signal = { michael@57: version = %{V_ipc_signal} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-Signal-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IPC-Filter = { michael@57: version = %{V_ipc_filter} michael@57: url = http://www.cpan.org/modules/by-module/IPC/ michael@57: regex = IPC-Filter-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Storable = { michael@57: version = %{V_storable} michael@57: url = http://www.cpan.org/modules/by-module/Storable/ michael@57: regex = Storable-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Unix-Syslog = { michael@57: version = %{V_unix_syslog} michael@57: url = http://www.cpan.org/modules/by-module/Unix/ michael@57: regex = Unix-Syslog-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:WeakRef = { michael@57: version = %{V_weakref} michael@57: url = http://www.cpan.org/authors/id/L/LU/LUKKA/ michael@57: regex = WeakRef-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Spiffy = { michael@57: version = %{V_spiffy} michael@57: url = http://www.cpan.org/authors/id/I/IN/INGY/ michael@57: regex = Spiffy-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO = { michael@57: version = %{V_io} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = \bIO-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO-All = { michael@57: version = %{V_io_all} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = IO-All-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO-Multiplex = { michael@57: version = %{V_io_multiplex} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = IO-Multiplex-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO-Interface = { michael@57: version = %{V_io_interface} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = IO-Interface-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO-Util = { michael@57: version = %{V_io_util} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = IO-Util-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:IO-Mux = { michael@57: version = %{V_io_mux} michael@57: url = http://www.cpan.org/modules/by-module/IO/ michael@57: regex = IO-Mux-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Boulder = { michael@57: version = %{V_boulder} michael@57: url = http://www.cpan.org/modules/by-module/Boulder/ michael@57: regex = Boulder-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Error = { michael@57: version = %{V_error} michael@57: url = http://www.cpan.org/modules/by-module/Error/ michael@57: regex = Error-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-FnMatch = { michael@57: version = %{V_file_fnmatch} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-FnMatch-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Authen-PAM = { michael@57: version = %{V_authen_pam} michael@57: url = http://www.cpan.org/modules/by-module/Authen/ michael@57: regex = Authen-PAM-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:Archive-Cpio = { michael@57: version = %{V_archive_cpio} michael@57: url = http://www.cpan.org/modules/by-module/Archive/ michael@57: regex = Archive-Cpio-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:User = { michael@57: version = %{V_user} michael@57: url = http://www.cpan.org/authors/id/T/TB/TBONE/ michael@57: regex = User-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-Temp = { michael@57: version = %{V_file_temp} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-Temp-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-Remove = { michael@57: version = %{V_file_remove} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-Remove-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-Rename = { michael@57: version = %{V_file_rename} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-Rename-(__VER__)\.tar\.gz michael@57: } michael@57: prog perl-sys:File-Rsync = { michael@57: version = %{V_file_rsync} michael@57: url = http://www.cpan.org/modules/by-module/File/ michael@57: regex = File-Rsync-(__VER__)\.tar\.gz michael@57: } michael@158: prog perl-sys:Storable-AMF = { michael@158: version = %{V_storable_amf} michael@158: url = http://www.cpan.org/modules/by-module/Storable/ michael@158: regex = Storable-AMF-(__VER__)\.tar\.gz michael@158: } michael@57: michael@57: %prep michael@57: %setup -q -c michael@57: %setup -q -T -D -a 1 michael@57: %setup -q -T -D -a 2 michael@57: %setup -q -T -D -a 3 michael@57: %setup -q -T -D -a 4 michael@57: %setup -q -T -D -a 5 michael@57: %setup -q -T -D -a 6 michael@57: %setup -q -T -D -a 7 michael@57: %setup -q -T -D -a 8 michael@57: %setup -q -T -D -a 9 michael@57: %setup -q -T -D -a 10 michael@57: %setup -q -T -D -a 11 michael@57: %setup -q -T -D -a 12 michael@57: %setup -q -T -D -a 13 michael@57: %setup -q -T -D -a 14 michael@57: %setup -q -T -D -a 15 michael@57: %setup -q -T -D -a 16 michael@57: %setup -q -T -D -a 17 michael@57: %setup -q -T -D -a 18 michael@57: %setup -q -T -D -a 19 michael@57: %setup -q -T -D -a 20 michael@57: %setup -q -T -D -a 21 michael@57: %setup -q -T -D -a 22 michael@57: %setup -q -T -D -a 23 michael@57: %setup -q -T -D -a 24 michael@57: %setup -q -T -D -a 25 michael@57: %setup -q -T -D -a 26 michael@57: %setup -q -T -D -a 27 michael@57: %setup -q -T -D -a 28 michael@57: %setup -q -T -D -a 29 michael@57: %setup -q -T -D -a 30 michael@57: %setup -q -T -D -a 31 michael@57: %setup -q -T -D -a 32 michael@57: %setup -q -T -D -a 33 michael@57: %setup -q -T -D -a 34 michael@158: %setup -q -T -D -a 35 michael@57: %patch -p0 michael@57: michael@57: %build michael@57: %{l_shtool} subst \ michael@57: -e 's;/usr/local/bin/rsync;%{l_prefix}/bin/rsync;' \ michael@57: -e 's;;"";' \ michael@57: File-Rsync-*/makepm.PL michael@57: michael@57: %install michael@57: rm -rf $RPM_BUILD_ROOT michael@57: %{l_prefix}/bin/perl-openpkg prepare michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install michael@57: %if "%{with_pam}" == "yes" michael@57: export CC="%{l_cc}" michael@57: export CFLAGS="%{l_cflags} -I`%{l_rc} --query pam_incdir`" michael@57: export CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query pam_incdir`" michael@57: export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`" michael@58: %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install michael@58: %endif michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install michael@158: %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install michael@57: %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup michael@57: %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` michael@57: michael@57: %files -f files michael@57: michael@57: %clean michael@57: rm -rf $RPM_BUILD_ROOT michael@57: