- Fix Version entry in .desktop file

epel8
Jonathan G. Underwood 18 years ago
parent 51a51153e7
commit 89cbe8a539

@ -1,6 +1,6 @@
Name: geany Name: geany
Version: 0.11 Version: 0.11
Release: 1%{?dist} Release: 2%{?dist}
Summary: A fast and lightweight IDE using GTK2 Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools Group: Development/Tools
@ -31,6 +31,9 @@ Some features:
%prep %prep
%setup -q %setup -q
# Fix incorrect version entry in desktop file
sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -59,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/geany.1.gz %{_mandir}/man1/geany.1.gz
%changelog %changelog
* Sun Sep 9 2007 Jonathan G. Underwood <j.underwood@gmail.com> - 0.11-2
- Fix Version entry in .desktop file
* Sun Sep 9 2007 Jonathan G. Underwood <j.underwood@gmail.com> - 0.11-1 * Sun Sep 9 2007 Jonathan G. Underwood <j.underwood@gmail.com> - 0.11-1
- Update to version 0.11 - Update to version 0.11

Loading…
Cancel
Save