From e0bdb2e6a23cd94a90f1249ca740aae1cd166ae0 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Feb 13 2005 04:54:44 +0000 Subject: auto-import pth-2.0.3-1 on branch devel from pth-2.0.3-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e617e41..2c93c6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pth-2.0.0.tar.gz +pth-2.0.3.tar.gz diff --git a/pth-2.0.3.tar.gz.sig b/pth-2.0.3.tar.gz.sig new file mode 100644 index 0000000..f449a53 Binary files /dev/null and b/pth-2.0.3.tar.gz.sig differ diff --git a/pth.spec b/pth.spec index 43d5f0e..43336df 100644 --- a/pth.spec +++ b/pth.spec @@ -1,13 +1,14 @@ -Summary: GNU Pth - The GNU Portable Threads. +Summary: GNU Pth - The GNU Portable Threads Name: pth -Version: 2.0.0 +Version: 2.0.3 Release: 1 Epoch: 0 -License: GPL +License: LGPL Group: System Environment/Libraries -URL: http://www.ossp.org/pkg/lib/pth/ -Source: ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0.0.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +URL: http://www.gnu.org/software/pth/ +Source: ftp://ftp.gnu.org/gnu/pth/pth-%{version}.tar.gz +Source1: ftp://ftp.gnu.org/gnu/pth/pth-%{version}.tar.gz.sig +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Pth is a very portable POSIX/ANSI-C based library for Unix platforms @@ -20,7 +21,7 @@ stack, signal mask and errno variable. %package devel Summary: Development headers and libraries for GNU Pth Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description devel Development headers and libraries for GNU Pth. @@ -32,18 +33,23 @@ Development headers and libraries for GNU Pth. %build %configure -make #%{?_smp_mflags} +# this is necessary; without it make -j fails +make pth_p.h +make %{?_smp_mflags} + + +%check || : make test %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %makeinstall -rm -f %{buildroot}%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig @@ -69,11 +75,22 @@ rm -rf %{buildroot} %changelog -* Sat Mar 22 2003 Ville Skytt� - 0:2.0.0-0.fdr.1 +* Tue Dec 14 2004 Michael Schwendt - 0:2.0.3-1 +- Update to 2.0.3, minor and common spec adjustments + LGPL, %%check, + use URLs for official GNU companion sites. + +* Thu Oct 07 2004 Adrian Reber - 0:2.0.2-0.fdr.2 +- iconv-ing spec to utf8 + +* Wed Oct 06 2004 Adrian Reber - 0:2.0.2-0.fdr.1 +- Update to 2.0.2 and current Fedora guidelines. +- added workaround for make -j problem + +* Sat Mar 22 2003 Ville Skyttä - 0:2.0.0-0.fdr.1 - Update to 2.0.0 and current Fedora guidelines. - Exclude %%{_libdir}/*.la -* Fri Feb 7 2003 Ville Skytt� - 1.4.1-1.fedora.1 +* Fri Feb 7 2003 Ville Skyttä - 1.4.1-1.fedora.1 - First Fedora release, based on Ryan Weaver's work. - Move (most of) docs to main package. diff --git a/sources b/sources index 7a78c55..7c9975d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f84a87295fef3b41499f3b728b1f0050 pth-2.0.0.tar.gz +86f266c061d5bf6034e02065214ff1ff pth-2.0.3.tar.gz