rpms/gts/F-8 gts.spec,1.4,1.5

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Jul 30 07:27:03 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/gts/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25340/F-8

Modified Files:
	gts.spec 
Log Message:
* Wed Jul 30 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.7.6-11
- Let *-devel Require: glib2-devel (BZ: 457099).
- Pass LIBS=-lm to %configure (avoid non-weak refs to libm).
- Add gts-0.7.6-hacks.diff (Various configuration fixes).
- Add gts-0.7.6-autotools.diff (regenerate autotool-generated files).
- Add %check.



Index: gts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gts/F-8/gts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gts.spec	28 Aug 2007 19:56:44 -0000	1.4
+++ gts.spec	30 Jul 2008 07:26:32 -0000	1.5
@@ -1,14 +1,15 @@
 Name:           gts
 Version:        0.7.6
-Release:        7%{?dist}
+Release:        11%{?dist}
 Summary:        GNU Triangulated Surface Library
 Group:          Applications/Engineering
-License:        LGPL
+License:        LGPLv2+
 URL:            http://gts.sourceforge.net/index.html
 Source0:        http://prdownloads.sourceforge.net/gts/gts-0.7.6.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         gts-0.7.6-includedir.diff
-Patch1:         gts-0.7.6-gts_config.diff
+Patch0:         gts-0.7.6-hacks.diff
+
+Patch10:	gts-0.7.6-autotools.diff.bz2
 
 BuildRequires:  glib2-devel
 BuildRequires:  netpbm-devel
@@ -17,6 +18,7 @@
 Summary:        Development files for gts
 Group:          Applications/Engineering
 Requires:       pkgconfig
+Requires:       glib2-devel
 Requires:       %{name} = %{version}-%{release}
 
 %description
@@ -31,10 +33,14 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+
+%patch10 -p1
+
+# Fix broken permissions
+chmod +x test/*/*.sh
 
 %build
-%configure --disable-static --disable-dependency-tracking
+%configure --disable-static --disable-dependency-tracking LIBS=-lm
 make %{?_smp_mflags}
 
 %install
@@ -48,6 +54,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%check
+# Urgh, something is very broken with gts rsp. its testsuite
+make check ||:
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -77,6 +87,25 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Wed Jul 30 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.7.6-11
+- Let *-devel Require: glib2-devel (BZ: 457099).
+- Pass LIBS=-lm to %%configure (avoid non-weak refs to libm).
+- Add gts-0.7.6-hacks.diff (Various configuration fixes).
+- Add gts-0.7.6-autotools.diff (regenerate autotool-generated files).
+- Add %%check.
+
+* Fri May 23 2008 Jon Stanley <jonstanley at gmail.com> - 0.7.6-10
+- Fix license tag
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.7.6-9
+- Autorebuild for GCC 4.3
+
+* Sun Oct 21 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.7.6-8
+- Address BZ 341431:
+  - Rework gts-config.
+  - Rework gts.pc.
+  - Regenerate gts-0.7.6-pkg_config.diff.
+
 * Tue Aug 28 2007 Ed Hill <ed at eh3.com> - 0.7.6-7
 - rebuild for BuildID
 




More information about the fedora-extras-commits mailing list