diff gnutella.spec @ 0:d39e1d0d75b6

initial add
author paulo@hit-nxdomain.opendns.com
date Sat, 20 Feb 2010 21:18:28 -0800
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnutella.spec	Sat Feb 20 21:18:28 2010 -0800
     1.3 @@ -0,0 +1,44 @@
     1.4 +%define  RELEASE 1
     1.5 +
     1.6 +Summary: Gnutella plugin for giFT
     1.7 +Name: gift-gnutella
     1.8 +Version: 0.0.11
     1.9 +Release: 1
    1.10 +Copyright: GPL
    1.11 +Group: Applications/Internet
    1.12 +URL: http://gift.sourceforge.net/
    1.13 +Source0: %{name}-%{version}.tar.gz
    1.14 +Buildroot: %_tmppath/%{name}-%{version}-root
    1.15 +Prefix: %{_prefix}
    1.16 +Requires: libgift >= 0.11.4 , libgiftproto >= 0.11.4
    1.17 +
    1.18 +%description
    1.19 +Use this package to connect to Gnutella networks using giFT
    1.20 +
    1.21 +%prep
    1.22 +%setup -q
    1.23 +
    1.24 +%build
    1.25 +%configure
    1.26 +%__make
    1.27 +
    1.28 +%install
    1.29 +%makeinstall
    1.30 +
    1.31 +%clean
    1.32 +make clean
    1.33 +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
    1.34 +
    1.35 +%files
    1.36 +%defattr(-,root,root)
    1.37 +%_libdir/giFT/*
    1.38 +%_datadir/giFT/*
    1.39 +
    1.40 +%changelog
    1.41 +* Sat Feb 14 2004 Craig Barnes <hbelfaq@softhome.net>
    1.42 +- use %configure macro which should work properly now
    1.43 +- use %makeinstall macro
    1.44 +- remove build root when finished
    1.45 +
    1.46 +* Sun Sep 07 2003 Franco Catrin L. <fcatrin@tuxpan.com>
    1.47 +- updated to official package distribution