From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <446B83CC.5040606@altlinux.ru> Date: Thu, 18 May 2006 00:13:00 +0400 From: "Alex V. Myltsev" User-Agent: Thunderbird 1.5 (X11/20060328) MIME-Version: 1.0 To: ALT Devel discussion list References: <20060514124220.92CC1B132D@basalt.office.altlinux.org> <446B7D20.2040902@altlinux.ru> In-Reply-To: <446B7D20.2040902@altlinux.ru> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------090909020209070107050204" Subject: Re: [devel] torsmo-0.18-alt2: rebuild failed [14] X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 20:13:16 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------090909020209070107050204 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Ilya wrote: > Как вы думаете, это ещё мажно починить? Или в утиль? Собираться-то оно собирается (см. аттач), но лично у меня при запуске падает. --------------090909020209070107050204 Content-Type: text/plain; name="torsmo.spec" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="torsmo.spec" Name: torsmo Version: 0.18 Release: alt2 Summary: Torsmo is a system monitor like gkrellm, but lightweight Source0: %name-%version.tar.gz Patch0: torsmo-0.18-alt-makefile.patch URL: http://torsmo.sourceforge.net/ Group: Monitoring License: BSD Packager: Ilya Mashkin # Automatically added by buildreq on Tue Feb 01 2005 BuildRequires: xorg-x11-devel %description Torsmo is a system monitor that sits in the corner of your desktop. It's very simple, customizable and it renders only text on the desktop (and percentagebars if you want it to ;) and the only lib it uses is Xlib. Torsmo can show various information about your system and it's peripherals. %prep %setup -q %patch0 -p1 %build autoreconf -fisv %configure --x-libraries=%_libdir %make %install %makeinstall BINDIR=$RPM_BUILD_ROOT%_bindir mkdir -p %buildroot/%_menudir cat << EOF > %buildroot/%_menudir/%name ?package(torsmo):needs="x11" \ section="Applications/Monitoring" \ title="Torsmo" command="%_bindir/torsmo -d" \ longtitle="Torsmo is a lightweight system monitor" EOF %post %update_menus %postun %clean_menus %files %doc AUTHORS COPYING README torsmorc.sample ChangeLog %_man1dir/torsmo.1* %_bindir/torsmo %_menudir/* %changelog * Fri Mar 04 2005 Ilya Mashkin 0.18-alt2 - fixed menu (#6148) * Tue Feb 01 2005 Ilya Mashkin 0.18-alt1 - Initial build for ALT Linux --------------090909020209070107050204 Content-Type: text/plain; name="torsmo-0.18-alt-makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="torsmo-0.18-alt-makefile.patch" --- torsmo-0.18/Makefile.am.orig 2006-05-18 00:03:47 +0400 +++ torsmo-0.18/Makefile.am 2006-05-18 00:04:09 +0400 @@ -27,7 +27,7 @@ torsmo_SOURCES = common.c fs.c $(linux) mail.c mixer.c $(nvctrl) $(seti) \ $(solaris) $(freebsd) $(netbsd) torsmo.c torsmo.h x11.c -torsmo_LDFLAGS = $(X11_LIBS) $(XFT_LIBS) +torsmo_LDADD = $(X11_LIBS) $(XFT_LIBS) man_MANS = torsmo.1 --------------090909020209070107050204--