- Fix Version entry in .desktop file again

epel8
Jonathan G. Underwood 18 years ago
parent daa5b2d5e1
commit 5b278c5350

@ -1,6 +1,6 @@
Name: geany
Version: 0.12
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools
@ -33,7 +33,7 @@ Some features:
%setup -q
# Fix incorrect version entry in desktop file
sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in
sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in.in
%build
%configure
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/geany.1.gz
%changelog
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-3
- Fix Version entry in .desktop file again
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.12-2
- Add a BuildRequires for perl(XML::Parser)

Loading…
Cancel
Save