[slrn] 1.0.1 bump

Petr Pisar ppisar at fedoraproject.org
Tue Jan 8 13:24:03 UTC 2013


commit 64b5763332b3e85c41ba868983a477f0fa942164
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 8 14:22:02 2013 +0100

    1.0.1 bump

 .gitignore |    1 +
 .rpmlint   |    2 ++
 slrn.spec  |   26 +++++++++++---------------
 sources    |    2 +-
 4 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec67656..fcdd8ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 slrn-0.9.9p1.tar.gz
+/slrn-1.0.1.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..8c685d4
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* customizable");
diff --git a/slrn.spec b/slrn.spec
index f86f11e..75ff577 100644
--- a/slrn.spec
+++ b/slrn.spec
@@ -1,19 +1,20 @@
 Summary: A threaded Internet news reader
 Name: slrn
-Version: 0.9.9p1
-Release: 6%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Internet
+URL: http://slrn.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: slrnpull-expire
 Source2: slrnpull.log
 Source4: README.rpm-slrnpull
 Patch1: slrn-0.9.9pre108-makefile.patch
 Patch2: slrn-0.9.9pre108-sendmail.patch
-BuildRequires: nss-devel nss_compat_ossl-devel slang-devel
 BuildRequires: inews
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://slrn.sourceforge.net/
+BuildRequires: nss-devel
+BuildRequires: nss_compat_ossl-devel
+BuildRequires: slang-devel >= 2.1
 
 %description
 SLRN is a threaded Internet news reader. SLRN is highly customizable
@@ -43,18 +44,15 @@ done
 
 %build
 %configure \
-    --with-slanginc=%{_includedir}/slang \
-    --with-slanglib=%{_libdir} \
     --with-ssl=%{_prefix} \
     --with-nss-compat \
     --with-slrnpull=%{_var}/spool/slrnpull \
     --enable-inews \
-    --enable-setgid-code
+    --enable-setgid-code \
+    --enable-warnings
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
 install -p -m644 doc/slrn.rc $RPM_BUILD_ROOT%{_sysconfdir}/slrn.rc
@@ -74,11 +72,7 @@ chmod 644 doc/slrnpull/* contrib/*
 # remove unpackaged files from the buildroot
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/slrn
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc COPYING COPYRIGHT changes.txt README
 %doc doc/FAQ doc/FIRST_STEPS doc/README.* doc/THANKS doc/*.txt doc/slrn*.html
 %doc doc/score.sl contrib
@@ -88,7 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/slrn.1*
 
 %files pull
-%defattr(-,root,root)
 %doc doc/slrnpull/*
 %{_sysconfdir}/cron.daily/slrnpull-expire
 %config(noreplace) %{_sysconfdir}/logrotate.d/slrn-pull
@@ -99,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/slrnpull.1*
 
 %changelog
+* Tue Jan 08 2013 Petr Pisar <ppisar at redhat.com> - 1.0.1-1
+- 1.0.1 bump
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.9p1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c8c045..00dc4b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc8ac6baaff7cc2a8b78f7fbbe3187f  slrn-0.9.9p1.tar.gz
+232670ab76a045967b137e5124b3d681  slrn-1.0.1.tar.gz


More information about the scm-commits mailing list