From df99bc3852f9b5954125dbff626b5291b8287d77 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 27 Dec 2000 20:33:31 +0000 Subject: [PATCH] - fixed build flags, removed patch - release 10 to allow upgrade from RH6.2-contrib Changed files: archie.spec -> 1.2 --- archie.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/archie.spec b/archie.spec index 82f6016..baf7974 100644 --- a/archie.spec +++ b/archie.spec @@ -1,37 +1,41 @@ Name: archie License: non-commercial Group: Applications/Networking +Group(de): Applikationen/Netzwerkwesen Group(pl): Aplikacje/Sieciowe Version: 1.4.1 -Release: 1 +Release: 10 Summary: Simple archie client Summary(pl): Klient us³ugi sieciowej archie Source0: c-%{name}-%{version}.tar.gz -Patch0: %{name}-FLAGS.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Tool that will let you check a database containing thousands of entries -for the files that're available at FTP sites around the world. +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 %prep %setup -q -%patch0 -p1 %build -%{__make} +%{__make} OPTIONS="%{?debug:-O -g -DDEBUG}%{!?debug:$RPM_OPT_FLAGS} -I." DEFINES="" \ + LDFLAGS="%{!?debug:-s}" %install -install -d $RPM_BUILD_ROOT%{_bindir} \ - $RPM_BUILD_ROOT%{_mandir}/man1 +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 +rm -rf $RPM_BUILD_ROOT %files -%{_mandir}/man1/* %defattr(644,root,root,755) -%doc README Prospero archie.doc %attr(755,root,root) %{_bindir}/archie +%{_mandir}/man1/* +%doc {README,README.ALEX,Prospero}.gz -- 2.44.0