SF.net SVN: geany:[4584] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jan 28 19:43:30 UTC 2010


Revision: 4584
          http://geany.svn.sourceforge.net/geany/?rev=4584&view=rev
Author:   eht16
Date:     2010-01-28 19:43:25 +0000 (Thu, 28 Jan 2010)

Log Message:
-----------
Update RPM Spec file (patch by Dominic Hopf, thanks).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.spec.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-01-28 17:40:42 UTC (rev 4583)
+++ trunk/ChangeLog	2010-01-28 19:43:25 UTC (rev 4584)
@@ -1,3 +1,9 @@
+2010-01-28  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * geany.spec.in:
+   Update RPM Spec file (patch by Dominic Hopf, thanks).
+
+
 2010-01-28  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/plugindata.h:

Modified: trunk/geany.spec.in
===================================================================
--- trunk/geany.spec.in	2010-01-28 17:40:42 UTC (rev 4583)
+++ trunk/geany.spec.in	2010-01-28 19:43:25 UTC (rev 4584)
@@ -14,7 +14,7 @@
 Packager:      Dominic Hopf <dmaphy at googlemail.com>
 Source:        http://download.geany.org/%{name}-%{version}.tar.bz2
 
-# The following tags files were retrieved 16th Aug 2009
+# The following tags files were retrieved 2nd Jan 2010
 # You will have to download these and put them into your rpmbuild/SOURCES directory,
 # otherwise comment these lines out
 Source1:   http://download.geany.org/contrib/tags/sqlite3.c.tags
@@ -25,6 +25,9 @@
 Source6:   http://download.geany.org/contrib/tags/standard.css.tags
 Source7:   http://download.geany.org/contrib/tags/geany-api-0.18.c.tags
 Source8:   http://download.geany.org/contrib/tags/std.vala.tags
+Source9:   http://download.geany.org/contrib/tags/drupal.php.tags
+Source10:  http://download.geany.org/contrib/tags/std.latex.tags
+Source11:  http://download.geany.org/contrib/tags/libxml-2.0.c.tags
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:      glib2, gtk2, pango
@@ -59,6 +62,10 @@
 
 %prep
 %setup -q
+# remove waf since this isn't needed for the build, we're building the package
+# with autotools
+rm -f waf
+rm -f wscript
 
 %build
 %configure
@@ -78,7 +85,7 @@
 # comment the following two lines out if you didn't download the tags files mentioned
 # above
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
-install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
+install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
 
 %clean
 %__rm -Rf $RPM_BUILD_ROOT
@@ -97,6 +104,7 @@
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 
+
 %files devel
 %defattr(-, root, root, -)
 %{_includedir}/geany


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list