Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 432664d69080383953a5eb92e1954451 > files > 2

menudrake-0.7.6-4mdk.src.rpm

# WARNING
# DO NOT EDIT THIS SPEC DIRECTLY
# EDIT ITS COPY IN CVS AND USE rpm -ba menudrake-x.y.z.tar.bz2 TO GENERATE PACKAES

Summary: Menudrake is a little application for editing menu.
Name: menudrake
Version: 0.7.6
Release: 4mdk
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
URL: http://www.linux-mandrake.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: libglade2.0-devel
BuildRequires: perl-XML-Parser
Obsoletes: DrakeMenu
Provides: DrakeMenu = %{version}
Requires: menu >= 2.1.5-46mdk
Requires: drakxtools-newt

%description
Menudrake is a menu editor for the Mandrakelinux distribution.

%prep
%setup -q

%build
%configure2_5x
%make
 
%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_iconsdir} $RPM_BUILD_ROOT/%{_liconsdir} $RPM_BUILD_ROOT%{_miconsdir}
cp -f pixmaps/%{name}16.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
cp -f pixmaps/%{name}32.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
cp -f pixmaps/%{name}48.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}
?package(%{name}): command="%{_bindir}/%{name}" needs="X11" \
section="Configuration/Other" icon="%{name}.png" \
title="Menudrake" longtitle="Menu editor" startup_notify="true"
EOF

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%{update_menus}

%postun
%{clean_menus}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/*
%{_datadir}/%{name}
%{_menudir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog
* Fri Feb 11 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.6-4mdk 
- Workaround for libglade 2.4.1 (Mdk bug #12574)
- Fix crash triggered by gcc optimisation (found by Tom Cox)
- Fix invalid escaping while saving/loading entries (Mdk bug #12743)
- Small optimisation in list usage
- Attribute dialog is now resizable
- Update po


* Mon Aug 30 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.6-3mdk
- Fix double entries when using simplified mode
- More translations

* Wed Aug 11 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.6-2mdk
- Fix loading of translation map for simplified menu

* Mon Aug 09 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.6-1mdk
- Release 0.7.6 :
  - Simplify menu style dialog (no links between menu style)
  - More translations

* Mon Aug 02 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.5-2mdk
- Update po
- Fix BuildRequires

* Mon Jul 26 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.5-1mdk
- Release 0.7.5 : 
  - Use new GTK 2.4 File selector everywhere (hmm, almost) (Bug #9004)
  - Kill one CList with a TreeView, two clist/ctree left
  - Fix custom icon directory label (bug #9919)
  - Sort icons in icon selector (Anthill #727)

* Fri Apr 30 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-8mdk
- Add missing translation
- Fix description

* Tue Mar 23 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-7mdk
- Fix crash (Mdk bug #9023)

* Mon Mar  1 2004 Frederic Lepied <flepied@mandrakesoft.com> 0.7.4-6mdk
- new menu icons

* Tue Feb 24 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-5mdk
- Fix window manager detection at startup, thanks to latest gtk
- fix handling of .hidden entries
- Updated translations

* Mon Feb 09 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-4mdk
- Add support for translation map at the system level (Mdk bug #7554)
- Never show .hidden entries (Mdk bug #7553)
- Updated translations

* Thu Jan 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-3mdk
- New Mdk 10.0 banner
- Updated translations

* Wed Sep 03 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.4-2mdk
- Fix help callback (Daouda)
- Updated translations

* Fri Jul 25 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.7.4-1mdk
- Release 0.7.4 aka bugs terminator (no bug left in bugzilla) :
  - bug 3994 : fix crash when loading corrupted menu file, don't allow \n in
  entry fields.
  - bug 4009 : add browse dialog to select file to run
  - bug 4016 : enhance icons display in entry edition
  - bug 4199 : HIGify
  - bug 386 : allow user to choose locally-installed icons + new icon selector (egg powered)
  - bug 2270 : fix non ASCII stripping entries

* Tue Mar 11 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.7.3-4mdk
- Fix Mdk bug #2959
- Ensure context menu is available in attributes list
- PO update

* Tue Feb 25 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.7.3-3mdk
- PO update
- Fix layout in edit properties

* Mon Feb 24 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.7.3-2mdk
- Add help support

* Fri Feb 21 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.7.3-1mdk
- Release 0.7.3 aka bugzilla killer :
 - bug 482 : Menu item not desactivated.
 - bug 483 : Menudrake freeze X.
 - bug 742 : App will segfault.
 - bug 845 : Menudrake does not save changes.
 - bug 1459 : Open in a terminal option is always on.

* Wed Dec 11 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.2-1mdk
- Release 0.7.2 aka GTK+ 2.2 compatible (no longer try to instanciate GtkObject)

* Thu Sep  5 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.1-3mdk
- Use pango to display title in menu style
- (baudens)New image for wizard 

* Tue Sep  3 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.1-2mdk
- Minor fixes :
  - remove some old and ugly error messages-
  - really don't allow creation of empty menu entries
  - when closing root menu dialog, exit menudrake
  - Translations update

* Fri Aug  9 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7.1-1mdk
- Release 0.7.1 : 
  - don't allow creation of empty menu entries
  - fix layout in menu style dialog
  - Dialog are no longer resizable
  - fix crash when accessing help sites from KDE

* Thu Jul 25 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.7-1mdk
- Release 0.7 => Ported to GTK+ 2.0 and libglade 2.0

* Thu Feb 28 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.5-2mdk
- Fix Modify Menu Style menu entry to really work (thanks to Laurent)
- Update po

* Thu Feb 14 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.5-1mdk
- Release 0.6.5 : fix error in menu style dialog (thanks to Camille)

* Mon Feb 11 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.4-2mdk
- Context is now called Environment
- Enhance detection of window managers

* Fri Feb  8 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.4-1mdk
- Release 0.6.4 :
  - Redesign menu style dialog
  - Fix loading for non default context
  - Fix loading of icons with absolute path
  - Autodetection of Desktop environment/WM (compliant with wm-spec) (fix bug 5724)
  - Clean code a lot

* Fri Jan 25 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.3-1mdk
- Release 0.6.3 :
  - New dialog for menu style configuration
  - New graphics
  - Various fixes

* Fri Jan  4 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.2-2mdk
- Fix compilation with gdk-pixbuf

* Thu Aug 23 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.2-1mdk
- Release 0.6.2 :
	- add support for simplified menu

* Wed Jul 11 2001 Stefan van der Eijk <stefan@eijk.nu> 0.6.1-7mdk
- BuildRequires: gdk-pixbuf-devel

* Fri Jun 29 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-6mdk
- Recompiled against latest gtk+mdk

* Thu Apr 12 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-5mdk
- Add more icon path for KDE folks

* Fri Apr  6 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-4mdk
- Correct segfault when not able to open menu file

* Wed Apr  4 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-3mdk
- Correct look of toolbar

* Tue Apr  3 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-2mdk
- New cvs snapshot : security check before launching browser

* Fri Mar 30 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6.1-1mdk
- Release 0.6.1 :
    - add links to MandrakeExpert and MandrakeCampus

* Wed Mar 21 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.6-1mdk
- Release 0.6 :
	- command line from DrakConf
	- remove all known crashed

* Tue Feb 27 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.5-2mdk
- Correct locales

* Tue Feb 27 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.5-1mdk
- Release 0.5 :
	- add support for root vs system menus
	- display correctly progress bar when reloading menu

* Tue Feb 20 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4.1-1mdk
- Release 0.4.1:
	- add warning when changing Mdk customizations
	- correct russian charset
	- correct some dialog closing

* Fri Feb  9 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-1mdk
- Release 0.4 : 
  - add support for disabling mandrake customizations
  - use new waitbar from gtk+mdk when generating menu

* Tue Feb  6 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.3-1mdk
- Release 0.3 (based on libglade)

* Mon Oct 16 2000 Vincent Saugey <vince@mandrakesoft.com> 0.2-4mdk
- Add charset for kde endocing to utf8

* Mon Oct  9 2000 Vincent Saugey <vince@mandrakesoft.com> 0.2-3mdk
- add some translation

* Thu Oct  5 2000 Vincent Saugey <vince@mandrakesoft.com> 0.2-2mdk
- add po
-Fix small bug in internationalisation

* Fri Sep 29 2000 Vincent Saugey <vince@mandrakesoft.com> 0.2-1mdk
- Up to 0.2
- system menu edition
- dialog box at exit application if change
- internationalization
- clean code of objmenu
- fix menu callback

* Tue Sep 12 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-13mdk
- Patch for more robust to different menu context with similar dir
- Merge save and update menu
- Some updates in french po

* Fri Sep  8 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-12mdk
- Now remove initial / on section
- Adding eventbox, for ritgh tracing pixmap in icon selector

* Wed Sep  6 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-11mdk
- Fix adding with not a correct context

* Mon Sep  4 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-10mdk
- corrected menu file terminated without '\n' (thanx to fred) 

* Fri Sep  1 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-9mdk
- Add menu entry
- Add mandrake pictures

* Thu Aug 31 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-8mdk
- other fix (gtk with debug compile)

* Wed Aug 30 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-7mdk
- Some small fix

* Tue Aug 29 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-6mdk
- Many change 
- Many fix
- Adding toolbar

* Mon Aug 21 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-5mdk
- Change save procedure, now let comment system entries in file
- Many clean and code
- Adding default on doubleclick
- Many others little thinks

* Fri Aug 18 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-4mdk
- Change default size of icon
- Now it possible to add, modify, delete extended argument
- clean code
- only view the extended argument

* Thu Aug 17 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-3mdk
- Add French Translation

* Thu Aug 10 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-2mdk
- Add a menu entry to launch update menu

* Thu Aug 10 2000 Vincent Saugey <vince@mandrakesoft.com> 0.1beta-1mdk
- First beta release