1 # RPC specfile for Fedora
6 Group: Productivity/Networking/Other
7 Summary: Direct Connect client
8 Source0: http://www.dolda2000.com/~fredrik/doldaconnect/%{name}-%{version}.tar.gz
9 URL: http://www.dolda2000.com/~fredrik/doldaconnect/
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 Dolda Connect is a client program for the Direct Connect peer-to-peer
14 filesharing network. It is written so that the user interface is
15 separated from the actual filesharing program, so that the user
16 interface can run on a different computer over the network, and can be
17 shut down temporarily (or only started temporarily), and can be
20 The protocol with which the user interface talks with the actual
21 client is also quite well defined, so that other kinds of clients can
22 be written as well, such as an automatic downloader, a chatbot,
23 etc. It can also be used in secure multiuser operation.
26 Summary: %{name} libraries
30 Shared libraries for %{name}.
33 Summary: Development files for %{name}.
34 Group: Development/Libraries
37 Header files and development libraries for %{name}.
40 Summary: The daemon in %{name}.
42 Requires(post,preun): /sbin/chkconfig
45 %description -n doldacond
46 Daemon for %{name} that does all the actual work of filesharing.
52 %configure --sysconfdir=%{_appconfdir} --disable-rpath --with-guile \
53 --enable-gtk2ui --enable-guishell --with-pam \
54 --with-krb5 --enable-gnomeapplet
58 rm -rf "$RPM_BUILD_ROOT"
59 mkdir "$RPM_BUILD_ROOT"
60 make install DESTDIR="$RPM_BUILD_ROOT"
61 rm -f "$RPM_BUILD_ROOT"%{_libdir}/gaim/*.a
66 rm -rf "$RPM_BUILD_ROOT"
68 %post libs -p /sbin/ldconfig
69 %postun libs -p /sbin/ldconfig
75 %{_bindir}/dolcon-launch
76 %{_bindir}/doldacond-shell
77 %{_libdir}/bonobo/servers/*.server
78 %{_libexecdir}/dolcon-trans-applet
79 %{_desktopdir}/dolcon.desktop
81 %doc AUTHORS ChangeLog README doc/INSTALL doc/gui-shell doc/TODO doc/protorev
85 %{_libdir}/libdcui.so.1
86 %{_libdir}/libdcui.so.1.1.0
92 %dir %{_includedir}/doldaconnect
93 %{_includedir}/doldaconnect/*.h
97 %config(noreplace) %{_appconfdir}/*
101 %{_libexecdir}/speedrec
104 * Tue Oct 16 2007 Fredrik Tolf <fredrik@dolda2000.com>
105 - Initial spec files. Quite a lot taken from the PLD specfile.