]> git.pld-linux.org Git - packages/bgrab.git/blobdiff - bgrab.spec
- use new %%doc
[packages/bgrab.git] / bgrab.spec
index ecd0b6dc55471478bdc0cc2d3df7227649240b62..de1f58ce9a48099142bb469251612ad33f46275f 100644 (file)
@@ -1,25 +1,34 @@
 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(pl):     Sieciowe/News
+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/
-Source0:       %{name}-%{version}.tgz
-Patch0:                bgrab-noreplace.patch
-Patch1:                bgrab-regex.h.patch
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The purpose of this program is to automate the downloading of binary
-attachments from UseNet Newsgroups.  Given a group name, this program
-will connect to a news server, read all messages in that group and 
+attachments from UseNet Newsgroups. Given a group name, this program
+will connect to a news server, read all messages in that group and
 extract any binary attachments included in any of those messages
-(including multipart attachments).  This program does not require any
+(including multipart attachments). This program does not require any
 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
@@ -27,14 +36,13 @@ crond.
 chmod 755 configure
 
 %build
-CPPFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -I/usr/include/ncurses"
-CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -I/usr/include/ncurses"
-CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses"
-LDFLAGS="-s"
-export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+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
@@ -42,15 +50,10 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 install bgrab $RPM_BUILD_ROOT%{_bindir}
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_bindir}/*
-
-gzip -9nf COPYING README*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {COPYING,README*}.gz
-
+%doc COPYING README*
 %attr(755,root,root) %{_bindir}/*
This page took 0.299756 seconds and 4 git commands to generate.