view gnutella.spec @ 0:d39e1d0d75b6

initial add
author paulo@hit-nxdomain.opendns.com
date Sat, 20 Feb 2010 21:18:28 -0800
parents
children
line source
1 %define RELEASE 1
3 Summary: Gnutella plugin for giFT
4 Name: gift-gnutella
5 Version: 0.0.11
6 Release: 1
7 Copyright: GPL
8 Group: Applications/Internet
9 URL: http://gift.sourceforge.net/
10 Source0: %{name}-%{version}.tar.gz
11 Buildroot: %_tmppath/%{name}-%{version}-root
12 Prefix: %{_prefix}
13 Requires: libgift >= 0.11.4 , libgiftproto >= 0.11.4
15 %description
16 Use this package to connect to Gnutella networks using giFT
18 %prep
19 %setup -q
21 %build
22 %configure
23 %__make
25 %install
26 %makeinstall
28 %clean
29 make clean
30 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
32 %files
33 %defattr(-,root,root)
34 %_libdir/giFT/*
35 %_datadir/giFT/*
37 %changelog
38 * Sat Feb 14 2004 Craig Barnes <hbelfaq@softhome.net>
39 - use %configure macro which should work properly now
40 - use %makeinstall macro
41 - remove build root when finished
43 * Sun Sep 07 2003 Franco Catrin L. <fcatrin@tuxpan.com>
44 - updated to official package distribution