Name: jthread Version: 1.1.1 Release: 0.fdr.1 Summary: Cross-platform thread library wrappers. Group: System Environment/Libraries License: MIT URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html Source: http://research.edm.luc.ac.be/jori/jthread/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ BuildRequires: tetex-latex %description The JThread package provides some classes to make use of threads easy on different platforms. The classes are actually rather simple wrappers around existing thread implementations. The package contains two classes: JThread and JMutex, which (obviously) represent a thread and a mutex. For unix-like platforms, the class implementations use the pthread library. On an MS-Windows platform, native Win32 threads are used. %package devel Summary: Development files for jthread. Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The jthread-devel package contains the header files and documentation needed to develop applications with jthread. %prep %setup -q %build # another broken build setup, sigh ./configure --prefix=$RPM_BUILD_ROOT/usr make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc ChangeLog README.TXT %{_libdir}/libjthread.so.* %files devel %defattr(-,root,root,-) %doc doc/manual.pdf %{_libdir}/libjthread.a %{_libdir}/libjthread.so %{_includedir}/jthread %changelog * Thu Apr 07 2005 Thomas Vander Stichele - 1.1.1-0.fdr.1 - Initial package