X-Git-Url: http://git.pld-linux.org/?p=packages%2Farchie.git;a=blobdiff_plain;f=archie.spec;fp=archie.spec;h=3f312457757299f6221d60878ba25fc41023b233;hp=baf7974187fd4b695c94fa546790c2539909730f;hb=ec6a2bf66e52942de926940e12ce2efda5ffb2eb;hpb=df99bc3852f9b5954125dbff626b5291b8287d77 diff --git a/archie.spec b/archie.spec index baf7974..3f31245 100644 --- a/archie.spec +++ b/archie.spec @@ -1,3 +1,5 @@ +Summary: Simple archie client +Summary(pl): Klient us³ugi sieciowej archie Name: archie License: non-commercial Group: Applications/Networking @@ -5,8 +7,6 @@ Group(de): Applikationen/Netzwerkwesen Group(pl): Aplikacje/Sieciowe Version: 1.4.1 Release: 10 -Summary: Simple archie client -Summary(pl): Klient us³ugi sieciowej archie Source0: c-%{name}-%{version}.tar.gz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -15,20 +15,22 @@ Tool that will let you check a database containing thousands of entries for the files that're available at FTP sites around the world. %description -l pl -Narzêdzie, pozwalaj±ce wyszukiwaæ pliki w bazie serwerów FTP +Narzêdzie, pozwalaj±ce wyszukiwaæ pliki w bazie serwerów FTP. %prep %setup -q %build -%{__make} OPTIONS="%{?debug:-O -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I." DEFINES="" \ - LDFLAGS="%{!?debug:-s}" +%{__make} OPTIONS="%{?debug:-O -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I."\ + DEFINES="" LDFLAGS="%{!?debug:-s}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + install %{name} $RPM_BUILD_ROOT%{_bindir} install archie.man $RPM_BUILD_ROOT%{_mandir}/man1/archie.1 + gzip -9nf README README.ALEX Prospero %clean @@ -36,6 +38,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc *.gz %attr(755,root,root) %{_bindir}/archie %{_mandir}/man1/* -%doc {README,README.ALEX,Prospero}.gz