# $Id: gift.spec 1438 2004-06-25 10:01:37Z dries $ # Authority: dries # Upstream: Summary: Deamon for communicating with filesharing protocols Name: gift Version: 0.11.6 Release: 1 License: GPL Group: Development/Libraries URL: http://gift.sf.net/ Source: http://dl.sf.net/gift/gift-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++ Packager: Dries Verachtert Vendor: Dries Apt/Yum Repository http://dries.ulyssis.org/ayo/ %description giFT is a modular daemon capable of abstracting the communication between the end user and specific filesharing protocols (peer-to-peer or otherwise). %package devel Summary: Header files, libraries and development documentation for %{name}. Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} #makeinstall %{__make} install-strip \ DESTDIR="%{buildroot}" %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %files %defattr(-, root, root, 0755) %doc AUTHORS COPYING HACKING INSTALL QUICKSTART README TODO %doc %{_mandir}/man1/* %{_bindir}/* %{_bindir}/giftd %{_libdir}/*.so.* %{_datadir}/giFT/ %files devel %defattr(-, root, root, 0755) %exclude %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/libgift/ %changelog * Wed Jun 02 2004 Dag Wieers - 0.11.6-1 - Cosmetic cleanup. * Sun May 16 2004 Dries Verachtert 0.11.6-1 - update to 0.11.6 * Mon Dec 29 2003 Dries Verachtert 0.11.5-1 - first packaging for Fedora Core 1