Updated to latest stable upstream version: 2.0.14-stable (bz 727129)

Removed the installion of the outdate man pages and the latex raw docs.
Corrected where the other doc are installed.

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2011-09-12 13:11:10 -04:00
parent 3911c83b3c
commit 61c1f59fe0
4 changed files with 8 additions and 28 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libevent-2.0.13-stable.tar.gz
/libevent-2.0.14-stable.tar.gz

View File

@ -1,12 +0,0 @@
diff -up libevent-2.0.13-stable/Doxyfile.orig libevent-2.0.13-stable/Doxyfile
--- libevent-2.0.13-stable/Doxyfile.orig 2011-07-05 13:04:30.000000000 -0400
+++ libevent-2.0.13-stable/Doxyfile 2011-08-10 08:18:42.036654445 -0400
@@ -175,7 +175,7 @@ LATEX_HIDE_INDICES = NO
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
# generate man pages
-GENERATE_MAN = NO
+GENERATE_MAN = YES
# The MAN_EXTENSION tag determines the extension that is added to
# the generated man pages (default is the subroutine's section .3)

View File

@ -1,5 +1,5 @@
Name: libevent
Version: 2.0.13
Version: 2.0.14
Release: 1%{?dist}
Summary: Abstract asynchronous event notification library
@ -11,7 +11,6 @@ Source0: http://downloads.sourceforge.net/levent/%{name}-%{version}-stabl
BuildRequires: doxygen openssl-devel
Patch00: libevent-2.0.10-stable-configure.patch
Patch01: libevent-2.0.13-manpages-on.patch
%description
The libevent API provides a mechanism to execute a callback function
@ -37,8 +36,6 @@ you will need to install %{name}-devel.
# 477685 - libevent-devel multilib conflict
%patch00 -p1
# Enable man pages
%patch01 -p1
%build
%configure \
@ -57,19 +54,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/html
(cd doxygen/html; \
install -p -m 644 *.* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/html)
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/latex
(cd doxygen/latex; \
install -p -m 644 *.* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/latex)
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3
(cd doxygen/man/man3; \
install -p -m 644 *.* $RPM_BUILD_ROOT/%{_mandir}/man3/)
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
(cd sample; \
install -p -m 644 *.c Makefile* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample)
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -103,11 +91,14 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
%{_bindir}/event_rpcgen.*
%{_docdir}/%{name}-devel-%{version}/html/*
%{_docdir}/%{name}-devel-%{version}/latex/*
%{_docdir}/%{name}-devel-%{version}/sample/*
%{_mandir}/man3/*
%changelog
* Wed Aug 10 2011 Steve Dickson <steved@redhat.com> 2.0.14-1
- Updated to latest stable upstream version: 2.0.14-stable (bz 727129)
- Removed the installion of the outdate man pages and the latex raw docs.
- Corrected where the other doc are installed.
* Wed Aug 10 2011 Steve Dickson <steved@redhat.com> 2.0.13-1
- Updated to latest stable upstream version: 2.0.13-stable (bz 727129)

View File

@ -1 +1 @@
af786b4b3f790c9d3279792edf7867fc libevent-2.0.13-stable.tar.gz
cac0f379da35d3b98f83ac16fcfe1df4 libevent-2.0.14-stable.tar.gz