rpms/parprouted/F-9 import.log, NONE, 1.1 makefile.patch, NONE, 1.1 parprouted.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paulo Roma Cavalcanti roma at fedoraproject.org
Sat Nov 1 19:56:51 UTC 2008


Author: roma

Update of /cvs/pkgs/rpms/parprouted/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12145/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log makefile.patch parprouted.spec 
Log Message:
Initial CVS import.



--- NEW FILE import.log ---
parprouted-0_70-3_fc8:F-9:parprouted-0.70-3.fc8.src.rpm:1225569279

makefile.patch:

--- NEW FILE makefile.patch ---
diff -Naur parprouted-0.7/Makefile parprouted-0.7-new/Makefile
--- parprouted-0.7/Makefile	2008-01-27 20:25:38.000000000 -0200
+++ parprouted-0.7-new/Makefile	2008-08-10 10:18:51.000000000 -0300
@@ -6,6 +6,9 @@
 # For ARM:
 # CFLAGS =  -Wall $(EXTRA_CFLAGS)
 LDFLAGS = 
+DESTDIR = 
+prefix = /usr
+mandir = ${prefix}/share/man
 OBJS = parprouted.o arp.o
 
 LIBS = -lpthread
@@ -13,8 +16,8 @@
 all: parprouted
 
 install: all
-	install parprouted /usr/local/sbin
-	install parprouted.8 /usr/local/man/man8
+	install -Dp -m0755 parprouted ${DESTDIR}${prefix}/bin/parprouted
+	install -Dp -m0644 parprouted.8 ${DESTDIR}${mandir}/man8/parprouted.8
 
 clean:
 	rm -f $(OBJS) parprouted core


--- NEW FILE parprouted.spec ---
%define real_version 0.7

Name:    parprouted
Version: 0.70
Release: 3%{dist}
License: GPLv2
Summary: Proxy ARP IP bridging daemon
Group:   Applications/Internet
URL:     http://www.hazard.maks.net/
Source0: http://www.hazard.maks.net/parprouted/%{name}-%{real_version}.tar.gz
Source1: scripts.tar.gz
Patch:   makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: iproute procps tunctl

%description
parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.
Unlike standard bridging, proxy ARP bridging allows to bridge Ethernet
networks behind wireless nodes. Normal L2 bridging does not work between
wireless nodes because wireless does not know about MAC addresses used
in the wired Ethernet networks. Also this daemon is useful for making
transparent firewalls.

%prep
%setup -q -n %{name}-%{real_version}
%patch -p1 -b .makefile

%build
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%{__tar} -zxf %{SOURCE1} -C %{buildroot}%{_bindir}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc CHANGELOG COPYING README
%{_bindir}/%{name}*
%{_mandir}/man8/%{name}.8*

%changelog
* Sat Oct 25 2008 Paulo Roma <roma at lcg.ufrj.br> - 0.70-3
- Added Requires: procps tunctl
- Created scripits parprouted-up.sh and parprouted-down.sh

* Tue Aug 05 2008 Paulo Roma <roma at lcg.ufrj.br> - 0.70-2
- Rebuilt for Fedora 8.
- Made setup quiet.
- Patched Makefile for installing on appropriate directories.
- Added Requires: iproute
- Upstream: Vladimir Ivaschenko <vi$maks,net>

* Mon Jan 28 2008 Dag Wieers <dag at wieers.com> - 0.70-1
- Updated to release 0.7.

* Sun Nov 27 2005 Dag Wieers <dag at wieers.com> - 0.63-1
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parprouted/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2008 17:34:18 -0000	1.1
+++ .cvsignore	1 Nov 2008 19:56:21 -0000	1.2
@@ -0,0 +1,2 @@
+parprouted-0.7.tar.gz
+scripts.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parprouted/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2008 17:34:18 -0000	1.1
+++ sources	1 Nov 2008 19:56:21 -0000	1.2
@@ -0,0 +1,2 @@
+570f5deaf09600df8f80f589de79ecdb  parprouted-0.7.tar.gz
+61288c0c46e08ad255a4a1d2c954149d  scripts.tar.gz




More information about the fedora-extras-commits mailing list