Name: lwp Version: 2.6 Release: 3%{?dist} Summary: C library for user-mode threading Group: System Environment/Libraries License: LGPLv2 URL: http://www.coda.cs.cmu.edu/ Source0: ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz Patch0: lwp-2.6-no-longjmp_chk.patch %description The LWP user-space threads library. The LWP threads library is used by the Coda distributed file-system, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library). %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release}, pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %patch0 -p1 -b .nolongjmpchk %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %check ./src/testlwp 2 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.* %files devel %{_includedir}/%{name} %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %changelog * Tue Oct 11 2011 Tom Callaway - 2.6-3 - revived * Tue Feb 08 2011 Fedora Release Engineering - 2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Apr 1 2010 Adam Goode - 2.6-1 - New upstream release + Fix fortify failure whenever a new thread is started (not really) + ARM thumb2 assembly fix - Update longjmp patch, upstream is not quite right yet * Thu Aug 20 2009 Adam Goode - 2.5-3 - Add check to specfile - Patch around lwp's creative use of longjmp that fails with fortify * Sat Jul 25 2009 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Feb 27 2009 Adam Goode - 2.5-1 - New upstream release + Correct license on a few files + Add valgrind support + Adjust API (not ABI) for const correctness + Increase context switch performance * Wed Feb 25 2009 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon May 12 2008 Hans de Goede 2.4-1 - Initial Fedora package