rpms/gphpedit/devel gphpedit.spec,1.1,1.2

Tim Jackson (timj) fedora-extras-commits at redhat.com
Mon Apr 17 20:28:36 UTC 2006


Author: timj

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

Modified Files:
	gphpedit.spec 
Log Message:
Ensure bundled (modified) gtkscintilla2 library is rebuilt; don't use precompiled binaries.


Index: gphpedit.spec
===================================================================
RCS file: /cvs/extras/rpms/gphpedit/devel/gphpedit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gphpedit.spec	15 Apr 2006 01:51:25 -0000	1.1
+++ gphpedit.spec	17 Apr 2006 20:28:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           gphpedit
 Version:        0.9.80
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A PHP source editor for GNOME 2
 
 Group:          Applications/Text
@@ -40,6 +40,14 @@
 EOF
 
 %build
+# Remove precompiled binaries and rebuild bundled gtkscintilla2
+# (bundling is intentional and with good cause)
+pushd src/gtkscintilla2
+make clean
+make %{?_smp_mflags}
+popd
+
+# Configure and make main binary
 %configure
 make %{?_smp_mflags}
 
@@ -72,6 +80,10 @@
 %{_datadir}/gphpedit/php-gphpedit.api
 
 %changelog
+* Mon Apr 17 2006 Tim Jackson <rpm at timj.co.uk> 0.9.80-4
+- Ensure bundled gtkscintilla2 is rebuilt instead of using precompiled
+  binaries
+
 * Sat Apr 15 2006 Tim Jackson <rpm at timj.co.uk> 0.9.80-3
 - Remove gtk2-devel (gtkhtml2-devel and libgnomeui-devel will pull it in)
 - Remove empty NEWS file




More information about the fedora-extras-commits mailing list