Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison gnutella.spec @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4d9411012bdb |
---|---|
1 %define RELEASE 1 | |
2 | |
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 | |
14 | |
15 %description | |
16 Use this package to connect to Gnutella networks using giFT | |
17 | |
18 %prep | |
19 %setup -q | |
20 | |
21 %build | |
22 %configure | |
23 %__make | |
24 | |
25 %install | |
26 %makeinstall | |
27 | |
28 %clean | |
29 make clean | |
30 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" | |
31 | |
32 %files | |
33 %defattr(-,root,root) | |
34 %_libdir/giFT/* | |
35 %_datadir/giFT/* | |
36 | |
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 | |
42 | |
43 * Sun Sep 07 2003 Franco Catrin L. <fcatrin@tuxpan.com> | |
44 - updated to official package distribution |