]> git.pld-linux.org Git - packages/7plus.git/blobdiff - 7plus.spec
- tabs in preamle
[packages/7plus.git] / 7plus.spec
index b80f8175e6e69ebb963af099f2f01517ea6c14cd..12cccd78f60e98d0303e1aab75d7849d2c969623 100644 (file)
@@ -1,37 +1,35 @@
 Summary:       Application to split binary files - used widely by hams
-Summary(pl):   Programik do dzielenia plikow binarnych - uzywany przez radioamatorów
+Summary(pl.UTF-8):     Programik do dzielenia plików binarnych - używany przez radioamatorów
 Name:          7plus
 Version:       2.25
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(es):     Red/Utilitarios
-Group(pl):     Sieciowe/Narzêdzia
-Group(pt_BR):  Rede/Utilitários
 Source0:       ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/%{name}-%{version}.tar.gz
+# Source0-md5: b4c5f883d75b112cb0f0dd40c21b3d8c
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Application to split binary files - like base64 / uuencode but for
 hams.
 
-%description -l pl
-Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz
-jest powszechnie stosowany przez radioamatorów.
+%description -l pl.UTF-8
+Program pozwalający dzielić binaria - jak base64 czy uuencode, lecz
+jest powszechnie stosowany przez radioamatorów.
 
 %prep
 %setup -q -n 7plsrc.225
 
 %build
-mv linux.mak Makefile
-%{__make} CC="gcc %{rpmcflags} -Wall"
+mv -f linux.mak Makefile
+%{__make} \
+       CC="%{__cc} %{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
 
-install 7plus          $RPM_BUILD_ROOT%{_bindir}
+install 7plus $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.26709 seconds and 4 git commands to generate.