3.8
This commit is contained in:
parent
0120273c5f
commit
796079567d
@ -1 +1 @@
|
|||||||
libev-3.7.tar.gz
|
libev-3.8.tar.gz
|
||||||
|
@ -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_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-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_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
|
||||||
|
17
libev.spec
17
libev.spec
@ -1,8 +1,8 @@
|
|||||||
%define version_upstream 3.7
|
%define version_upstream 3.8
|
||||||
|
|
||||||
Name: libev
|
Name: libev
|
||||||
Version: 3.70
|
Version: 3.80
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High-performance event loop/event model with lots of features
|
Summary: High-performance event loop/event model with lots of features
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,7 +12,7 @@ Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz
|
|||||||
Source1: %{name}.pc.in
|
Source1: %{name}.pc.in
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: automake17
|
BuildRequires: automake libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libev is modelled (very losely) after libevent and the Event perl
|
Libev is modelled (very losely) after libevent and the Event perl
|
||||||
@ -38,8 +38,8 @@ featureful. And also smaller. Development libraries.
|
|||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
sed -i.pkgconfig -e 's|Makefile|Makefile libev.pc|' configure.ac configure
|
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
|
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
|
aclocal
|
||||||
#touch -r
|
automake
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user