This commit is contained in:
Michal Nowak 2009-08-10 10:05:28 +00:00
parent 0120273c5f
commit 796079567d
4 changed files with 14 additions and 8 deletions

View File

@ -1 +1 @@
libev-3.7.tar.gz
libev-3.8.tar.gz

View File

@ -7,3 +7,4 @@ libev-3_6-1_fc11:HEAD:libev-3.6-1.fc11.src.rpm:1241077041
libev-3_60-1_fc11:HEAD:libev-3.60-1.fc11.src.rpm:1246282750
libev-3_70-1_fc11:HEAD:libev-3.70-1.fc11.src.rpm:1247825976
libev-3_70-2_fc11:HEAD:libev-3.70-2.fc11.src.rpm:1247863439
libev-3_80-1_fc11:HEAD:libev-3.80-1.fc11.src.rpm:1249898792

View File

@ -1,8 +1,8 @@
%define version_upstream 3.7
%define version_upstream 3.8
Name: libev
Version: 3.70
Release: 3%{?dist}
Version: 3.80
Release: 1%{?dist}
Summary: High-performance event loop/event model with lots of features
Group: System Environment/Libraries
@ -12,7 +12,7 @@ Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz
Source1: %{name}.pc.in
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake17
BuildRequires: automake libtool
%description
Libev is modelled (very losely) after libevent and the Event perl
@ -38,8 +38,8 @@ featureful. And also smaller. Development libraries.
cp -p %{SOURCE1} .
sed -i.pkgconfig -e 's|Makefile|Makefile libev.pc|' configure.ac configure
sed -i.pkgconfig -e 's|lib_LTLIBRARIES|pkgconfigdir = $(libdir)/pkgconfig\n\npkgconfig_DATA = libev.pc\n\nlib_LTLIBRARIES|' Makefile.am Makefile.in
automake-1.7
#touch -r
aclocal
automake
%build
@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Aug 10 2009 Michal Nowak <mnowak@redhat.com> - 3.80-1
- 3.8
- always use the most recent automake
- BuildRequires now libtool
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.70-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz
4897453c077056769777d43e5495ded1 libev-3.8.tar.gz