rpms/polyxmass-bin/devel polyxmass-compile.patch, NONE, 1.1 polyxmass-bin.spec, 1.10, 1.11

Miloš Jakubíček mjakubicek at fedoraproject.org
Sun May 17 20:12:56 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/polyxmass-bin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31744/devel

Modified Files:
	polyxmass-bin.spec 
Added Files:
	polyxmass-compile.patch 
Log Message:
- Fix FTBFS: updated to 0.9.8, added polyxmass-compile.patch (resolves BZ#464997).
- Project and source URL set to Debian, see related comments.



polyxmass-compile.patch:

--- NEW FILE polyxmass-compile.patch ---
--- polyxmass-bin/polyxmass/polyxcalc-ui-chempad.c.orig	2009-05-17 21:02:03.000000000 +0200
+++ polyxmass-bin/polyxmass/polyxcalc-ui-chempad.c	2009-05-17 21:02:28.000000000 +0200
@@ -27,6 +27,7 @@
    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
    Boston, MA 02110-1301, USA.
 */
+#include <gtk/gtktypeutils.h>
 #include "polyxcalc-globals.h"
 
 #include "polyxcalc-ui-calculator.h"


Index: polyxmass-bin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/polyxmass-bin/devel/polyxmass-bin.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- polyxmass-bin.spec	27 Feb 2009 01:32:37 -0000	1.10
+++ polyxmass-bin.spec	17 May 2009 20:12:23 -0000	1.11
@@ -1,13 +1,18 @@
 Name:           polyxmass-bin
-Version:        0.9.7
-Release:        3%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 Summary:        The GNU polyxmass software suite
 
 Group:          Applications/Engineering
 License:        GPLv2+
-URL:            http://www.polyxmass.org/
-Source0:        http://www.polyxmass.org/polyxmass-bin/downloads/0.9.7/polyxmass-bin-0.9.7.tar.gz
+# The former URL (polyxmass.org) doesn't exist anymore, the original author switched to Qt and 
+# started a new project called massxpert, see http://www.massxpert.org, which should replace
+# this package in the future -- filed as BZ#501192.
+# The 0.9.8 source file has been downloaded from a debian mirror to fix a FTBFS.
+URL:            http://packages.debian.org/stable/science/polyxmass-bin
+Source0:        http://ftp.de.debian.org/debian/pool/main/p/polyxmass-bin/polyxmass-bin_0.9.8.orig.tar.gz
 Source1:        polyxmass.desktop
+Patch0:			polyxmass-compile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpolyxmass-devel >= 0.9.0
@@ -34,7 +39,8 @@ polyxedit is the GNU polyxmass software 
 user performs tasks on a polymer sequence.
 
 %prep
-%setup -q
+%setup -q -n %{name}
+%patch0 -p1
 
 %build
 %configure --disable-rpath --disable-static --without-included-gettext
@@ -63,13 +69,17 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_bindir}/polyxmass
 %{_mandir}/man1/*
-%dir %{_datadir}/polyxmass
-%{_datadir}/polyxmass/*
+%{_datadir}/polyxmass
 %dir %{_sysconfdir}/polyxmass
 %{_datadir}/applications/*desktop
+%{_datadir}/pixmaps/*
 %exclude %{_datadir}/doc/polyxmass-bin
 
 %changelog
+* Sun May 17 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.9.8-1
+- Fix FTBFS: updated to 0.9.8, added polyxmass-compile.patch (resolves BZ#464997).
+- Project and source URL set to Debian, see related comments.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list