add spec changes

This commit is contained in:
Rahul Sundaram 2011-02-09 20:20:48 +05:30
parent 2175bb4410
commit 2d94b2ab44

View File

@ -1,18 +1,15 @@
Name: libevent
Version: 2.0.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Abstract asynchronous event notification library
Group: System Environment/Libraries
License: BSD
URL: http://monkey.org/~provos/libevent/
Source0: http://monkey.org/~provos/libevent-%{version}-stable.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://sourceforge.net/projects/levent/
Source0: http://downloads.sourceforge.net/levent/%{name}-%{version}-stable.tar.gz
BuildRequires: doxygen openssl-devel
Requires: openssl
Patch00: libevent-2.0.10-stable-configure.patch
%description
@ -69,8 +66,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
(cd sample; \
install *.c Makefile* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample)
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
@ -110,6 +105,11 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/%{name}-devel-%{version}/sample/*
%changelog
* Wed Feb 09 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.0.10-2
- Fix build
- Update spec to match current guidelines
- drop no longer needed patch
* Tue Feb 8 2011 Steve Dickson <steved@redhat.com> 2.0.10-1
- Updated to latest stable upstream version: 2.0.10-stable