rpms/pth/devel pth-2.0.3.tar.gz.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 pth.spec, 1.5, 1.6 sources, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Feb 13 04:54:46 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/pth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29596/devel

Modified Files:
	.cvsignore pth.spec sources 
Added Files:
	pth-2.0.3.tar.gz.sig 
Log Message:
auto-import pth-2.0.3-1 on branch devel from pth-2.0.3-1.src.rpm


--- NEW FILE pth-2.0.3.tar.gz.sig ---
ˆ?

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pth/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:13:38 -0000	1.2
+++ .cvsignore	13 Feb 2005 04:54:44 -0000	1.3
@@ -1 +1 @@
-pth-2.0.0.tar.gz
+pth-2.0.3.tar.gz


Index: pth.spec
===================================================================
RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pth.spec	10 Dec 2004 22:03:09 -0000	1.5
+++ pth.spec	13 Feb 2005 04:54:44 -0000	1.6
@@ -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 @@
 %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 @@
 
 %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 @@
 
 
 %changelog
-* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0.0-0.fdr.1
+* Tue Dec 14 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 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 <adrian at lisas.de> - 0:2.0.2-0.fdr.2
+- iconv-ing spec to utf8
+
+* Wed Oct 06 2004 Adrian Reber <adrian at lisas.de> - 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ä <ville.skytta at iki.fi> - 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ä <ville.skytta at iki.fi> - 1.4.1-1.fedora.1
+* Fri Feb  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-1.fedora.1
 - First Fedora release, based on Ryan Weaver's work.
 - Move (most of) docs to main package.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pth/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:13:38 -0000	1.2
+++ sources	13 Feb 2005 04:54:44 -0000	1.3
@@ -1 +1 @@
-f84a87295fef3b41499f3b728b1f0050  pth-2.0.0.tar.gz
+86f266c061d5bf6034e02065214ff1ff  pth-2.0.3.tar.gz




More information about the fedora-extras-commits mailing list