]> git.pld-linux.org Git - packages/divert-utils.git/commitdiff
- initial PLD release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2001 14:51:01 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    divert-utils.spec -> 1.1

divert-utils.spec [new file with mode: 0644]

diff --git a/divert-utils.spec b/divert-utils.spec
new file mode 100644 (file)
index 0000000..264593a
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       An ethernet frame diverter for transparent www proxying bridge and more
+Summary(pl):   Ethernetowy frame diverted dla transparentnego proxy www i wiêcej
+Name:          divert-utils
+Version:       0.221
+Release:       1
+License:       GPL
+Group:         Networking/Admin
+Group(de):     Netzwerkwesen/Administration
+Group(pl):     Sieciowe/Administracyjne
+Source0:       http://diverter.sourceforge.net/EtherDivert/%{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+URL:           http://diverter.sourceforge.net/
+
+%define                _sbindir        /sbin
+
+%description
+An ethernet frame diverter for transparent www proxying bridge and
+more.
+
+%description -l pl
+Ethernetowy frame diverted dla transparentnego proxy www i wiêcej.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       DEBUG="%{rpmcflags} %{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install divert                 $RPM_BUILD_ROOT%{_sbindir}
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/*
This page took 0.090496 seconds and 4 git commands to generate.