]> git.pld-linux.org Git - packages/6tunnel.git/blobdiff - 6tunnel.spec
- added using %%{rpmcflags} macro.
[packages/6tunnel.git] / 6tunnel.spec
index 14deff070f9e6de640ebe64c920d613c96c39529..806f5e5440c5aa1fff1f236d199bc24686714737 100644 (file)
@@ -1,10 +1,11 @@
 Summary:       Simple tunneling for applications that don't speak IPv6
 Summary(pl):   Proste narzêdzie do tunelowania
 Name:          6tunnel
-Version:       0.04
+Version:       0.07
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
 Group(pl):     Sieciowe/Narzêdzia
 Source0:       ftp://bzium.eu.org/pub/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,16 +25,14 @@ narz
 %setup -q -n %{name}
 
 %build
-make CC="gcc $RPM_OPT_FLAGS -Wall"
+%{__make} CC="gcc %{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 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*/*
+install 6tunnel                $RPM_BUILD_ROOT%{_bindir}
+install 6tunnel.1      $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.108277 seconds and 4 git commands to generate.