Author: spuk Date: Tue Feb 6 18:50:01 2007 New Revision: 116886 Modified: packages/cooker/joe/current/SPECS/joe.spec
Log: - fixed menu description - fixed desktop file Modified: packages/cooker/joe/current/SPECS/joe.spec ============================================================================== --- packages/cooker/joe/current/SPECS/joe.spec (original) +++ packages/cooker/joe/current/SPECS/joe.spec Tue Feb 6 18:50:01 2007 @@ -1,7 +1,8 @@ -Summary: An easy to use text editor, supporting syntax highlight and UTF-8 +%define Summary An easy to use text editor, supporting syntax highlight and UTF-8 +Summary: %Summary Name: joe Version: 3.5 -Release: %mkrel 4 +Release: %mkrel 5 License: GPL Group: Editors Source: http://puzzle.dl.sourceforge.net/sourceforge/joe-editor/%{name}-%{version}.tar.bz2 @@ -72,12 +73,12 @@ cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop <<EOF [Desktop Entry] Name=Joe -Comment=%{summary} +Comment=%{Summary} Exec=%{_bindir}/%{name} %f Icon=editors_section Terminal=true Type=Application -Categories=X-MandrivaLinux-MoreApplications-Editors +Categories=X-MandrivaLinux-MoreApplications-Editors;TextEditor; EOF %endif
