rpms/libev/devel import.log, NONE, 1.1 libev.pc.in, NONE, 1.1 libev.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michal Nowak mnowak at fedoraproject.org
Sun Nov 9 13:02:42 UTC 2008


Author: mnowak

Update of /cvs/pkgs/rpms/libev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26721/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libev.pc.in libev.spec 
Log Message:
init



--- NEW FILE import.log ---
libev-3_48-1_fc10:HEAD:libev-3.48-1.fc10.src.rpm:1226235699


--- NEW FILE libev.pc.in ---
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: libev
Description: High-performance event loop/event model
Version: @VERSION@
Libs: -L${libdir} -lev
Libs.private: 
Cflags: -I${includedir}


--- NEW FILE libev.spec ---
Name:		libev
Version:	3.48
Release:	1%{?dist}
Summary:	High-performance event loop/event model with lots of features

Group:		System Environment/Libraries
License:	BSD or GPLv2+
URL:		http://software.schmorp.de/pkg/libev.html
Source0:	http://dist.schmorp.de/libev/%{name}-%{version}.tar.gz
Source1:	%{name}.pc.in
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  automake17

%description
Libev is modelled (very losely) after libevent and the Event perl
module, but is faster, scales better and is more correct, and also more
featureful. And also smaller.

%package 	devel
Summary:	High-performance event loop/event model with lots of features
Group:		System Environment/Libraries
Requires: 	%{name} = %{version}-%{release}
Requires:       pkgconfig

%description 	devel
Libev is modelled (very losely) after libevent and the Event perl
module, but is faster, scales better and is more correct, and also more
featureful. And also smaller. Development libraries.


%prep
%setup -q

# Add pkgconfig support
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


%build
%configure --disable-static --with-pic --includedir=%{_includedir}/%{name}
make %{?_smp_mflags}


%check
make check


%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}.la


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{_libdir}/%{name}.so.*
%{_mandir}/man?/*


%files devel
%defattr(-,root,root,-)
%{_libdir}/%{name}.so
%{_includedir}/libev/
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Sun Nov  9 2008 Michal Nowak <mnowak at redhat.com> - 3.48-1
- version bump: 3.48

* Mon Oct  6 2008 kwizart <kwizart at gmail.com> - 3.44-1
- bump to 3.44

* Tue Sep  2 2008 kwizart <kwizart at gmail.com> - 3.43-4
- Fix pkgconfig support

* Mon Aug 12 2008 Michal Nowak <mnowak at redhat.com> - 3.43-2
- removed libev.a
- installing with "-p"
- event.h is removed intentionaly, because is there only for 
  backward compatibility with libevent

* Mon Aug 04 2008 Michal Nowak <mnowak at redhat.com> - 3.43-1
- initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libev/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2008 22:45:51 -0000	1.1
+++ .cvsignore	9 Nov 2008 13:02:11 -0000	1.2
@@ -0,0 +1 @@
+libev-3.48.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libev/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2008 22:45:51 -0000	1.1
+++ sources	9 Nov 2008 13:02:12 -0000	1.2
@@ -0,0 +1 @@
+579e65390d56ce065857b3066c16b56c  libev-3.48.tar.gz




More information about the fedora-extras-commits mailing list