rpms/libdnet/EL-4 libdnet.spec,1.1,1.2 sources,1.2,1.3

Oliver Falk oliver at fedoraproject.org
Tue Nov 24 12:13:21 UTC 2009


Author: oliver

Update of /cvs/extras/rpms/libdnet/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26719

Modified Files:
	libdnet.spec sources 
Log Message:

* Sync with devel
* Initial build for RHEL4



Index: libdnet.spec
===================================================================
RCS file: /cvs/extras/rpms/libdnet/EL-4/libdnet.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libdnet.spec	17 Jul 2005 11:45:50 -0000	1.1
+++ libdnet.spec	24 Nov 2009 12:13:21 -0000	1.2
@@ -1,14 +1,15 @@
 Summary:	Simple portable interface to lowlevel networking routines
 Name:		libdnet
 
-Version:	1.10
-Release:	2%{?dist}
+Version:	1.12
+Release:	1%{?dist}
 
-License:	BSD-like
+License:	BSD
 Group:		System Environment/Libraries
-URL:		http://libdnet.sf.net/
+URL:		http://code.google.com/p/%{name}/
 
-Source:		http://dl.sf.net/libdnet/libdnet-%{version}.tar.gz
+Source:		http://%{name}.googlecode.com/files/%{name}-%{version}.tgz
+Patch0:		%{name}-shrext.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -20,23 +21,24 @@ pf, ...), network interface lookup and m
 packet and Ethernet frame, and data transmission.
 
 %package devel
-Summary:    Header files for libdnet library
-Group:      Development/Libraries
-Requires:   %{name} = %{version}-%{release}
+Summary:	Header files for libdnet library
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 %{summary}.
 
 %package progs
-Summary:    Sample applications to use with libdnet
-Group:      Applications/Internet
-Requires:   %{name} = %{version}-%{release}
+Summary:	Sample applications to use with libdnet
+Group:		Applications/Internet
+Requires:	%{name} = %{version}-%{release}
 
 %description progs
 %{summary}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -44,7 +46,7 @@ Requires:   %{name} = %{version}-%{relea
 
 %install
 %{__rm} -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+%{__make} install DESTDIR=%{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -75,8 +77,40 @@ make install DESTDIR=%{buildroot}
 %{_mandir}/man8/*.8*
 
 %changelog
+* Tue Nov 24 2009 Oliver Falk <oliver at linux-kernel.at> 1.12-6
+- Initial build for RHEL4
+ 
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 13 2008 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.12-3
+- Bump-n-build for GCC 4.3
+
+* Tue Aug 21 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.12-2
+- Rebuild for BuildID
+- Changed license tag to be more conformant
+
+* Thu Feb 15 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.12-1
+- New upstream version
+- New upstream web site (thanks JPO!)
+- Patch for inconsistent shrext variable
+- Minor edits for consistency
+
+* Wed Jan 24 2007 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.10-5
+- Converted spec to UTF-8 to fix BZ#222794
+
+* Wed Oct 04 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.10-4
+- Bump-n-build
+- Reverted to 1.10; 1.11 has some serious issues
+
+* Tue Sep 19 2006 Patrick "Jima" Laughton <jima at beer.tclug.org>	- 1.10-3
+- Bump for FC6 rebuild
+
 * Thu Jul 14 2005 Oliver Falk <oliver at linux-kernel.at>		- 1.10-2
-- Integrate José's patch after reviewing the pkg.
+- Integrate Josщ's patch after reviewing the pkg.
 
 * Fri Jul 08 2005 Oliver Falk <oliver at linux-kernel.at>		- 1.10-1
 - Build for FE


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libdnet/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Jul 2005 11:45:50 -0000	1.2
+++ sources	24 Nov 2009 12:13:21 -0000	1.3
@@ -1 +1 @@
-416b765e9d9961501ac85e9a366fd219  libdnet-1.10.tar.gz
+9253ef6de1b5e28e9c9a62b882e44cc9  libdnet-1.12.tgz




More information about the fedora-extras-commits mailing list