ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: community@altlinux.ru
Subject: [Comm] synce-kde.spec (was: сборка - жалоба на осутствие библиотек , которые есть)
Date: Mon, 6 Dec 2004 01:09:28 +0200
Message-ID: <20041205230928.GA8891@osdn.org.ua> (raw)
In-Reply-To: <200412051845.29851.alt_yarik@mail.ru>


[-- Attachment #1.1: Type: text/plain, Size: 745 bytes --]

On Sun, Dec 05, 2004 at 06:45:29PM +0300, Yarik wrote:
> Проблемка: не могу собрать программу (synce-kde) - жалуется на
> отсутствие библиотек RRA (checking for
> rra_matchmaker_replace_partnership in -lrra... no configure:
> error: Can't find RRA library), хотя они есть
> (librra&librra-devel).  Я даже делал так: subst 's,\.la\>,.so,'
> configure - ничего не помогает.  Система: Мастер 2.4

synce-kde небось самая свежайшая?  Если так, то может
понадобиться обновить librra (вместе с -devel) -- это если
проблема не в банальном ./configure --with-rra или чём подобном.

На всякий -- в аттаче спек, который собирался и работал.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: synce-kde.spec --]
[-- Type: text/plain, Size: 3621 bytes --]

Name: synce-kde
Version: 0.8.0
Release: alt1

Summary: KDE Integration of SynCE, kioslave and Tray Icon
License: MIT
Group: Communications

Url: http://synce.sourceforge.net
Source0: %name-%version.tar.gz
Source1: %name.menu
#Patch: synce-kde-0.7.3-alt-configure.patch

# Automatically added by buildreq on Fri Sep 03 2004
BuildRequires: XFree86-libs fontconfig freetype2 gcc-c++ hostinfo kde-settings kdelibs-devel libarts-devel libdynamite-devel libjpeg-devel liborange-devel libpng-devel libqt3-devel librapi2-devel librra-devel libstdc++-devel libsynce-devel libunshield-devel xml-utils zlib-devel

Requires: lib%name = %version

%description
This Package is a KDE-Integration of SynCE. It consists of a kio_slave
(RAPIP), a KDE System-Tray Application (RAKI) and an enhanced direct cable
connection manager (VDCCM).

RAPIP: Lets you transparently interact with your PockePC via konqueror.
RAKI: Is a Linux-Incarnation of Activsync. It claims to be better than
       Activesync in future.

%package -n lib%name
Summary: Library for KDE integration of SynCE
Group: Development/C
Requires: kdebase-libkonq

%description -n lib%name
This package contains necessary files to use synchronizer plugins

%package -n lib%name-devel
Summary: Development part of library for KDE integration of SynCE
Group: Development/C

%description -n lib%name-devel
This package contains necessary files to create synchronizer plugins

%prep
%setup -q
#patch -p1
%add_findprov_lib_path %_libdir/kde3

%build
export KDEDIR=%prefix
# awful hack; real fix is to get rid of -Wl,--no-undefined
# in linker cmd line (thanks to morozov@; author contacted)
export LDFLAGS="$LDFLAGS -L%_libdir/qt3/lib -lqt-mt -lkdecore"
%__subst 's,\.la\>,.so,' configure
%configure \
	--enable-shared \
	--disable-static \
	--enable-final \
	--disable-rpath \
	--with-pic \
	--with-xinerama
#--with-agsync=/path/to/agsync

%install
%makeinstall
%__install -d %buildroot%_man1dir %buildroot%_menudir
%__install -m644 *.1 %buildroot%_man1dir/
%__install -m644 %SOURCE1 %buildroot%_menudir/%name
%find_lang %name

%post
%update_menus

%postun
%clean_menus

%post -n lib%name -p /sbin/ldconfig
%postun -n lib%name -p /sbin/ldconfig

# TODO:
# - wrap iptables to enable working NAT?

%files -f %name.lang
%doc AUTHORS ChangeLog NEWS README TODO
%doc %_docdir/HTML/en/*
%_bindir/*
%_datadir/applnk/*/*
%_datadir/apps/raki/
%_datadir/apps/konqueror/servicemenus/*
%_iconsdir/*/*/*/*.png
%_man1dir/*
%_menudir/*
%_datadir/mimelnk/application/*
%_datadir/services/*
%_datadir/servicetypes/*

%files -n lib%name
#_libdir/*.so.*
%_libdir/kde3/*.so
%_libdir/kde3/*.la

%files -n lib%name-devel
#_libdir/*.so
%_includedir/*

# TODO:
# - menu file: fix X-KDE-autostart-condition?
#   https://listman.redhat.com/archives/xdg-list/2004-January/msg00095.html

%changelog
* Fri Sep 03 2004 Michael Shigorin <mike@altlinux.ru> 0.8.0-alt1
- 0.8.0
- hacked in missing libraries to link
  (many thanks to Alexey Morozov (morozov@) for help!)
- removed lib*.so* from %%files *

* Tue Jun 15 2004 Michael Shigorin <mike@altlinux.ru> 0.7.3-alt1
- patched around faulty librra headers test

* Sun Apr 25 2004 Michael Shigorin <mike@altlinux.ru> 0.7.3-alt1
- 0.7.3

* Wed Dec 17 2003 Michael Shigorin <mike@altlinux.ru> 0.6.1-alt4
- added menu file
- added several missing desktop/protocol files

* Fri Nov 28 2003 Michael Shigorin <mike@altlinux.ru> 0.6.1-alt3
- added missing manpages
- added configure flags

* Fri Nov 28 2003 Michael Shigorin <mike@altlinux.ru> 0.6.1-alt2
- removed %_libdir/*.la

* Sat Nov 08 2003 Michael Shigorin <mike@altlinux.ru> 0.6.1-alt1
- built for ALT Linux


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2004-12-05 23:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-05 15:45 [Comm] сборка - жалоба на осутствие библиотек , которые есть Yarik
2004-12-05 21:27 ` Andrey Rahmatullin
2004-12-06 16:01   ` Yarik
2004-12-06 16:17     ` Andrey Rahmatullin
2004-12-06 16:35       ` Yarik
2004-12-06 17:05         ` [Comm] " Michael Shigorin
2004-12-06 17:15           ` Yarik
2004-12-06 17:48             ` Michael Shigorin
2004-12-07  5:39               ` Yarik
2004-12-07 10:08                 ` Michael Shigorin
2004-12-08 17:26                   ` Yarik
2004-12-08 18:17                     ` Michael Shigorin
2004-12-08 18:38                       ` Yarik
2004-12-08 19:16                         ` Michael Shigorin
2004-12-09  6:30                           ` Yarik
2004-12-09 11:06                             ` Michael Shigorin
2004-12-07 10:13                 ` Michael Shigorin
2004-12-05 23:09 ` Michael Shigorin [this message]
2004-12-06 16:06   ` [Comm] synce-kde.spec (was: сборка - жалоба на осутствие библиотек , которые есть) Yarik
2004-12-06 16:18     ` [Comm] " Michael Shigorin
2004-12-06 16:24       ` Yarik
2004-12-06 16:28         ` Michael Shigorin
2004-12-06 16:47           ` Yarik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041205230928.GA8891@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git