[nant] Drop scrollkeeper handling

Kalev Lember kalev at fedoraproject.org
Sat May 17 17:27:25 UTC 2014


commit 2b5cc7815c12c7af51f8592d9da2308b68b8cd0d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 17 19:26:39 2014 +0200

    Drop scrollkeeper handling
    
    scrollkeeper-update is a noop these days.

 nant.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/nant.spec b/nant.spec
index 282d1c3..ea707f1 100644
--- a/nant.spec
+++ b/nant.spec
@@ -5,7 +5,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.90
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 Source0: http://downloads.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
 Patch1: nant-0.90-no_ndoc.patch
@@ -24,8 +24,6 @@ BuildRequires: mono-nunit-devel
 %else
 BuildRequires: log4net-devel
 %endif
-Requires(post): scrollkeeper
-Requires(postun): scrollkeeper
 # Mono only available on these:
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 
@@ -131,12 +129,6 @@ test "%{_libdir}" = "%{_prefix}/lib" || mv $RPM_BUILD_ROOT/%{_prefix}/lib/pkgcon
 %clean
 rm -rf %{buildroot}
 
-%post docs
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
-
-%postun docs
-scrollkeeper-update -q || :
-
 %files
 %defattr(-,root,root)
 %doc README.txt doc/*.html COPYING.txt
@@ -152,6 +144,9 @@ scrollkeeper-update -q || :
 %{_libdir}/pkgconfig/nant.pc
 
 %changelog
+* Sat May 17 2014 Kalev Lember <kalevlember at gmail.com> - 1:0.90-13
+- Drop scrollkeeper handling
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.90-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list