- Update to 0.16

- Add tags files
epel8
Jonathan G. Underwood 16 years ago
parent c6c956e28f
commit 87e9bbd088

@ -1 +1,6 @@
geany-0.15.tar.bz2 geany-0.16.tar.bz2
sqlite3.c.tags
std.glsl.tags
gtk214.c.tags
xfce46.c.tags
dbus-glib-0.76.c.tags

@ -1,6 +1,6 @@
Name: geany Name: geany
Version: 0.15 Version: 0.16
Release: 2%{?dist} Release: 1%{?dist}
Summary: A fast and lightweight IDE using GTK2 Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools Group: Development/Tools
@ -8,6 +8,13 @@ License: GPLv2+
URL: http://geany.uvena.de/ URL: http://geany.uvena.de/
Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 Source0: http://download.geany.org/%{name}-%{version}.tar.bz2
# The following tags files were retrieved 25th Feb 2009
Source1: http://download.geany.org/contrib/tags/sqlite3.c.tags
Source2: http://download.geany.org/contrib/tags/std.glsl.tags
Source3: http://download.geany.org/contrib/tags/gtk214.c.tags
Source4: http://download.geany.org/contrib/tags/xfce46.c.tags
Source5: http://download.geany.org/contrib/tags/dbus-glib-0.76.c.tags
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool
@ -59,6 +66,9 @@ sed -i 's/\r//' %{geany_docdir}/ScintillaLicense.txt
# Remove static library *.la files # Remove static library *.la files
rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la
# Install tags files
install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -79,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/geany.pc %{_libdir}/pkgconfig/geany.pc
%changelog %changelog
* Sun Feb 25 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-1
- Update to 0.16
- Add tags files
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

@ -1 +1,6 @@
1bf32cc81251e00995a9ed948e39ff89 geany-0.15.tar.bz2 36ede942a6e4ad4660e918c98cb9cf15 geany-0.16.tar.bz2
6d3b51dd8e99a82c8c055804319f5c97 sqlite3.c.tags
5f8f1dec5d3afa0105c7d760be0932f3 std.glsl.tags
8f38bbd39ed76734e7632f818971fd1e gtk214.c.tags
8f873570cc244b9185ae26e560887490 xfce46.c.tags
a3f52be1523faacbd8496409051ed598 dbus-glib-0.76.c.tags

Loading…
Cancel
Save