]> git.pld-linux.org Git - packages/bgrab.git/blobdiff - bgrab.spec
- use new %%doc
[packages/bgrab.git] / bgrab.spec
index f6e913e1586f747934907e74402b93364e741282..de1f58ce9a48099142bb469251612ad33f46275f 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Rael's Binary Grabber
+Summary(pl):   ¦ci±gacz binariów Raela
 Name:          bgrab
 Version:       1.3.6
-Release:       1
-Copyright:     Free
+Release:       2
+License:       Free
 Group:         Networking/News
-Group(de):     Netzwerkwesen/News
-Group(pl):     Sieciowe/News
-URL:           http://www.student.dtu.dk/~c960941/bgrab/
-Source0:       %{name}-%{version}.tgz
+Source0:       http://www.student.dtu.dk/~c960941/bgrab/%{name}-%{version}.tgz
 Patch0:                %{name}-noreplace.patch
 Patch1:                %{name}-regex.h.patch
+URL:           http://www.student.dtu.dk/~c960941/bgrab/
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,6 +22,13 @@ extract any binary attachments included in any of those messages
 keyboard interaction and could be fairly easily scheduled to run from
 crond.
 
+%description -l pl
+Celem tego programu jest automatyczne ¶ci±ganie binarnych za³±czników
+z grup usenetowych. Po podaniu nazwy grupy program ³±czy siê z
+serwerem news, czyta wszystkie wiadomo¶ci z grupy i wyci±ga z nich
+wszelkie binarne za³±czniki (tak¿e wieloczê¶ciowe). Program ten nie
+wymaga interakcji i mo¿e byæ w prosty sposób u¿ywany z crona.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -28,15 +36,13 @@ crond.
 chmod 755 configure
 
 %build
-CPPFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} \
-       -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} \
-       -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} \
-       -I%{_includedir}/ncurses"
+CPPFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure
 
-%{__make}
+%{__make} CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions  -I%{_includedir}/ncurses"
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -44,12 +50,10 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 install bgrab $RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf COPYING README*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc COPYING README*
 %attr(755,root,root) %{_bindir}/*
This page took 0.179663 seconds and 4 git commands to generate.