]> git.pld-linux.org Git - SPECS.git/blob - giFT-FastTrack.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / giFT-FastTrack.spec
1 Summary:        FastTrack plugin for giFT
2 Summary(pl.UTF-8):      Wtyczka FastTrack dla giFT
3 Name:           giFT-FastTrack
4 Version:        0.8.9
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://download.berlios.de/gift-fasttrack/%{name}-%{version}.tar.gz
9 # Source0-md5:  68521847537985bcc5e9b8677343374c
10 URL:            http://developer.berlios.de/projects/gift-fasttrack/
11 BuildRequires:  giFT-devel >= 0.11.6
12 BuildRequires:  libmagic-devel
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 giFT-FastTrack is a plugin for giFT (http://giftproject.org) which
18 enables users of giFT to participate in the FastTrack network. The
19 required cryptographic algorithms have been successfully reverse
20 engineered and searching/downloading already work.
21
22 %description -l pl.UTF-8
23 giFT-FastTrack jest wtyczką dla giFT (http://giftproject.org)
24 pozwalającą użytkownikom giFT udzielać się w sieci FastTrack. Wymagane
25 algorytmy kryptograficzne zostały złamane i szukanie/ściąganie już
26 działa.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure \
33         %{!?debug:--disable-debug}
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %if "%{_libdir}" != "%{_prefix}/lib"
43 install -d $RPM_BUILD_ROOT%{_libdir}
44 mv $RPM_BUILD_ROOT%{_prefix}/lib/* $RPM_BUILD_ROOT%{_libdir}
45 %endif
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README TODO
53 %attr(755,root,root) %{_libdir}/giFT/*.so*
54 %{_libdir}/giFT/*.la
55 %{_datadir}/giFT/FastTrack
This page took 0.678228 seconds and 3 git commands to generate.