From aredridel at nbtsc.org Wed Jul 9 21:35:42 2003 From: aredridel at nbtsc.org (Aredridel) Date: 09 Jul 2003 13:35:42 -0600 Subject: [Fwd: [Savage40] Better Driver Out There] Message-ID: <1057779342.17935.26.camel@mizar> -------------- next part -------------- An embedded message was scrubbed... From: "Tim Roberts" Subject: [Savage40] Better Driver Out There Date: Wed, 09 Jul 2003 11:32:34 -0700 Size: 3444 URL: From malekith at pld-linux.org Wed Jul 16 22:26:08 2003 From: malekith at pld-linux.org (Michal Moskal) Date: Wed, 16 Jul 2003 22:26:08 +0200 Subject: bug in rpm spec parsing Message-ID: <20030716202608.GA13152@roke.freak> Could somebody subscribed forward this to rpm-list? RPM fails to parse macros with names matching if* (or endif* and else* for that matter) in some specific conditions. The problem is that if line starts with "%if" (notice no blank after %if), it's treated as conditional. Because of this bug (or feature?) %ifdef macro like: %ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}} has chance to work. But it wouldn't have worked if it was called %whendef or something like this. I believe this should either documented or fixed. The offending code is after build/parseSpec.c:281. Example: #v+ Summary: . Name: test Version: 1.0 Release: 1 License: none Group: Applications BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description %prep %define if_foo echo foo %if 0 %if_foo %endif exit 0 #v- [malekith at roke SPECS]$ rpmbuild test.spec error: Unclosed %if [malekith at roke SPECS]$ -- : Michal Moskal :: http://www.kernel.pl/~malekith : GCS {C,UL}++++$ a? !tv : When in doubt, use brute force. -- Ken Thompson : {E-,w}-- {b++,e}>+++ h From zswi at pers.pl Thu Jul 17 08:14:39 2003 From: zswi at pers.pl (Rafal Cygnarowski) Date: 17 Jul 2003 08:14:39 +0200 Subject: kdelibs i openoffice Message-ID: <1058422479.10644.4.camel@rafal> Witam! Openoffice udostepnia /usr/share/mimielnk/application/vnd.sun.xml.{calc,impress,writer}, ktore jest rowniez w kdelibs. IMHO kdelibs nie powinno tego posiadac. Bardzo prosze o stosowna poprawke. pozdrawiam, -- Rafal Cygnarowski rafi at pers.pl From zswi at pers.pl Thu Jul 17 08:15:45 2003 From: zswi at pers.pl (Rafal Cygnarowski) Date: 17 Jul 2003 08:15:45 +0200 Subject: kdelibs i openoffice In-Reply-To: <1058422479.10644.4.camel@rafal> References: <1058422479.10644.4.camel@rafal> Message-ID: <1058422545.10643.6.camel@rafal> W li?cie z czw, 17-07-2003, godz. 08:14, Rafal Cygnarowski pisze: > Witam! > > Openoffice udostepnia > /usr/share/mimielnk/application/vnd.sun.xml.{calc,impress,writer}, ktore > jest rowniez w kdelibs. IMHO kdelibs nie powinno tego posiadac. Bardzo > prosze o stosowna poprawke. > > pozdrawiam, ops :) designed for pld-devel-pl ;) -- Rafal Cygnarowski rafi at pers.pl From michal at michal.waw.pl Sun Jul 20 20:42:47 2003 From: michal at michal.waw.pl (Michal Kochanowicz) Date: Sun, 20 Jul 2003 20:42:47 +0200 Subject: [MBT] new entry in pkg xdm "Possible connection by remote attackers to Xserver" In-Reply-To: References: Message-ID: <20030720184247.GD13719@wieszak.lan> Hi! On Sun, Jul 20, 2003 at 05:47:46PM -0000, bugs at pld.org.pl wrote: > > Date: 2003-07-20 19:47:44+02 Author: Pawe? Go?aszewski (blues) > Title: Possible connection by remote attackers to Xserver > Ticket ID: #713 > Ticket URL: http://bugs.pld.org.pl/?bug=713 > Package: xdm-1:4.2.1-8 > Distribution: PLD-1.0.main > Category: security problem > Current state: ignored > Text: > > > *** State changed to 'ignored' I think it would be good idea to write few words why this will be ignored. -- --= Michal Kochanowicz =--==--==BOFH==--==--= michal at michal.waw.pl =-- --= finger me for PGP public key or visit http://michal.waw.pl/PGP =-- --==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==-- A chodzenie po g?rach SSIE!!! From aredridel at nbtsc.org Thu Jul 24 21:15:23 2003 From: aredridel at nbtsc.org (Aredridel) Date: 24 Jul 2003 13:15:23 -0600 Subject: Ruby 1.8.0 preview 4 SPEC Message-ID: <1059074123.28960.6.camel@mizar> Here is a spec for Ruby 1.8.0 preview 4, released today. Ari -------------- next part -------------- # $Revision: 1.30 $, $Date: 2003/04/02 21:16:21 $ Summary: Ruby - interpreted scripting language Summary(ja): ?????????????????Ruby?????? Summary(pl): Ruby - interpretowany j?zyk skryptowy Summary(pt_BR): Linguagem de script orientada a objeto Summary(zh_CN): ruby - ?????????????????????????? Name: ruby Version: 1.8.0preview4 Release: 3 License: GPL Group: Development/Languages Source0: ftp://ftp.ruby-lang.org/pub/ruby/%{name}-1.8.0-preview3.tar.gz Source1: ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/%{name}-texi-1.4-en.tar.gz Source2: http://www.math.sci.hokudai.ac.jp/~gotoken/ruby/%{name}-uguide-981227.tar.gz Source3: ftp://ftp.ruby-lang.org/pub/ruby/doc/%{name}faq-990927.tar.gz Source4: irb.1 Patch0: %{name}-info.patch Patch1: %{name}-curses-terminfo.patch URL: http://www.ruby-lang.org/ BuildRequires: autoconf BuildRequires: gdbm-devel >= 1.8.3 BuildRequires: ncurses-devel BuildRequires: readline-devel >= 4.2 BuildRequires: texinfo BuildRequires: tk-devel Requires(post,postun):/sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: ruby-doc %description Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. %description -l ja Ruby????????????????????????????????????????Ruby???? ????????????????????????????????????????????????????? ??????????????????????????????????????????????? ?????????????? Ruby?????????????????????????Perl????????????????????? ??????????????????????????????????????????????? ???????????????????? %description -l pl Ruby to interpretowany j?zyk skryptowy, w sam raz dla ?atwego i szybkiego pisania zorientowanych obiektowo program?w. Ma wiele funkcji u?atwiaj?cych przetwarzanie plik?w tekstowych i wykonywanie prac zwi?zanych z zarz?dzaniem systemu (podobnie jak Perl). Jest prosty, rozszerzalny i przeno?ny. %description -l pt_BR Ruby ? uma linguagem de script interpretada de programa??o orientada a objeto. Possui diversas caracter?sticas para processamento de texto. ? simples, extens?vel e direta. %package devel Group: Development/Languages Summary: Ruby development libraries %description devel Ruby development libraries %prep %setup -q -a1 -a2 -a3 -n ruby-1.8.0 %patch0 -p1 %patch1 -p1 perl -pi -e "s#local/bin/ruby#bin/ruby#" sample/* %build #%{__autoconf} %configure2_13 \ --enable-shared %{__make} %{__make} info -C %{name}-texi-1.4-en %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}} %{__make} install DESTDIR=$RPM_BUILD_ROOT install sample/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install %{name}-texi-1.4-en/ruby.info* $RPM_BUILD_ROOT%{_infodir} install %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1 mv -f ruby-uguide guide mv -f rubyfaq faq %clean rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 /sbin/ldconfig %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1 /sbin/ldconfig %files %defattr(644,root,root,755) %doc guide faq misc README README.EXT ChangeLog ToDo %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/%{name} %{_mandir}/*/* %{_infodir}/* %{_examplesdir}/%{name}-%{version} %files devel %attr(644,root,root) %{_libdir}/lib*a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld.org.pl $Log: ruby.spec,v $ Revision 1.30 2003/04/02 21:16:21 qboosh - updated to 1.6.8, updated ac25x patch Revision 1.29 2003/04/02 12:14:51 trojan - s#local/bin/ruby#bin/ruby# Revision 1.28 2003/03/31 09:45:51 qboosh - updated Source1 and Source3 URL Revision 1.27 2003/03/26 16:44:21 wiget - rebuild with new gdbm - release 2 Revision 1.26 2003/01/02 03:18:56 kloczek - merge translations from MIZI and TurboLinux. Revision 1.25 2002/12/24 17:15:12 qboosh - more specific Requires() Revision 1.24 2002/05/22 20:28:43 qboosh - added ac25x patch needed for autoconf 2.53 - removed workaround for ac - mkconfig.rb supports ac 2.52 now - longer info patch, fixed info pages are back - new %%doc Revision 1.23 2002/05/21 23:14:40 kloczek perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ s/^autoconf/\%\{__autoconf\}/" Revision 1.22 2002/05/20 07:50:36 pioklo - up to 1.6.7,STBR Revision 1.21 2002/05/20 07:07:42 pioklo -up to 1.6.7,STBR Revision 1.20 2002/05/18 20:26:41 mmazur - fixed error while building docs (that is turned of building docs :) though they seem to build anyhow. Well... no matah... STBR. - P.S. I'm not responsible... bite rmf if you don't like this "fix" :) Revision 1.19 2002/02/23 04:32:21 kloczek - adapterized. Revision 1.18 2002/02/22 23:29:42 kloczek - removed all Group fields translations (oure rpm now can handle translating Group field using gettext). Revision 1.17 2002/01/18 02:14:50 kloczek perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/" Revision 1.16 2002/01/03 05:28:10 kloczek - updated to 1.6.6 (bug fix release), - new Source url. Revision 1.15 2002/01/03 04:47:13 kloczek - release 5: ruby-doc added to Obsoletes for allow upgrade from MDK. Revision 1.14 2001/09/08 19:11:55 kloczek - release 4. Revision 1.13 2001/09/08 18:27:36 qboosh - added workaround for syntax errors on rbconfig.rb processing Revision 1.12 2001/09/06 23:13:47 kloczek - removed double listed files. Revision 1.11 2001/09/06 22:31:04 kloczek - bump release to release 3, - added irb(1) man page (stolen from RH resources). Revision 1.10 2001/09/06 22:20:42 kloczek - updated to 1.6.4, - regenerate ac files, - removed obsoletes readline patch. Revision 1.9 2001/07/27 20:22:32 migo '- added missing (pl) in pl Summary' Revision 1.8 2001/07/26 05:42:23 saq - reverting last change: removing new macros from %p{re,ost}{,un} Revision 1.6 2001/07/23 18:37:00 migo - added pl summary and/or description Revision 1.5 2001/04/13 16:32:15 wiget add patch to compile with readline 4.2; release 2 Revision 1.4 2001/03/29 07:58:45 mis - autoupdated to 1.6.3 Revision 1.3 2001/02/15 21:18:40 kloczek - added /sbin/ldconfig to Prereq, - added info patch with ruby info index entry fixes (added texinfo to BuildRequires), - few small cosmetics. NOTE: IMHO some files and dosumentations can be separated into devel subpackage. Revision 1.2 2001/02/15 17:35:23 qboosh - BuildRequires: gdbm-devel - removed XFree86-devel and tcl-devel from BR (tk-devel implies them) Revision 1.1 2000/12/30 15:46:59 mis - initial PLD version * Wed Nov 22 2000 Tim Powers - initial build for Powertools From aredridel at nbtsc.org Fri Jul 25 01:36:41 2003 From: aredridel at nbtsc.org (Aredridel) Date: 24 Jul 2003 17:36:41 -0600 Subject: gnustep-make-1.7.2 and gnustep-base-1.7.2 Message-ID: <1059089800.2392.7.camel@mizar> Attached are specs for the packages. Gnustep changed default directory layout in -make, and base needed small changes. -------------- next part -------------- # $Revision: 1.21 $, $Date: 2003/07/19 23:54:22 $ Summary: GNUstep Makefile package Summary(pl): Pakiet GNUstep Makefile Name: gnustep-make Version: 1.7.2 Release: 1 License: GPL Vendor: The GNUstep Project Group: Applications/System Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz # Source0-md5: 5b349dd804785f335392ef4749e72a6d URL: http://www.gnustep.org/ BuildRequires: autoconf BuildRequires: tetex >= 1.0.7 BuildRequires: texinfo-texi2dvi BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Conflicts: gnustep-core %define _prefix /usr/lib/GNUstep %define gsos linux-gnu %ifarch %{ix86} %define gscpu ix86 %else # also s/alpha.*/alpha/, but we use only "alpha" arch for now %define gscpu %{_target_cpu} %endif %description This package contains the basic tools needed to run GNUstep applications. %description -l pl Ten pakiet zawiera podstawowe narz?dzia potrzebne do uruchamiania aplikacji GNUstep. %package devel Summary: Files needed to develop applications with gnustep-make Summary(pl): Pliki potrzebne do tworzenia aplikacji przy u?yciu gnustep-make Group: Development/Tools Requires: %{name} = %{version} %description devel The makefile package is a simplistic, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a GNUstep-based project without having to deal with the complex issues associated with the configuration and installation of the core GNUstep libraries. It also allows the user to easily create cross-compiled binaries. %description devel -l pl Pakiet makefile jest prost?, wydajn? i rozszerzaln? metod? pisania makefile'i do projekt?w opartych o GNUstep. Pozwala u?ytkownikowi na tworzenie projekt?w z pomini?ciem skomplikowanych szczeg??w konfiguracji i instalacji podstawowych bibliotek GNUstep. Pozwala tak?e ?atwo tworzy? kroskompilowane binaria. %prep %setup -q %build %{__autoconf} %configure --disable-flattened %{__make} %{__make} -C Documentation %install rm -rf $RPM_BUILD_ROOT %{__make} install \ special_prefix=$RPM_BUILD_ROOT %{__make} -C Documentation install \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System install -d $RPM_BUILD_ROOT/etc/profile.d # Create profile files cat > $RPM_BUILD_ROOT/etc/profile.d/GNUstep.sh << EOF #!/bin/sh . %{_prefix}/System/Library/Makefiles/GNUstep.sh EOF cat > $RPM_BUILD_ROOT/etc/profile.d/GNUstep.csh << EOF #!/bin/csh source %{_prefix}/GNUstep/System/Library/Makefiles/GNUstep.csh EOF # not (yet?) supported by rpm-compress-doc #find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \ # -type f ! -name '*.html' ! -name '*.css' | xargs gzip -9nf %clean rm -rf $RPM_BUILD_ROOT %pre if [ -d %{_prefix}/System/Makefiles -a ! -L %{_prefix}/System/Makefiles ]; then [ -d %{_prefix}/System/Library ] || install -d %{_prefix}/System/Library mv -f %{_prefix}/System/Makefiles %{_prefix}/System/Library ln -sf Library/Makefiles %{_prefix}/System/Makefiles echo 'Reinstall gnustep-make and gnustep-make-devel if some files are missing.' >&2 fi %files %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/profile.d/GNUstep.sh %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/profile.d/GNUstep.csh # GNUstep top-level %dir %{_prefix} %{_prefix}/Local %{_prefix}/Network %dir %{_prefix}/System # System domain %{_prefix}/System/Applications %dir %{_prefix}/System/Library # compatibility symlink %{_prefix}/System/Makefiles %{_prefix}/System/share %attr(755,root,root) %{_prefix}/System/Tools # System/Library folder %{_prefix}/System/Library/ApplicationSupport %{_prefix}/System/Library/Bundles %{_prefix}/System/Library/ColorPickers %{_prefix}/System/Library/Colors %{_prefix}/System/Library/DocTemplates %docdir %{_prefix}/System/Library/Documentation %dir %{_prefix}/System/Library/Documentation %{_prefix}/System/Library/Fonts %{_prefix}/System/Library/Frameworks %{_prefix}/System/Library/Headers %{_prefix}/System/Library/Images %{_prefix}/System/Library/KeyBindings %{_prefix}/System/Library/Libraries %dir %{_prefix}/System/Library/Makefiles %{_prefix}/System/Library/PostScript %{_prefix}/System/Library/Services %{_prefix}/System/Library/Sounds %dir %{_prefix}/System/Library/Documentation/Developer %dir %{_prefix}/System/Library/Documentation/Developer/Make %{_prefix}/System/Library/Documentation/Developer/Make/ReleaseNotes %dir %{_prefix}/System/Library/Documentation/User %{_prefix}/System/Library/Documentation/User/GNUstep %dir %{_prefix}/System/Library/Documentation/info %{_prefix}/System/Library/Documentation/info/*.info* %dir %{_prefix}/System/Library/Documentation/man %attr(755,root,root) %{_prefix}/System/Library/Makefiles/config.* %attr(755,root,root) %{_prefix}/System/Library/Makefiles/*.sh %attr(755,root,root) %{_prefix}/System/Library/Makefiles/*.csh %dir %{_prefix}/System/Library/Makefiles/%{gscpu} %dir %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos} %attr(755,root,root) %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}/user_home %attr(755,root,root) %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}/which_lib %files devel %defattr(644,root,root,755) %docdir %{_prefix}/System/Library/Documentation %{_prefix}/System/Library/Documentation/Developer/Make/Manual %{_prefix}/System/Library/Makefiles/*.make %{_prefix}/System/Library/Makefiles/*.template %{_prefix}/System/Library/Makefiles/Instance %{_prefix}/System/Library/Makefiles/Master %{_prefix}/System/Library/Makefiles/%{gscpu}/%{gsos}/*.make %attr(755,root,root) %{_prefix}/System/Library/Makefiles/install-sh %attr(755,root,root) %{_prefix}/System/Library/Makefiles/mkinstalldirs %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: gnustep-make.spec,v $ Revision 1.21 2003/07/19 23:54:22 qboosh - up to 1.7.1 (warning: GNUstep filesystem hierarchy has changed) - removed obsolete acfix patch - moved devel docs to -devel Revision 1.20 2003/05/26 16:25:04 malekith - massive attack: adding Source-md5 Revision 1.19 2003/05/25 05:48:20 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.18 2003/05/14 20:41:59 qboosh - updated to 1.6.0, added acfix patch (stupid typo in configure.ac) Revision 1.17 2003/03/02 21:06:14 qwark - new version 0.8.4, removed old patches, it's ready for tests Revision 1.16 2002/12/29 13:45:27 qboosh - updated Vendor, release 1 Revision 1.15 2002/12/28 20:55:43 qboosh - not only x86 now - removed nonsense - this project doesn't use am/lt/gt - added docs Revision 1.14 2002/12/28 16:24:45 qboosh - changed _prefix to some FHS-compliant (or maybe it should be /opt/GNUStep?) - fixed missing dirs, some cleanups Revision 1.13 2002/12/23 07:56:56 qwark - update to 1.5.1 version add some "auto.." building. Changes need to be reviewed by someone else :) Revision 1.12 2002/04/25 16:27:56 arturs fixed a small typo Revision 1.11 2002/02/23 02:17:47 kloczek - adapterized. Revision 1.10 2002/02/22 23:29:00 kloczek - removed all Group fields translations (our rpm now can handle translating Group field using gettext). Revision 1.9 2002/01/18 02:13:10 kloczek perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/" Revision 1.8 2001/11/13 15:44:13 ankry - updated to version 1.0.1 - fixed build, fixed paths - commented out "--with_library-combo": where and how should the %%libcombo macro be defined ? Revision 1.7 2001/09/28 08:57:56 qboosh - pl translations; note: there is 1.0.1 on ftp Revision 1.6 2001/05/02 16:29:04 qboosh - adapterized and made spec %%debug ready or added using %%rpm*flags macros Revision 1.5 2000/06/09 07:54:42 kloczek - more %%{__make} macros. Revision 1.4 2000/06/09 07:22:52 kloczek - added using %%{__make} macro. Revision 1.3 2000/05/20 13:37:50 kloczek - spec adapterized and partialy rewrited. * Sat Sep 18 1999 Christopher Seawood - Version 0.6.0 - Added nodupsh patch * Sat Aug 07 1999 Christopher Seawood - Updated to cvs dawn_6 branch * Fri Jun 25 1999 Christopher Seawood - Split into separate rpm from gnustep-core - Build from cvs snapshot - Added services patch -------------- next part -------------- # $Revision: 1.29 $, $Date: 2003/07/19 23:51:27 $ # # Conditional build: # _without_doc - don't generate documentation (bootstrap build w/o gnustep-base) # Summary: GNUstep Base library package Summary(pl): Podstawowa biblioteka GNUstep Name: gnustep-base Version: 1.7.2 Release: 2 License: LGPL/GPL Group: Libraries Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz # Source0-md5: 84e102171fd9852e76473c6c661a93f6 Source1: %{name}.init Patch0: %{name}-link.patch URL: http://www.gnustep.org/ BuildRequires: ffcall-devel BuildRequires: gcc-objc BuildRequires: gmp-devel %{!?_without_doc:BuildRequires: gnustep-base-devel >= 1.7.1} %{!?_without_doc:BuildRequires: docbook-dtd41-sgml} BuildRequires: gnustep-make-devel >= 1.7.1 BuildRequires: libxml2-devel >= 2.3.0 BuildRequires: openssl-devel >= 0.9.7 BuildRequires: zlib-devel Requires(post,preun): grep Requires(post,preun): /sbin/chkconfig Requires(post,postun): /sbin/ldconfig Requires: gnustep-make >= 1.7.1 # with gdomap in /etc/services Requires: setup >= 2.4.3 Conflicts: gnustep-core BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/lib/GNUstep %define libcombo gnu-gnu-gnu %define gsos linux-gnu %ifarch %{ix86} %define gscpu ix86 %else # also s/alpha.*/alpha/, but we use only "alpha" arch for now %define gscpu %{_target_cpu} %endif %description The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects. For example, it includes classes for strings, object collections, byte streams, typed coders, invocations, notifications, notification dispatchers, moments in time, network ports, remote object messaging support (distributed objects), event loops, and random number generators. %description -l pl Podstawowa biblioteka GNUstep jest bibliotek? innych ni? graficzne obiekt?w og?lnego przeznaczenia dla Objective C. Zawiera np. klasy dla string?w, kolekcji, strumieni, koder?w typ?w, powiadamiania, port?w sieci, obiekt?w rozproszonych, p?tli zdarze?, generator?w liczb losowych. %package devel Summary: GNUstep Base headers Summary(pl): Pliki nag??wkowe podstawowej biblioteki GNUstep Group: Development/Libraries Requires: %{name} = %{version} Requires: ffcall-devel Requires: gcc-objc Requires: gmp-devel Requires: gnustep-make-devel >= 1.7.1 Requires: libxml2-devel Requires: zlib-devel Conflicts: gnustep-core %description devel Header files required to build applications against the GNUstep Base library. %description devel -l pl Pliki nag??wkowe potrzebne do budowania aplikacji u?ywaj?cych podstawowej biblioteki GNUstep. %prep %setup -q %patch -p1 %build . %{_prefix}/System/Library/Makefiles/GNUstep.sh %configure %{__make} \ messages=yes %if %{?_without_doc:0}%{!?_without_doc:1} # requires already installed gnustep-base %{__make} -C Documentation %{__make} -C Documentation/manual %endif %install rm -rf $RPM_BUILD_ROOT . %{_prefix}/System/Library/Makefiles/GNUstep.sh %{__make} install \ INSTALL_ROOT_DIR=$RPM_BUILD_ROOT \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System %if %{?_without_doc:0}%{!?_without_doc:1} %{__make} -C Documentation install \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System %{__make} -C Documentation/manual install \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System # not (yet?) supported by rpm-compress-doc find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \ -type f -a ! -name '*.html' -a ! -name '*.gz' | xargs gzip -9nf %endif install -d $RPM_BUILD_ROOT%{_initrddir} sed -e "s!@TOOLSARCHDIR@!%{_prefix}/System/Tools/%{gscpu}/%{gsos}!" %{SOURCE1} \ > $RPM_BUILD_ROOT%{_initrddir}/gnustep echo 'GMT' > $RPM_BUILD_ROOT%{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/localtime %clean rm -rf $RPM_BUILD_ROOT %post umask 022 if ! grep -q '%{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}' \ /etc/ld.so.conf ; then echo "%{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}" >> /etc/ld.so.conf fi /sbin/ldconfig /sbin/chkconfig --add gnustep if [ -f /var/lock/subsys/gnustep ]; then /etc/rc.d/init.d/gnustep restart 1>&2 else echo "Run \"/etc/rc.d/init.d/gnustep start\" to start gnustep services." fi %preun if [ "$1" = "0" ]; then if [ -f /var/lock/subsys/gnustep ]; then /etc/rc.d/init.d/gnustep stop 1>&2 fi /sbin/chkconfig --del gnustep fi %postun if [ "$1" = "0" ]; then umask 022 grep -v "^%{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}$" /etc/ld.so.conf \ > /etc/ld.so.conf.tmp mv -f /etc/ld.so.conf.tmp /etc/ld.so.conf /sbin/ldconfig fi %triggerpostun -- gnustep-base < 1.7.0 umask 022 grep -v "^%{_prefix}/Libraries/%{gscpu}/%{gsos}/%{libcombo}$" /etc/ld.so.conf \ > /etc/ld.so.conf.tmp mv -f /etc/ld.so.conf.tmp /etc/ld.so.conf /sbin/ldconfig %files %defattr(644,root,root,755) %doc ChangeLog* %attr(754,root,root) %{_initrddir}/gnustep %dir %{_prefix}/System/Library/Bundles/SSL.bundle %{_prefix}/System/Library/Bundles/SSL.bundle/Resources %attr(755,root,root) %{_prefix}/System/Library/Bundles/SSL.bundle/%{gscpu} %{_prefix}/System/Library/DocTemplates/*.gsdoc %docdir %{_prefix}/System/Library/Documentation %if 0%{!?_without_doc:1} %dir %{_prefix}/System/Library/Documentation/Developer/Base %{_prefix}/System/Library/Documentation/Developer/Base/ReleaseNotes %endif %dir %{_prefix}/System/Library/Documentation/man/man8 %{_prefix}/System/Library/Documentation/man/man8/*.8* %dir %{_prefix}/System/Library/DTDs %{_prefix}/System/Library/DTDs/*.dtd %dir %{_prefix}/System/Library/Libraries/Resources/gnustep-base %{_prefix}/System/Library/Libraries/Resources/gnustep-base/English.lproj %lang(fr) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/French.lproj %lang(de) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/German.lproj %lang(it) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Italian.lproj %dir %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/Locale.* %lang(nl) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/Dutch %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/English %lang(fr) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/French %lang(de) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/German %lang(it) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/Italian %lang(ru) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/Russian %lang(sk) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/Slovak %lang(uk) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/Languages/UkraineRussian %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets %dir %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUmakefile %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUstep_zones %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/README %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/abbreviations %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/regions %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/*.m %config(noreplace) %verify(not size mtime md5) %{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/localtime %dir %{_prefix}/System/Library/Libraries/%{gscpu} %dir %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos} %dir %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo} %attr(755,root,root) %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so.* %dir %{_prefix}/System/Tools/%{gscpu} %dir %{_prefix}/System/Tools/%{gscpu}/%{gsos} # is suid necessary here??? it runs as daemon... #%attr(4755,root,root) %{_prefix}/System/Tools/%{gscpu}/%{gsos}/gdomap %attr(755,root,root) %{_prefix}/System/Tools/%{gscpu}/%{gsos}/gdomap %dir %{_prefix}/System/Tools/%{gscpu}/%{gsos}/%{libcombo} %attr(755,root,root) %{_prefix}/System/Tools/%{gscpu}/%{gsos}/%{libcombo}/* %files devel %defattr(644,root,root,755) %if 0%{!?_without_doc:1} %docdir %{_prefix}/System/Library/Documentation %{_prefix}/System/Library/Documentation/Developer/Base/ProgrammingManual %{_prefix}/System/Library/Documentation/Developer/Base/Reference %{_prefix}/System/Library/Documentation/Developer/BaseAdditions %{_prefix}/System/Library/Documentation/Developer/CodingStandards %{_prefix}/System/Library/Documentation/info/*.info* %endif %{_prefix}/System/Library/Headers/Foundation %{_prefix}/System/Library/Headers/gnustep %{_prefix}/System/Library/Headers/%{gscpu} %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so %dir %{_prefix}/System/Library/Makefiles/Additional %{_prefix}/System/Library/Makefiles/Additional/base.make %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: gnustep-base.spec,v $ Revision 1.29 2003/07/19 23:51:27 qboosh - updated to 1.7.1 - moved .init from spec here-document to Source1 - moved devel docs to -devel Revision 1.28 2003/05/26 16:25:04 malekith - massive attack: adding Source-md5 Revision 1.27 2003/05/25 05:48:19 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.26 2003/05/14 20:40:45 qboosh - up to 1.6.0, updated link patch Revision 1.25 2003/03/02 21:08:09 qwark - new version 1.5.2 - ready for tests Revision 1.24 2003/02/13 14:03:33 juandon - force to use openssl >= 0.9.7, idea by kloczek Revision 1.23 2003/01/27 08:40:22 qwark - fix in BR & init script Revision 1.22 2002/12/31 17:11:56 qboosh - fixed Group - the most important thing in package is library - added missing -ldl in link patch Revision 1.21 2002/12/29 13:44:35 qboosh - License fix - libraries are LGPL, tools GPL - added Requires list for -devel - added doc (with bcond - requires gnustep-base already installed) - release 1 Revision 1.20 2002/12/29 00:14:49 qboosh - added link patch for correct libgnustep-base.so linking on Linux - BR: ffcall-devel (it's optional on x86, required on ppc) Revision 1.19 2002/12/28 20:56:15 qboosh - some work and cleanups - builds now Revision 1.18 2002/12/23 09:33:54 qwark - updated to 1.5.1 - not working yet -ac/am fix needed Revision 1.17 2002/11/01 13:27:32 malekith - fixed br's Revision 1.16 2002/04/25 16:27:49 arturs fixed a small typo Revision 1.15 2002/02/23 02:17:46 kloczek - adapterized. Revision 1.14 2002/02/22 23:29:00 kloczek - removed all Group fields translations (our rpm now can handle translating Group field using gettext). Revision 1.13 2002/01/18 02:13:09 kloczek perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/" Revision 1.12 2001/11/13 13:22:38 ankry - patch0 obsolete, added BR, fixed paths Revision 1.11 2001/09/28 12:21:43 marcus - new version 1.0.2 Revision 1.10 2001/09/24 13:08:53 qboosh - Prereq: /sbin/chkconfig - pl translations NOTE: %%install and %%files should be rewritten Revision 1.9 2001/07/26 05:42:08 saq - reverting last change: removing new macros from %p{re,ost}{,un} Revision 1.7 2001/05/02 16:29:04 qboosh - adapterized and made spec %%debug ready or added using %%rpm*flags macros Revision 1.6 2000/12/09 17:55:14 jajcus - file owners fixed (semi-automatically) (no special user (like http/news) should own his home directory nor files it doesn't create) Revision 1.5 2000/06/09 07:54:41 kloczek - more %%{__make} macros. Revision 1.4 2000/06/09 07:22:52 kloczek - added using %%{__make} macro. Revision 1.3 2000/05/20 13:37:50 kloczek - spec adapterized and partialy rewrited. * Sat Sep 18 1999 Christopher Seawood - Version 0.6.0 - Added unicode patch to make sure unicode headers were installed * Sat Aug 07 1999 Christopher Seawood - Updated to cvs dawn_6 branch * Fri Jun 25 1999 Christopher Seawood - Split into separate rpm from gnustep-core - Build from cvs snapshot - Added header patch - Split into main & -devel packages From zswi at pers.pl Fri Jul 25 10:50:49 2003 From: zswi at pers.pl (Rafal Cygnarowski) Date: 25 Jul 2003 10:50:49 +0200 Subject: gnustep-make-1.7.2 and gnustep-base-1.7.2 In-Reply-To: <1059089800.2392.7.camel@mizar> References: <1059089800.2392.7.camel@mizar> Message-ID: <1059123049.22610.16.camel@rafal> W li?cie z pi?, 25-07-2003, godz. 01:36, Aredridel pisze: > Attached are specs for the packages. Gnustep changed default directory > layout in -make, and base needed small changes. > > ______________________________________________________________________ would you like to have read-write access to our CVS? If so, please send output of this command: perl -e 'print ":" . crypt("", join "", (".", "/", 0..9, "A".."Z", "a".."z")[rand 64, rand 64]) . "\n"' to cvsadmin at pld-linux.org. Replace with your login name and with your password. Waiting for your join :) Have a nice day, -- Rafal Cygnarowski rafi at pers.pl From malekith at pld-linux.org Fri Jul 25 14:03:56 2003 From: malekith at pld-linux.org (Michal Moskal) Date: Fri, 25 Jul 2003 14:03:56 +0200 Subject: gnustep-make-1.7.2 and gnustep-base-1.7.2 In-Reply-To: <1059123049.22610.16.camel@rafal> References: <1059089800.2392.7.camel@mizar> <1059123049.22610.16.camel@rafal> Message-ID: <20030725120356.GA16716@roke.freak> On Fri, Jul 25, 2003 at 10:50:49AM +0200, Rafal Cygnarowski wrote: > W li?cie z pi?, 25-07-2003, godz. 01:36, Aredridel pisze: > > Attached are specs for the packages. Gnustep changed default directory > > layout in -make, and base needed small changes. > > > > ______________________________________________________________________ > would you like to have read-write access to our CVS? If so, please send > output of this command: > > perl -e 'print ":" . crypt("", join "", (".", "/", 0..9, > "A".."Z", "a".."z")[rand 64, rand 64]) . "\n"' And don't forget to include your real name. -- : Michal Moskal :: http://www.kernel.pl/~malekith : GCS {C,UL}++++$ a? !tv : When in doubt, use brute force. -- Ken Thompson : {E-,w}-- {b++,e}>+++ h From blues at ds.pg.gda.pl Sun Jul 27 17:53:21 2003 From: blues at ds.pg.gda.pl (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Sun, 27 Jul 2003 17:53:21 +0200 (CEST) Subject: SPECS: gnustep-back.spec (HEAD) In-Reply-To: <1059257213.4866.7.camel@mizar> References: <1059257213.4866.7.camel@mizar> Message-ID: On Sun, 26 Jul 2003, Aredridel wrote: > > Module name: SPECS > > Changes by: qboosh 03/07/27 00:04:07 > > > > Modified files: > > gnustep-back.spec > > > > Log message: > > - clone tree and compile using separate sources (like in fftw3.spec) > > - now build and install are not mixed > > - fixed docs compressing, added gpbs(1) man page > > Good fix. I was thinking of that last night as I went to sleep. I was > going to do just that today. To the list-manager: could you set ReplyTo on commit list into devel-en@ list? Thanks -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation... From lubos at klokner.sk Mon Jul 28 08:59:05 2003 From: lubos at klokner.sk (lubos klokner) Date: Mon, 28 Jul 2003 08:59:05 +0200 Subject: problem updating stunnel Message-ID: <20030728065905.GA429@geck.vault-tec.sk> hi, i can not update/install new version of stunnel. [root at tirith]-[~]$ apt-get update ... [root at tirith]-[~]$ apt-get upgrade Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back kernel-headers kernel-source stunnel 0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded. [root at tirith]-[~]$ apt-get install stunnel Reading Package Lists... Done Building Dependency Tree... Done Unable to correct problems, you have held broken packages. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filled. The following information may help to resolve the situation: Sorry, but the following packages have unmet dependencies: stunnel: Depends: libcrypto.so.0.9.6.1 Depends: libdl.so.2 Depends: glibc but 6:2.2.5-23 is to be installed Sorry, broken packages [root at tirith]-[~]$ but i have all needed packages. [root at tirith]-[~]$ rpm -qa | grep glibc glibc-devel-2.2.5-23 glibc-2.2.5-23 [root at tirith]-[~]$ rpm -qa | grep openssl openssl-0.9.6j-1 openssl-devel-0.9.6j-1 openssl-tools-0.9.6j-1 [root at tirith]-[~]$ thank you for any help. best regards, -- lubos klokner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From blues at ds.pg.gda.pl Mon Jul 28 12:19:49 2003 From: blues at ds.pg.gda.pl (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Mon, 28 Jul 2003 12:19:49 +0200 (CEST) Subject: problem updating stunnel In-Reply-To: <20030728065905.GA429@geck.vault-tec.sk> References: <20030728065905.GA429@geck.vault-tec.sk> Message-ID: On Mon, 28 Jul 2003, lubos klokner wrote: > i can not update/install new version of stunnel. > [root at tirith]-[~]$ apt-get upgrade Maybe try dist-upgrade > Sorry, but the following packages have unmet dependencies: > stunnel: Depends: libcrypto.so.0.9.6.1 > Depends: libdl.so.2 > Depends: glibc but 6:2.2.5-23 is to be installed > Sorry, broken packages Strange thing... poldek> desc -p openssl-0.9.6j-1 Provides: libcrypto.so.0.9.6.1, libcrypto.so.0.9.6.1(GCC.INTERNAL), libssl.so.0.9.6.1, libssl.so.0.9.6.1(GCC.INTERNAL) poldek> rsearch -p /libdl.so.2/ 2 package(s) found: glibc-2.2.5-22 glibc-2.2.5-23 I suppose that apt has got problems with epoch-dependencies. But I'm just guessing... If you need it quick - try using poldek. -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation... From jacek at samm.com.pl Mon Jul 28 13:43:49 2003 From: jacek at samm.com.pl (Jacek =?iso-8859-2?q?Rz=EAsista?=) Date: Mon, 28 Jul 2003 13:43:49 +0200 Subject: problem updating stunnel In-Reply-To: <20030728065905.GA429@geck.vault-tec.sk> References: <20030728065905.GA429@geck.vault-tec.sk> Message-ID: <200307281343.50144.jacek@samm.com.pl> Dnia pon 28. lipiec 2003 08:59, lubos klokner napisa?: > hi, > > i can not update/install new version of stunnel. > > [root at tirith]-[~]$ apt-get update > ... > [root at tirith]-[~]$ apt-get upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > The following packages have been kept back > kernel-headers kernel-source stunnel > 0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded. > [root at tirith]-[~]$ apt-get install stunnel > Reading Package Lists... Done > Building Dependency Tree... Done > Unable to correct problems, you have held broken packages. > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > > Since you only requested a single operation it is extremely likely that > the package is simply not installable and a bug report against > that package should be filled. > The following information may help to resolve the situation: > > Sorry, but the following packages have unmet dependencies: > stunnel: Depends: libcrypto.so.0.9.6.1 > Depends: libdl.so.2 > Depends: glibc but 6:2.2.5-23 is to be installed > Sorry, broken packages > [root at tirith]-[~]$ > > but i have all needed packages. > > [root at tirith]-[~]$ rpm -qa | grep glibc > glibc-devel-2.2.5-23 > glibc-2.2.5-23 > [root at tirith]-[~]$ rpm -qa | grep openssl > openssl-0.9.6j-1 > openssl-devel-0.9.6j-1 > openssl-tools-0.9.6j-1 > [root at tirith]-[~]$ > > thank you for any help. > > best regards, Why didn't you use poldek ? It's the best rpm-tool a man can get :) It's simple and more flexible than apt. And it is PLD tool :) -- Jacek Rz?sista mailto:jacek at samm.com.pl ICQ:19324277 Gadu-Gadu:61213 From lubos at klokner.sk Mon Jul 28 14:49:22 2003 From: lubos at klokner.sk (lubos klokner) Date: Mon, 28 Jul 2003 14:49:22 +0200 Subject: problem updating stunnel In-Reply-To: <200307281343.50144.jacek@samm.com.pl> References: <20030728065905.GA429@geck.vault-tec.sk> <200307281343.50144.jacek@samm.com.pl> Message-ID: <20030728124922.GA10934@geck.vault-tec.sk> * Jacek Rz?sista (28.07.2003): > Dnia pon 28. lipiec 2003 08:59, lubos klokner napisa?: > > i can not update/install new version of stunnel. > Why didn't you use poldek ? It's the best rpm-tool a man can get :) It's > simple and more flexible than apt. And it is PLD tool :) ok, but can you tell me how to update all packages to latest versions with poldek (something like apt-get update) ? i didn't find it in man page. -- lubos klokner From adamg at biomerieux.pl Mon Jul 28 14:56:08 2003 From: adamg at biomerieux.pl (Adam =?iso-8859-2?Q?Go=B3=EAbiowski?=) Date: Mon, 28 Jul 2003 14:56:08 +0200 Subject: problem updating stunnel In-Reply-To: <20030728124922.GA10934@geck.vault-tec.sk> References: <20030728065905.GA429@geck.vault-tec.sk> <200307281343.50144.jacek@samm.com.pl> <20030728124922.GA10934@geck.vault-tec.sk> Message-ID: <20030728125608.GA20606@mysza.eu.org> On Mon, Jul 28, 2003 at 02:49:22PM +0200, lubos klokner wrote: > * Jacek Rz?sista (28.07.2003): > > Dnia pon 28. lipiec 2003 08:59, lubos klokner napisa?: > > > i can not update/install new version of stunnel. > > Why didn't you use poldek ? It's the best rpm-tool a man can get :) It's > > simple and more flexible than apt. And it is PLD tool :) > > ok, but can you tell me how to update all packages to latest versions > with poldek (something like apt-get update) ? i didn't find it in > man page. poldek --up (same as apt-get update) poldek --upgrade-dist (same as apt-get upgrade) Hope this helps. -- http://www.mysza.eu.org/ | Everybody needs someone sure, someone true, PLD Linux developer | Everybody needs some solid rock, I know I do. From blues at ds.pg.gda.pl Mon Jul 28 15:03:29 2003 From: blues at ds.pg.gda.pl (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Mon, 28 Jul 2003 15:03:29 +0200 (CEST) Subject: problem updating stunnel In-Reply-To: <20030728125608.GA20606@mysza.eu.org> References: <20030728065905.GA429@geck.vault-tec.sk> <200307281343.50144.jacek@samm.com.pl> <20030728124922.GA10934@geck.vault-tec.sk> <20030728125608.GA20606@mysza.eu.org> Message-ID: On Mon, 28 Jul 2003, Adam Go??biowski wrote: > > > > i can not update/install new version of stunnel. > > > Why didn't you use poldek ? It's the best rpm-tool a man can get :) > > > It's simple and more flexible than apt. And it is PLD tool :) well... I like apt too, but apt for rpms has some bugs :( > > ok, but can you tell me how to update all packages to latest versions > > with poldek (something like apt-get update) ? i didn't find it in man > > page. > > poldek --up (same as apt-get update) > poldek --upgrade-dist (same as apt-get upgrade) not exactly. `poldek --upgrade-dist` is only similar to `apt-get upgrade` There is no exact equivalent of `apt-get dist-upgrade` which I liked very much. Some things are made by --greedy and --mercy options. I advise to set in poldek.conf: confirm_installs = yes choose_equivalents_manually = yes This will make poldek similar to apt. -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation... From jacek at samm.com.pl Mon Jul 28 15:03:46 2003 From: jacek at samm.com.pl (Jacek =?iso-8859-2?q?Rz=EAsista?=) Date: Mon, 28 Jul 2003 15:03:46 +0200 Subject: problem updating stunnel In-Reply-To: <20030728124922.GA10934@geck.vault-tec.sk> References: <20030728065905.GA429@geck.vault-tec.sk> <200307281343.50144.jacek@samm.com.pl> <20030728124922.GA10934@geck.vault-tec.sk> Message-ID: <200307281503.46976.jacek@samm.com.pl> Dnia pon 28. lipiec 2003 14:49, lubos klokner napisa?: > * Jacek Rz?sista (28.07.2003): > > Dnia pon 28. lipiec 2003 08:59, lubos klokner napisa?: > > > i can not update/install new version of stunnel. > > > > Why didn't you use poldek ? It's the best rpm-tool a man can get :) It's > > simple and more flexible than apt. And it is PLD tool :) > > ok, but can you tell me how to update all packages to latest versions > with poldek (something like apt-get update) ? i didn't find it in > man page. poldek --upgrade-dist For the future: poldek --help is your best friend :). -- Jacek Rz?sista mailto:jacek at samm.com.pl ICQ:19324277 Gadu-Gadu:61213 From wolf42 at wp.pl Mon Jul 28 15:09:53 2003 From: wolf42 at wp.pl (Bartosz Taudul) Date: Mon, 28 Jul 2003 15:09:53 +0200 Subject: problem updating stunnel In-Reply-To: <20030728124922.GA10934@geck.vault-tec.sk> References: <20030728065905.GA429@geck.vault-tec.sk> <200307281343.50144.jacek@samm.com.pl> <20030728124922.GA10934@geck.vault-tec.sk> Message-ID: <20030728130953.GA16720@bajzel> On Mon, Jul 28, 2003 at 02:49:22PM +0200, lubos klokner wrote: > ok, but can you tell me how to update all packages to latest versions > with poldek (something like apt-get update) ? i didn't find it in > man page. poldek --upgrade-dist wolf -- Bartek . - Widz? jakie? hocki-klocki w tym dzienniku. Taudul : .:.................................................................... w o l f @ p l d - l i n u x . o r g .:. http://chimera.one.pl/~wolf/ From aredridel at nbtsc.org Mon Jul 28 16:07:24 2003 From: aredridel at nbtsc.org (Aredridel) Date: 28 Jul 2003 08:07:24 -0600 Subject: English/Polish Message-ID: <1059401244.7497.22.camel@mizar> Just so everyone knows, I do read the -pl list, but I cannot respond in Polish yet. I'll try to remember the md5 in the future, too. Ari From blues at ds.pg.gda.pl Mon Jul 28 16:39:53 2003 From: blues at ds.pg.gda.pl (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Mon, 28 Jul 2003 16:39:53 +0200 (CEST) Subject: English/Polish In-Reply-To: <1059401244.7497.22.camel@mizar> References: <1059401244.7497.22.camel@mizar> Message-ID: On Mon, 28 Jul 2003, Aredridel wrote: > Just so everyone knows, I do read the -pl list, but I cannot respond in > Polish yet. Well... I'm impressed. Most foreigners says that polish is really complicated language... We have to move to -en@ list... > I'll try to remember the md5 in the future, too. Don't worry - everyone is forgeting about that ;) -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation... From zswi at pers.pl Tue Jul 29 08:18:34 2003 From: zswi at pers.pl (Rafal Cygnarowski) Date: 29 Jul 2003 08:18:34 +0200 Subject: English/Polish In-Reply-To: <1059401244.7497.22.camel@mizar> References: <1059401244.7497.22.camel@mizar> Message-ID: <1059459514.32070.5.camel@rafal> W li?cie z pon, 28-07-2003, godz. 16:07, Aredridel pisze: > Just so everyone knows, I do read the -pl list, but I cannot respond in > Polish yet. wow! I've get shocked... ;-) Much of us are subscribed to -en anyway. So you should not feel alone with your post :) We hope to have more foreigners in the future too. -- Rafal Cygnarowski rafi at pers.pl From michal at michal.waw.pl Tue Jul 29 13:59:24 2003 From: michal at michal.waw.pl (Michal Kochanowicz) Date: Tue, 29 Jul 2003 13:59:24 +0200 Subject: English/Polish In-Reply-To: <1059459514.32070.5.camel@rafal> References: <1059401244.7497.22.camel@mizar> <1059459514.32070.5.camel@rafal> Message-ID: <20030729115924.GA1994@woland.michal.waw.pl> On Tue, Jul 29, 2003 at 08:18:34AM +0200, Rafal Cygnarowski wrote: > with your post :) We hope to have more foreigners in the future too. And maybe even one alien called "kloczek"... -- --= Michal Kochanowicz =--==--==BOFH==--==--= michal at michal.waw.pl =-- --= finger me for PGP public key or visit http://michal.waw.pl/PGP =-- --==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==-- A chodzenie po g?rach SSIE!!! From aredridel at nbtsc.org Tue Jul 29 21:12:57 2003 From: aredridel at nbtsc.org (Aredridel) Date: 29 Jul 2003 13:12:57 -0600 Subject: English/Polish In-Reply-To: <20030729115924.GA1994@woland.michal.waw.pl> References: <1059401244.7497.22.camel@mizar> <1059459514.32070.5.camel@rafal> <20030729115924.GA1994@woland.michal.waw.pl> Message-ID: <1059505976.6748.165.camel@mizar> On Tue, 2003-07-29 at 05:59, Michal Kochanowicz wrote: > On Tue, Jul 29, 2003 at 08:18:34AM +0200, Rafal Cygnarowski wrote: > > with your post :) We hope to have more foreigners in the future too. > And maybe even one alien called "kloczek"... Kloczek is one reason I liked PLD to start: I read changelogs and see "s/kloczish/english/" and laugh -- multiple languages working on a project is always interesting. (My other hobby now is Ruby -- English and Japanese) Ari From aredridel at nbtsc.org Tue Jul 29 22:41:41 2003 From: aredridel at nbtsc.org (Aredridel) Date: 29 Jul 2003 14:41:41 -0600 Subject: mozilla & autoconf Message-ID: <1059511301.4539.11.camel@mizar> I'm trying to patch Mozilla to use Kerberos (HTTP Negotiate auth method), and doing so requires rebuilding configure. Anyone have any thoughts on making mozilla work with autoconf > 2.13? Ari -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From blues at ds.pg.gda.pl Wed Jul 30 00:32:26 2003 From: blues at ds.pg.gda.pl (=?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?=) Date: Wed, 30 Jul 2003 00:32:26 +0200 (CEST) Subject: mozilla & autoconf In-Reply-To: <1059511301.4539.11.camel@mizar> References: <1059511301.4539.11.camel@mizar> Message-ID: On Tue, 29 Jul 2003, Aredridel wrote: > I'm trying to patch Mozilla to use Kerberos (HTTP Negotiate auth > method), and doing so requires rebuilding configure. Anyone have any > thoughts on making mozilla work with autoconf > 2.13? Whats the problem? -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation... From aredridel at nbtsc.org Wed Jul 30 02:59:48 2003 From: aredridel at nbtsc.org (Aredridel) Date: 29 Jul 2003 18:59:48 -0600 Subject: mozilla & autoconf In-Reply-To: References: <1059511301.4539.11.camel@mizar> Message-ID: <1059526787.5935.27.camel@mizar> On Tue, 2003-07-29 at 16:32, Pawe? Go?aszewski wrote: > On Tue, 29 Jul 2003, Aredridel wrote: > > I'm trying to patch Mozilla to use Kerberos (HTTP Negotiate auth > > method), and doing so requires rebuilding configure. Anyone have any > > thoughts on making mozilla work with autoconf > 2.13? > > Whats the problem? build/autoconf/altoptions.m4:140: error: m4_defn: undefined macro: _m4_divert_diversion build/autoconf/altoptions.m4:137: MOZ_READ_MOZCONFIG is expanded from... build/autoconf/altoptions.m4:140: the top level autom4te: /usr/bin/m4 failed with exit status: 1 That, and when I look into it, I'm not making heads nor tails of what they're attempting to do. (I hate it when people abuse autoconf...) Ari -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: