# $Id: gift-openft.spec 1740 2004-07-23 23:52:20Z dag $ # Authority: dries Summary: Gift plugin to access the openft network Name: gift-openft Version: 0.2.1.4 Release: 1 License: GPL Group: Development/Libraries URL: http://www.giftproject.org/ Packager: Dries Verachtert Vendor: Dries Apt/Yum Repository http://dries.ulyssis.org/ayo/ Source: http://dl.sf.net/gift/gift-openft-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gift, gcc-c++, pkgconfig, zlib-devel Requires: gift %description giFT is a modular daemon capable of abstracting the communication between the end user and specific filesharing protocols (peer-to-peer or otherwise). This packages provides the plugin to access the openft network. %prep %setup %{__perl} -pi.orig -e ' s|\@plugindir\@|\$(libdir)/giFT|g; s|\$\(datadir\)|\$(datadir)/giFT|g; ' Makefile.in */Makefile.in %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING NEWS README TODO %dir %{_libdir}/giFT/ %dir %{_datadir}/giFT/ %config (noreplace) %{_datadir}/giFT/OpenFT/ ### .la file is needed for gift at runtime ! %{_libdir}/giFT/libOpenFT.la %{_libdir}/giFT/libOpenFT.so %changelog * Mon Oct 04 2004 Scott R. Shinn 0.2.1.4-1 - update to 0.2.1.4 * Sat Jul 24 2004 Dag Wieers - 0.2.1.2-2 - Include .la file because gift requires it. (Willy De la Court) * Mon Dec 29 2003 Dries Verachtert 0.2.1.2-1 - first packaging for Fedora Core 1