rpms/gift-gnutella/FC-5 gift-gnutella.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Mar 13 02:39:49 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/gift-gnutella/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29803

Modified Files:
	.cvsignore sources 
Added Files:
	gift-gnutella.spec 
Log Message:
sync w/devel branch



--- NEW FILE gift-gnutella.spec ---

# Fedora Review http://bugzilla.redhat.com/175278

Summary: Gnutella plugin for giFT 
Name:	 gift-gnutella
Version: 0.0.11
Release: 1%{?dist} 

License: GPL
Group:	 Development/Libraries
URL: 	 http://gift.sourceforge.net/
Source:	 http://dl.sourceforge.net/sourceforge/gift/gift-gnutella-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gift-devel
BuildRequires: zlib-devel
BuildRequires: libxml2-devel

%description
%{summary}.


%prep
%setup -q


%build
%configure --with-libxml

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

## Unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README AUTHORS ChangeLog COPYING NEWS TODO
%{_libdir}/giFT/libGnutella.*
%{_datadir}/giFT/Gnutella/


%changelog
* Thu Sep 14 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 0.0.11-1
- gift-gnutella-0.0.11

* Tue Dec 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.0.10-3
- --with-libxml, BR: libxml2-devel 

* Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net. 0.0.10-2
- drop redundant Requires: gift

* Thu Dec 08 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.0.10-1
- cleanup for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gift-gnutella/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Mar 2007 21:28:18 -0000	1.1
+++ .cvsignore	13 Mar 2007 02:39:16 -0000	1.2
@@ -0,0 +1 @@
+gift-gnutella-0.0.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gift-gnutella/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Mar 2007 21:28:18 -0000	1.1
+++ sources	13 Mar 2007 02:39:16 -0000	1.2
@@ -0,0 +1 @@
+279c7dc0121b3b7e209b09c98d10f17f  gift-gnutella-0.0.11.tar.bz2




More information about the scm-commits mailing list