rpms/monkeystudio/F-12 .cvsignore, 1.3, 1.4 monkeystudio.spec, 1.4, 1.5 sources, 1.3, 1.4

Nicoleau Fabien eponyme at fedoraproject.org
Thu Jun 17 17:00:34 UTC 2010


Author: eponyme

Update of /cvs/pkgs/rpms/monkeystudio/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12659

Modified Files:
	.cvsignore monkeystudio.spec sources 
Log Message:
New checkout for 1.8.4.0 post release and Qt 4.7 support


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/monkeystudio/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	15 Dec 2009 22:10:16 -0000	1.3
+++ .cvsignore	17 Jun 2010 17:00:34 -0000	1.4
@@ -1 +1 @@
-mks-svn3482.tar.gz
+mks-svn3732.tar.gz


Index: monkeystudio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monkeystudio/F-12/monkeystudio.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- monkeystudio.spec	15 Dec 2009 22:10:16 -0000	1.4
+++ monkeystudio.spec	17 Jun 2010 17:00:34 -0000	1.5
@@ -1,15 +1,18 @@
-%global alphatag     20091214
-%global svn_revision svn3482
+# Turn off the brp-python-bytecompile script
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+
+%global alphatag     20100517
+%global svn_revision svn3732
 
 # Package source is take from upstream svn repository
 # Use this command to generate source tarball :
-# svn export -r 3482 svn://svn.tuxfamily.org/svnroot/monkeystudio/mks/v2/trunk mks-svn3482
-# tar cfz mks-svn3482.tar.gz mks-svn3482
+# svn export -r 3732 svn://svn.tuxfamily.org/svnroot/monkeystudio/mks/v2/trunk mks-svn3732
+# tar cfz mks-svn3732.tar.gz mks-svn3732
 
 Name:           monkeystudio
 Version:        1.8.4.0
-Release:        0.4.%{alphatag}%{svn_revision}%{?dist}
-Summary:        Free crossplatform Qt 4 IDE
+Release:        1.%{alphatag}%{svn_revision}%{?dist}
+Summary:        Free cross-platform Qt 4 IDE
 
 Group:          Development/Tools
 License:        GPLv3
@@ -19,20 +22,21 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 # Version is specified to avoid plugin problems (see #475110 C22)
 BuildRequires:  qt-devel >= 4.5.2-12
+BuildRequires:  qt-webkit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  qscintilla-devel
 
 %description
-MonkeyStudio is a crossplatform Integrated Development Environment ( IDE )
+MonkeyStudio is a cross-platform Integrated Development Environment ( IDE )
 aiming to become a Rapid Application Development ( RAD ) environment.
 MonkeyStudio runs everywhere Qt 4.4.0 ( minimum required to build it )
 is available as a shared library. It is extensible via a great and powerful
-plugin system which help make it do nearly anything you want and support
-virtually any kind of project type for which a plugin exists or is created.
+plug-in system which help make it do nearly anything you want and support
+virtually any kind of project type for which a plug-in exists or is created.
 The primary goal of MonkeyStudio was to manage Qt4 projects as best
 as possible, it directly uses .pro files and does not create intrusive or
 unsightly configuration files. MonkyStudio is also a multi language
-code editor too ( javascript, xml, ... ).
+code editor too ( JavaScript, XML, ... ).
 
 
 %prep
@@ -42,10 +46,13 @@ chmod 0644 datas/templates/Python/PyQt\ 
 chmod 0644 datas/templates/Python/Qt\ Form/{\$Class\ Name\$.ui,template.ini}
 chmod 0644 datas/templates/Python/PyQt\ Console/{template.ini,\$Project\ Name\$.xpyqt}
 chmod 0644 datas/templates/Python/QObject\ Herited\ Class/template.ini
+chmod 0644 plugins/base/SearchAndReplace/src/SearchAndReplace.{cpp,h}
+chmod 0644 plugins/base/Tools/src/Tools.{cpp,h}
 chmod 0644 plugins/interpreter/Python/src/*.{cpp,h}
 chmod 0644 plugins/xup/PyQt/src/PyQt.{cpp,h}
 chmod 0755 datas/apis/tags2api.py
 
+
 # UpdateChecker is removed because yum will take care of updates
 sed -i -e 's/UpdateChecker//' plugins/base/base.pro
 
@@ -84,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 17 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.8.4.0-1.20100517svn3732
+- New checkout for 1.8.4.0 post release and Qt 4.7 support
 * Mon Dec 14 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.8.4.0-0.4.20091214svn3482
 - Update svn checkout
 - Fix #539003


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/monkeystudio/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	15 Dec 2009 22:10:16 -0000	1.3
+++ sources	17 Jun 2010 17:00:34 -0000	1.4
@@ -1 +1 @@
-af71e9695a8e0b44a7bc4bf6f02b1c23  mks-svn3482.tar.gz
+b3bdb26d96c5b318464702e449862435  mks-svn3732.tar.gz



More information about the scm-commits mailing list