d41f560
%global geany_docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
311ca20
c6e80c1
# The  Python templates in /usr/share/geany/templates can not be byte-compiled.
c6e80c1
%global  _python_bytecompile_errors_terminate_build 0
c6e80c1
51a80b2
Name:      geany
edbb4b9
Version:   1.28
b4f08d1
Release:   2%{?dist}
51a80b2
Summary:   A fast and lightweight IDE using GTK2
51a80b2
51a80b2
Group:     Development/Tools
9aa333d
License:   GPLv2+
aba4ea0
URL:       http://www.geany.org/
88c7bf8
Source0:   http://download.geany.org/%{name}-%{version}.tar.bz2
bee0063
641ddc6
# The following tags files were retrieved 6th Jan 2011,
4d8995f
Source1:   http://wiki.geany.org/_media/tags/dbus-glib-0.76.c.tags
4d8995f
Source2:   http://wiki.geany.org/_media/tags/drupal.php.tags
4d8995f
Source3:   http://wiki.geany.org/_media/tags/ethos-1.0.c.tags
4d8995f
Source4:   http://wiki.geany.org/_media/tags/geany-api-0.21.c.tags
4d8995f
Source5:   http://wiki.geany.org/_media/tags/gladeui-1.0.c.tags
4d8995f
Source6:   http://wiki.geany.org/_media/tags/gnt.c.tags
7370a93
Source7:   http://wiki.geany.org/_media/tags/gtk_-2.24.c.tags
641ddc6
Source8:   http://download.geany.org/contrib/tags/gtkscintilla-2.0.c.tags
4d8995f
Source9:   http://wiki.geany.org/_media/tags/gtksourceview-3.0.c.tags
4d8995f
Source10:  http://wiki.geany.org/_media/tags/libdevhelp-2.0.c.tags
4d8995f
Source11:  http://wiki.geany.org/_media/tags/libgdl-3.0.c.tags
4d8995f
Source12:  http://wiki.geany.org/_media/tags/libxml-2.0.c.tags
4d8995f
Source13:  http://wiki.geany.org/_media/tags/sqlite3.c.tags
4d8995f
Source14:  http://wiki.geany.org/_media/tags/standard.css.tags
4d8995f
Source15:  http://wiki.geany.org/_media/tags/std.glsl.tags
4d8995f
Source16:  http://wiki.geany.org/_media/tags/std.latex.tags
641ddc6
Source17:  http://download.geany.org/contrib/tags/std.vala.tags
4d8995f
Source18:  http://wiki.geany.org/_media/tags/v4l2.c.tags
4d8995f
Source19:  http://wiki.geany.org/_media/tags/webkit-1.0.c.tags
4d8995f
Source20:  http://wiki.geany.org/_media/tags/wordpress.php.tags
4d8995f
Source21:  http://wiki.geany.org/_media/tags/xfce48.c.tags
641ddc6
Source22:  http://advamacs.com/pub/tcl.tcl.tags
c270204
c9ddec4
19165cb
BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool
daa5b2d
BuildRequires: perl(XML::Parser)
19165cb
Requires: vte
64926ff
Requires: geany-libgeany = %{version}-%{release}
b4f08d1
Provides: bundled(scintilla) = 3.6.6
51a80b2
51a80b2
51a80b2
%description
1abbf49
Geany is a small and fast integrated development enviroment with basic
1abbf49
features and few dependencies to other packages or Desktop Environments.
51a80b2
51a80b2
Some features:
1abbf49
- Syntax highlighting
1abbf49
- Code completion
1abbf49
- Code folding
1abbf49
- Construct completion/snippets
1abbf49
- Auto-closing of XML and HTML tags
1abbf49
- Call tips
1abbf49
- Support for Many languages like C, Java, PHP, HTML, Python, Perl, Pascal
1abbf49
- symbol lists and symbol name auto-completion
1abbf49
- Code navigation
1abbf49
- Simple project management
1abbf49
- Plugin interface
51a80b2
64926ff
64926ff
%package libgeany
64926ff
Summary:   Core functions of Geany
64926ff
Group:     Development/Tools
64926ff
Requires:  geany = %{version}-%{release}
64926ff
64926ff
%description libgeany
64926ff
This package contains the core functions of Geany which will be used by
64926ff
Geany plugins.
64926ff
64926ff
53fd7af
%package devel
53fd7af
Summary:   Header files for building Geany plug-ins
53fd7af
Group:     Development/Tools
53fd7af
Requires:  geany = %{version}-%{release}
Dominic Hopf 590c621
Requires:  pkgconfig gtk2-devel
51a80b2
53fd7af
%description devel
53fd7af
This package contains the header files and pkg-config file needed for building
53fd7af
Geany plug-ins. You do not need to install this package to use Geany.
89cbe8a
53fd7af
%prep
53fd7af
%setup -q
3372add
1abbf49
# remove waf since this isn't needed for the build, we're building the package
1abbf49
# with autotools
1abbf49
rm -f waf
1abbf49
rm -f wscript
5745662
c270204
51a80b2
%build
19165cb
%configure --docdir=%{geany_docdir}
c630fbc
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
c630fbc
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
51a80b2
make %{?_smp_mflags}
51a80b2
51a80b2
%install
311ca20
make install DESTDIR=$RPM_BUILD_ROOT DOCDIR=$RPM_BUILD_ROOT/%{geany_docdir}
51a80b2
rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.ico
aed46f7
desktop-file-install --delete-original \
51a80b2
        --dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
51a80b2
        --mode 0644                                             \
51a80b2
        $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
51a80b2
%find_lang %{name}
51a80b2
64926ff
# remove static libraries
64926ff
find $RPM_BUILD_ROOT -name "*.la" -delete
9aa333d
87e9bbd
# Install tags files
a455c71
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
11f8520
install -p %{SOURCE1}  %{SOURCE2}  %{SOURCE3}  %{SOURCE4}  %{SOURCE5}  %{SOURCE6} \
11f8520
           %{SOURCE7}  %{SOURCE8}  %{SOURCE9}  %{SOURCE10} %{SOURCE11} %{SOURCE12}\
11f8520
           %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18}\
11f8520
           %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22}\
311ca20
           $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
87e9bbd
Richard Hughes e057ea5
# Register as an application to be visible in the software center
Richard Hughes e057ea5
#
Richard Hughes e057ea5
# NOTE: It would be *awesome* if this file was maintained by the upstream
Richard Hughes e057ea5
# project, translated and installed into the right place during `make install`.
Richard Hughes e057ea5
#
Richard Hughes e057ea5
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
Richard Hughes e057ea5
#
Richard Hughes e057ea5
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
Richard Hughes e057ea5
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml <
Richard Hughes e057ea5
Richard Hughes e057ea5
Richard Hughes e057ea5
Richard Hughes e057ea5
BugReportURL: https://sourceforge.net/p/geany/feature-requests/739/
Richard Hughes e057ea5
SentUpstream: 2014-09-17
Richard Hughes e057ea5
-->
Richard Hughes e057ea5
<application>
Richard Hughes e057ea5
  <id type="desktop">geany.desktop</id>
Richard Hughes e057ea5
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes e057ea5
  <description>
Richard Hughes e057ea5
    

Richard Hughes e057ea5
      Geany is a small and lightweight Integrated Development Environment.
Richard Hughes e057ea5
      It was developed to provide a small and fast IDE.
Richard Hughes e057ea5
      Another goal was to be as independent as possible from a KDE or GNOME -
19165cb
      Geany only requires the GTK2 runtime libraries.
Richard Hughes e057ea5
    

Richard Hughes e057ea5
  
Richard Hughes e057ea5
  </description>
Richard Hughes e057ea5
  <url type="homepage">http://www.geany.org/</url>
Richard Hughes e057ea5
  <screenshots>
Richard Hughes e057ea5
    <screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/geany/a.png</screenshot>
Richard Hughes e057ea5
    <screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/geany/b.png</screenshot>
Richard Hughes e057ea5
  </screenshots>
Richard Hughes e057ea5
  
Richard Hughes e057ea5
  <updatecontact>someone_who_cares@upstream_project.org</updatecontact>
Richard Hughes e057ea5
   -->
Richard Hughes e057ea5
</application>
Richard Hughes e057ea5
EOF
Richard Hughes e057ea5
f1c5f30
%post
6dac939
update-desktop-database &> /dev/null || :
f1c5f30
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f1c5f30
f1c5f30
%postun
f1c5f30
if [ $1 -eq 0 ] ; then
f1c5f30
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
f1c5f30
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f1c5f30
fi
f1c5f30
f1c5f30
%posttrans
f1c5f30
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f1c5f30
51a80b2
%files -f %{name}.lang
51a80b2
%defattr(-, root, root, -)
311ca20
%exclude %{geany_docdir}/TODO
311ca20
311ca20
%doc %{geany_docdir}
c270204
%doc %{_mandir}/man1/geany.1.*
1abbf49
51a80b2
%{_bindir}/%{name}
51a80b2
%{_datadir}/%{name}
9aa333d
%{_libdir}/%{name}
Richard Hughes e057ea5
%{_datadir}/appdata/%{name}.appdata.xml
aed46f7
%{_datadir}/applications/%{name}.desktop
ea0ded7
%{_datadir}/icons/*/*/*/*.svg
ea0ded7
%{_datadir}/icons/*/*/*/*.png
51a80b2
64926ff
%files libgeany
64926ff
%{_libdir}/libgeany.so*
64926ff
53fd7af
%files devel
53fd7af
%defattr(-, root, root, -)
c270204
%doc HACKING TODO
53fd7af
%{_includedir}/geany
53fd7af
%{_libdir}/pkgconfig/geany.pc
53fd7af
51a80b2
%changelog
b4f08d1
* Mon Jul 11 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.28-2
b4f08d1
- Version of bundled Scintilla has changed as well: 3.5.6 -> 3.6.6
b4f08d1
edbb4b9
* Sun Jul 10 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.28-1
edbb4b9
- New upstream release: Geany 1.28
edbb4b9
Dominic Hopf 748c561
* Wed Mar 16 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.27-1
Dominic Hopf 748c561
- New upstream release: Geany 1.27
Dominic Hopf 748c561
a3f1a79
* Wed Nov 18 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.26-1
a3f1a79
- New upstream release: Geany 1.26
a3f1a79
Dominic Hopf 590c621
* Fri Aug 21 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-6
Dominic Hopf 590c621
- fix depency for geany-devel on GTK
Dominic Hopf 590c621
19165cb
* Wed Aug 19 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-5
19165cb
- roll back to GTK2
19165cb
f7f9345
* Mon Jul 27 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-4
f7f9345
- require vte3 instead of vte (RHBZ#1245831)
f7f9345
- do not require gtk3-devel for libgeany subpackage
f7f9345
e9bd4e1
* Tue Jul 14 2015 François Cami <fcami@fedoraproject.org> - 1.25-3
e9bd4e1
- Geany 1.25 bundles scintilla 3.5.6.
e9bd4e1
- Fix the included AppData file (GTK2 => GTK3).
e9bd4e1
c630fbc
* Mon Jul 13 2015 François Cami <fcami@fedoraproject.org> - 1.25-2
c630fbc
- Switch to gtk3 + disable rpath.
c630fbc
64926ff
* Mon Jul 13 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-1
64926ff
- New upstream release: Geany 1.25
64926ff
0962a3f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24.1-8
0962a3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0962a3f
14cfd13
* Mon May 04 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.24.1-7
14cfd13
- Indicate that the package bundles scintilla 3.3.6.
14cfd13
84ba1e0
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.24.1-6
84ba1e0
- Rebuilt for GCC 5 C++11 ABI change
84ba1e0
Richard Hughes e057ea5
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.24.1-5
Richard Hughes e057ea5
- Add an AppData file for the software center
Richard Hughes e057ea5
c83e800
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.24.1-4
c83e800
- Rebuilt for Fedora 23 Change
c83e800
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
c83e800
3f8043b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24.1-3
3f8043b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3f8043b
777b871
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24.1-2
777b871
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
777b871
dca092c
* Thu Apr 17 2014 Dominic Hopf <dmaphy@fedoraproject.org> - 1.24.1-1 
dca092c
- New upstream release: Geany 1.24.1
dca092c
55a608e
* Tue Apr 15 2014 Dominic Hopf <dmaphy@fedoraproject.org> - 1.24-1
55a608e
- New upstream release: Geany 1.24
55a608e
- update sqlite3.c.tags and add std.css.tags for CSS3
55a608e
- fix bogus date warnings
55a608e
d41f560
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.23.1-2
d41f560
- Install docs to %%{_pkgdocdir} where available.
d41f560
9be4394
* Sun May 19 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 1.23.1-1
9be4394
- New upstream release: Geany 1.23.1
9be4394
aed46f7
* Tue Apr 09 2013 Jon Ciesla <limburgher@gmail.com> - 1.23-2
aed46f7
- Drop desktop vendor tag.
aed46f7
ea0ded7
* Sun Mar 10 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 1.23-1
ea0ded7
- New upstream release: Geany 1.23
ea0ded7
3659e74
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-3
3659e74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3659e74
42a4589
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-2
42a4589
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
42a4589
4d8995f
* Tue Jun 19 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 1.22-1
4d8995f
- New upstream release: Geany 1.22
4d8995f
- remove the previous patch to fix DSO linking, this is now included upstream
4d8995f
- update upstream URLs for tags files
4d8995f
3372add
* Mon May 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.21-5
3372add
- Add patch to fix FTBFS due to DSO linking, spec cleanup
3372add
47ee684
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-4
47ee684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
47ee684
908f8a4
* Sat Dec 24 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.21-3
908f8a4
- update GTK+ tags to 2.24
908f8a4
29e8457
* Sun Dec 18 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.21-2
29e8457
- update Xfce tags to 4.8
29e8457
472e893
* Sun Oct 02 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.21-1
472e893
- New upstream release: Geany 0.21
472e893
e839c1c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-3
e839c1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e839c1c
11f8520
* Sat Jan 08 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.20-2
11f8520
- install tags files correctly
11f8520
641ddc6
* Thu Jan 06 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.20-1
641ddc6
- new upstream release
641ddc6
- a lot of new tags files
641ddc6
653a4a7
* Wed Dec 01 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.19.2-1
653a4a7
- New upstream release: Geany 0.19.2
653a4a7
6dac939
* Fri Nov 19 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.19.1-2
6dac939
- run update-desktop-database in %%post (#655152)
6dac939
4e56b03
* Thu Aug 19 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.19.1-1
4e56b03
- New upstream release: Geany 0.19.1
4e56b03
c9ddec4
* Sun Jun 13 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.19-2
c9ddec4
- update tags files for GTK 2.20 and Geany Plugin API 0.19
c9ddec4
c9ddec4
* Sat Jun 12 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.19-1
c6e80c1
- New upstream release: Geany 0.19
c6e80c1
311ca20
* Sun Apr 18 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18.1-3
311ca20
- improve handling of documentation directory
311ca20
- add upstream comment about the desktopfile patch
311ca20
c270204
* Thu Apr 15 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18.1-2
c270204
- move TODO and HACKING into devel package
c270204
- add patch to fix mimetypes in desktop-file
c270204
- add Tcl tags
c270204
- replace the .gz of manpage with wildcard
c270204
c270204
* Sun Feb 14 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18.1-1
1abbf49
- New Geany release: 0.18.1
1abbf49
- update GTK2 tags to 2.18
1abbf49
- add tags fpr drupal, LaTeX and libxml
1abbf49
- remove files concerned to the waf build system
1abbf49
- give the Summary and description a small rework
1abbf49
a4fe742
* Sun Aug 16 2009 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18-6
a4fe742
- release bump to correct the update path
a4fe742
f1c5f30
* Sun Aug 16 2009 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18-2
f1c5f30
- update icon cache
f1c5f30
f1a02e0
* Sun Aug 16 2009 Dominic Hopf <dmaphy@fedoraproject.org> - 0.18-1
f1a02e0
- new upstream release
f1a02e0
- remove button pixmaps patch since this fix is included in 0.18
f1a02e0
- add new tags-files geany-api-0.18.c.tags and std.vala.tags
f1a02e0
- remove Geany icon from pixmaps path and add it to 48x48 and scalable
0edfb71
a455c71
* Mon Jul 27 2009 Dominic Hopf <dmaphy@fedoraproject.org> - 0.17-9
a455c71
- install additional *.tags-files to $prefix/share/geany/tags
a455c71
6fabbe5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-8
6fabbe5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6fabbe5
b8cc262
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-7
b8cc262
- Fix commentary about button pixmap patch in spec file
b8cc262
5cfe877
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-6
5cfe877
- Add new patch to fix button pixmaps
5cfe877
- Remove debug patch and previous patch to fix button pixmaps
5cfe877
- Remove tango icon patch
5cfe877
5cfe877
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-5
5cfe877
- Fix spec file typo
5cfe877
5cfe877
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-4
5cfe877
- Add patch to output debugging message
5cfe877
5cfe877
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-3
5cfe877
- Add patch to fix missing button pixmaps
5cfe877
b542454
* Fri Jun 19 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-2
b542454
- Add patch to give a tango Save All button
b542454
fd1ff86
* Wed May 20 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-1
fd1ff86
- Update to version 0.17
fd1ff86
- Replace gtk214.c.tags with gtk216.c.tags
fd1ff86
- Add standard.css.tags
fd1ff86
- Add all tags files to CVS
fd1ff86
0af1d47
* Wed Apr 15 2009 pingou <pingou@pingoured.fr> - 0.16-3
0af1d47
- Add requires for gtk2-devel to geany-devel
0af1d47
f782026
* Thu Apr  2 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-2
f782026
- Add Requires for pkgconfig to geany-devel subpackage (BZ 493566)
f782026
55a608e
* Wed Feb 25 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-1
87e9bbd
- Update to 0.16
87e9bbd
- Add tags files
87e9bbd
c6c956e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
c6c956e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c6c956e
88c7bf8
* Sun Oct 26 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.15-1
88c7bf8
- Update to 0.15
88c7bf8
- Update URL
88c7bf8
- Add intltool to BuildRequires
88c7bf8
53fd7af
* Sun May 11 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.14-1
53fd7af
- Update to 0.14
53fd7af
- New -devel sub-package for header files
53fd7af
- Corectly remove the .la libtool files
53fd7af
- Remove hack relating to finding the system installed html files
53fd7af
- No longer correct the desktop file
53fd7af
5745662
* Mon Mar 24 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.13-2
5745662
- Fix docdir/doc_dir so geany correctly finds the system installed html docs (BZ
f1c5f30
  438534)
5745662
b9c836e
* Sun Feb 24 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.13-1
b9c836e
- Update to version 0.13
b9c836e
7dcff5c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12-5
7dcff5c
- Autorebuild for GCC 4.3
7dcff5c
9aa333d
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-4
9aa333d
- Fix license tag
9aa333d
- Package new library files
9aa333d
- Remove static library .la files
9aa333d
- Package new icons
9aa333d
5b278c5
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-3
5b278c5
- Fix Version entry in .desktop file again
5b278c5
daa5b2d
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-2
daa5b2d
- Add a BuildRequires for perl(XML::Parser)
daa5b2d
988e9db
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-1
988e9db
- Update to version 0.12
988e9db
84cd0e0
* Sun Sep  9 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.11-2
89cbe8a
- Fix Version entry in .desktop file
89cbe8a
84cd0e0
* Sun Sep  9 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.11-1
51a5115
- Update to version 0.11
51a5115
72d3f13
* Fri Feb 23 2007 Josef Whiter <josef@toxicpanda.com> 0.10.1-1
72d3f13
- updating to 0.10.1 of geany
72d3f13
42caa9f
* Thu Jan 25 2007 Josef Whiter <josef@toxicpanda.com> 0.10-5
42caa9f
- removed autoconf/automake/vte-devel from BR as they are not needed
42caa9f
- removed patch to dynamically link in libvte
42caa9f
- adding patch to find appropriate libvte library from the vte package
42caa9f
- added vte as a Requires
42caa9f
2f9f0a5
* Wed Jan 24 2007 Josef Whiter <josef@toxicpanda.com> 0.10-4
2f9f0a5
- added autoconf and automake as a BR
2f9f0a5
bee0063
* Wed Jan 24 2007 Josef Whiter <josef@toxicpanda.com> 0.10-3
2f9f0a5
- adding patch to dynamically link in libvte instead of using g_module_open
bee0063
55a608e
* Thu Jan 04 2007 Josef Whiter <josef@toxicpanda.com> 0.10-2
51a80b2
- Fixed mixed spaces/tabs problem
51a80b2
- added sed command to install to fix the ScintillaLicense.txt eol encoding
51a80b2
- fixed the docs so they are installed into the right place
51a80b2
- added an rm pixmaps/geany.ico, its only for windows installations
51a80b2
51a80b2
* Thu Dec 28 2006 Josef Whiter <josef@toxicpanda.com> 0.10-1
51a80b2
- Initial Release