rpms/gtk-gnutella/devel gtk-gnutella.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Mon Oct 3 14:39:19 UTC 2005


Author: buc

Update of /cvs/extras/rpms/gtk-gnutella/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11280/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtk-gnutella.spec 
Log Message:
auto-import gtk-gnutella-0.95.4-1 on branch devel from gtk-gnutella-0.95.4-1.src.rpm


--- NEW FILE gtk-gnutella.spec ---

Name: gtk-gnutella
Summary: GUI based Gnutella Client
Version: 0.95.4
Release: 1%{?dist}
Group: Applications/Internet
License: GPL
URL: http://gtk-gnutella.sourceforge.net
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{!?_with_gtk1:1}
BuildRequires: gtk2-devel, libglade2-devel
%else
BuildRequires: gtk+-devel, libglade-devel
%endif
BuildRequires: libxml2-devel, byacc
BuildRequires: desktop-file-utils >= 0.2.90


%description
Gtk-Gnutella is a GUI based Gnutella p2p servent. It's a fully featured  
servent designed to share any type of file.  Gtk-gnutella implements 
compressed gnutella net connections, ultrapeer and leaf nodes and uses 
Passive/Active Remote Queueing (PARQ), and other modern gnutella network 
features.


%prep
%setup -q


%build
./Configure -O -Dprefix=%{_prefix} -Dbindir=%{_bindir} \
	-Dprivlib=%{_datadir}/%{name} -Dsysman=%{_mandir}/man1 \
	-Dccflags="$RPM_OPT_FLAGS -Wall" -Dcc=gcc -Doptimize="-O2" \
	-Dyacc="byacc" -Dgtkversion=%{?_with_gtk1:1}%{!?_with_gtk1:2} \
	-Dofficial=true -ders
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL_PREFIX=$RPM_BUILD_ROOT

install -p -m 644 gtk-gnutella*.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/

desktop-file-install --vendor fedora --delete-original      \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
  --add-category X-Fedora                                   \
  $RPM_BUILD_ROOT%{_datadir}/applications/*

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root)
%attr(755,root,root) %{_bindir}/*
%{_datadir}/gtk-gnutella
%{_datadir}/applications/*
%{_datadir}/pixmaps/*

%doc README TODO AUTHORS LICENSE GEO_LICENSE doc/other/remote-shell.txt


%changelog
* Mon Oct  3 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.95.4-1
- accepted for Fedora Extra
  (review by Aurelien Bompard <gauret at free.fr>)

* Wed Sep 28 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.95.4-1
- Upgrade to 0.95.4
- spec file cleanups for Fedora Extras
- build with gtk2 by default, or specify "--with gtk1" for rpmbuild

* Mon Jul 12 2004 Simon Perreault <nomis80 at nomis80.org> - 0.94-1.gtk2
- Update to 0.94

* Sun Jun 13 2004 Simon Perreault <nomis80 at nomis80.org> - 0.93.4-1.gtk2
- Update to 0.93.4

* Mon Jan 26 2004 Simon Perreault <nomis80 at nomis80.org> - 0.93.3-2.gtk2
- Replaced bison with byacc, needed for Fedora
- BuildPrereq: -> BuildRequires:
- Misc RPM cleanups

* Sun Jan 25 2004 Murphy <eqom14 at users.sourceforge.net>
- 0.93.3
- Added -O option to Configure to override any symbols in config.sh from a previous config. Thanks to Aaron Sherman for pointing out the problem. 
- Removed INSTALLFLAGS option to make install since that bug was fixed (regular files don't get +x anymore.)

* Tue Jan 06 2004 Murphy <eqom14 at users.sourceforge.net>
- 0.93.2
- First ChangeLog entry in a while.

* Tue Dec 11 2001 Sam Varshavchik <mrsam at courier-mta.com>
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtk-gnutella/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Oct 2005 14:38:20 -0000	1.1
+++ .cvsignore	3 Oct 2005 14:39:17 -0000	1.2
@@ -0,0 +1 @@
+gtk-gnutella-0.95.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtk-gnutella/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Oct 2005 14:38:20 -0000	1.1
+++ sources	3 Oct 2005 14:39:17 -0000	1.2
@@ -0,0 +1 @@
+4e6ea65149100c882f9b2c4ff7ca8dc1  gtk-gnutella-0.95.4.tar.bz2




More information about the fedora-extras-commits mailing list