summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2000-04-11 10:49:07 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd145e96347bdafd9f3c0b9cf7c549d10f3816575 (patch)
treea9f2a17e9cc5a0e2b681c97efb8b68287dcfc5de
parent01af20d931d1bf0abb53a88ab366a6c5f1288beb (diff)
download6tunnel-d145e96347bdafd9f3c0b9cf7c549d10f3816575.zip
6tunnel-d145e96347bdafd9f3c0b9cf7c549d10f3816575.tar.gz
- cosmetics.
Changed files: 6tunnel.spec -> 1.6
-rw-r--r--6tunnel.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/6tunnel.spec b/6tunnel.spec
index 8c63464..8bfd637 100644
--- a/6tunnel.spec
+++ b/6tunnel.spec
@@ -1,13 +1,13 @@
+Summary: Simple tunneling for applications that don't speak IPv6
+Summary(pl): Proste narzędzie do tunelowania
Name: 6tunnel
Version: 0.04
Release: 1
+License: GPL
Group: Networking/Utilities
Group(pl): Sieciowe/Narzędzia
-License: GPL
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Source0: ftp://bzium.eu.org/pub/%{name}-%{version}.tar.gz
-Summary: Simple tunneling for applications that don't speak IPv6.
-Summary(pl): Proste narzędzie do tunelowania.
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
If you want to access some services that are avaiable only for IPv6 hosts
@@ -27,11 +27,12 @@ make CC="gcc $RPM_OPT_FLAGS -Wall"
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install -s 6tunnel $RPM_BUILD_ROOT%{_bindir}
install 6tunnel.1 $RPM_BUILD_ROOT%{_mandir}/man1
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -39,4 +40,4 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/6tunnel
-%{_mandir}/man1/6tunnel.*
+%{_mandir}/man1/*