]> git.pld-linux.org Git - packages/7plus.git/blobdiff - 7plus.spec
- tabs in preamle
[packages/7plus.git] / 7plus.spec
index 8bf97036b8fe2d7b6390fa9fbc66e7d515b2d496..12cccd78f60e98d0303e1aab75d7849d2c969623 100644 (file)
@@ -1,37 +1,39 @@
 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(pl):     Sieciowe/Narzêdzia
-Source0:       ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/7plus-2.25.tar.gz
+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.
+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
 
 %files
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/7plus
This page took 0.031217 seconds and 4 git commands to generate.