- Fix Version entry in .desktop file again

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

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

Loading…
Cancel
Save