gift-fasttrack/gift-fasttrack.spec

Name: gift-fasttrack
Summary: Gift plugin to access the fasttrack network
Version: 0.8.9
Release: 1
License: GPL
Group: Development/Libraries
URL: http://developer.berlios.de/projects/gift-fasttrack
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 fasttrack network.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries

Summary: Gift plugin to access the fasttrack network
Name: gift-fasttrack
Version: 0.8.9
Release: 1%{?dist}
License: GPL
Group: Development/Libraries
URL: http://developer.berlios.de/projects/gift-fasttrack

Source: http://download.berlios.de/gift-fasttrack/giFT-FastTrack-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gift-devel, pkgconfig
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 fasttrack network.

%prep
%setup -n giFT-FastTrack-%{version}

%{__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
%config(noreplace) %{_datadir}/giFT/FastTrack/
%dir %{_libdir}/giFT/
### .la file is needed for gift at runtime !
%{_libdir}/giFT/libFastTrack.la
%{_libdir}/giFT/libFastTrack.so
%dir %{_datadir}/giFT/

%changelog
* Tue Sep 26 2006 Dries Verachtert <dries@ulyssis.org> - 0.8.9-1
- Updated to release 0.8.9.

* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.8.7-2.2
- Rebuild for Fedora Core 5.

* Sat Aug 21 2004 Dries Verachtert <dries@ulyssis.org> 0.8.7-1
- Update to version 0.8.7.

* Sat Jul 24 2004 Dag Wieers <dag@wieers.com> - 0.8.5-2
- Include .la file because gift requires it. (Willy De la Court)

* Mon Dec 29 2003 Dries Verachtert <dries@ulyssis.org> 0.8.5-1
- first packaging for Fedora Core 1