SPECS: slrn.spec - updated to 0.9.9-pre122 - updated user-agent, sort_visibl...

qboosh qboosh at pld-linux.org
Fri Jul 25 21:54:14 CEST 2008


Author: qboosh                       Date: Fri Jul 25 19:54:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.9-pre122
- updated user-agent,sort_visible_headers patches
- removed obsolete config,sharedlibs,search-author,iconv patches

---- Files affected:
SPECS:
   slrn.spec (1.126 -> 1.127) 

---- Diffs:

================================================================
Index: SPECS/slrn.spec
diff -u SPECS/slrn.spec:1.126 SPECS/slrn.spec:1.127
--- SPECS/slrn.spec:1.126	Tue Oct  9 17:31:11 2007
+++ SPECS/slrn.spec	Fri Jul 25 21:54:08 2008
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - adjust iconv patch to warn instead of bail out on mime_charset
-#   setting in slrnrc
-# - make ICONV_DEFAULT_CHARSET configurable at runtime
 #
 # Conditional build:
 %bcond_without	canlock		# - build without Cancel-Lock support
@@ -18,28 +14,23 @@
 Summary(pt_BR.UTF-8):	O melhor leitor de notícias do mundo
 Summary(tr.UTF-8):	Görüşüne göre dünyanın en iyi haber grubu okuyucusu
 Name:		slrn
-Version:	0.9.8.1pl1
-Release:	2.1
-License:	GPL
+Version:	0.9.9
+Release:	0.pre122.1
+License:	GPL v2+
 Group:		Applications/News
-Source0:	http://www.slrn.org/patches/%{name}-%{version}.tar.gz
-# Source0-md5:	a2aa6a802d6a1dc2bb10af3b564c96ef
+Source0:	http://slrn.org/downloads/%{name}-pre%{version}-122.tar.bz2
+# Source0-md5:	81ea5b78523acae5734f8d6d19a06f23
 Source1:	%{name}.1.pl
 Source2:	%{name}.desktop
 Source3:	%{name}.png
 Source4:	%{name}-pull.logrotate
 Patch0:		%{name}-keymap.patch
-Patch1:		%{name}-config.patch
-Patch2:		%{name}-user-agent.patch
-Patch3:		%{name}-sort_visible_headers.patch
-Patch4:		%{name}-sharedlibs.patch
-Patch5:		%{name}-home_etc.patch
-Patch6:		%{name}-pl.po-update.patch
-Patch7:		%{name}-search-author.patch
-Patch8:		%{name}-iconv.patch
+Patch1:		%{name}-user-agent.patch
+Patch2:		%{name}-sort_visible_headers.patch
+Patch3:		%{name}-home_etc.patch
+Patch4:		%{name}-pl.po-update.patch
 URL:		http://www.slrn.org/
-BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.50
 %{?with_canlock:BuildRequires:	canlock-devel >= 2a}
 BuildRequires:	gettext-devel
 %{?with_ssl:BuildRequires:	openssl-devel >= 0.9.7d}
@@ -122,36 +113,28 @@
 spool de notícias, para leitura "offline".
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+
+ln -s autoconf/configure.ac .
 
 %build
-%{__gettextize}
-%{__aclocal} -I autoconf
-%{__autoheader}
-%{__autoconf}
-%{__automake}
+%{__autoconf} -B autoconf
 %configure \
 	INEWS="/usr/bin/inews" \
 	SENDMAIL="/usr/lib/sendmail" \
-	--enable-iconv \
 	--enable-inews \
-	--enable-ipv6 \
 	--enable-mid-cache \
 	--enable-setgid-code \
 	--enable-spool \
-	%{?with_canlock:--with-canlock --with-canlock=%{_libdir}} \
-	--with-slrnpull \
-	%{?with_ssl:--with-ssl --with-ssl-library=%{_libdir}} \
-	%{?with_uudeview:--with-uudeview --with-uudeview=%{_libdir}}
+	%{?with_canlock:--with-canlock} \
+	--with-slrnpull=/var/spool/slrnpull \
+	%{?with_ssl:--with-ssl} \
+	%{?with_uudeview:--with-uu}
 
 %{__make}
 
@@ -186,15 +169,15 @@
 %defattr(644,root,root,755)
 %doc COPYRIGHT README changes.txt contrib/{README,NEWS}.* doc/*.html
 %doc doc/{FAQ,FIRST_STEPS,README.*,THANKS,{help,manual,score,slrnfuns}.txt,*.sl}
+%attr(755,root,root) %{_bindir}/cleanscore
 %attr(755,root,root) %{_bindir}/slrn
 %attr(755,root,root) %{_bindir}/slrnrc-conv
-%attr(755,root,root) %{_bindir}/cleanscore
 %dir %{_datadir}/slrn
-%{_datadir}/slrn/macros
+%{_datadir}/slrn/slang
 %{_mandir}/man1/slrn.1*
-%lang(pl) %{_mandir}/pl/man1/*
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
+%lang(pl) %{_mandir}/pl/man1/slrn.1*
+%{_desktopdir}/slrn.desktop
+%{_pixmapsdir}/slrn.png
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/slrn.rc
 
 %files pull
@@ -221,6 +204,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.127  2008/07/25 19:54:08  qboosh
+- updated to 0.9.9-pre122
+- updated user-agent,sort_visible_headers patches
+- removed obsolete config,sharedlibs,search-author,iconv patches
+
 Revision 1.126  2007/10/09 15:31:11  baggins
 - s/enviroment/environment/
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slrn.spec?r1=1.126&r2=1.127&f=u



More information about the pld-cvs-commit mailing list