82f40d0
Name:           lxlauncher
82f40d0
Version:        0.2
4d9a4ef
Release:        2%{?dist}
82f40d0
Summary:        Open source replacement for Asus Launcher on the EeePC
82f40d0
82f40d0
Group:          User Interface/Desktops
82f40d0
License:        GPLv2+
82f40d0
URL:            http://lxde.sourceforge.net/
82f40d0
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
82f40d0
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
82f40d0
82f40d0
BuildRequires:  gtk2-devel >= 2.12 startup-notification-devel
82f40d0
BuildRequires:  gnome-menus-devel >= 2.18.0
82f40d0
BuildRequires:  gettext
82f40d0
82f40d0
%description
82f40d0
LXLauncher is designed as an open source replacement for the Asus Launcher
82f40d0
included in their EeePC. It is desktop-independent and follows 
82f40d0
freedesktop.org specs, so newly added applications will automatically show 
82f40d0
up in the launcher, and vice versa for the removed ones.
82f40d0
LXLauncher is part of LXDE, the Lightweight X11 Desktop Environment.
82f40d0
82f40d0
%prep
82f40d0
%setup -q
82f40d0
82f40d0
82f40d0
%build
82f40d0
%configure
82f40d0
make %{?_smp_mflags}
82f40d0
82f40d0
82f40d0
%install
82f40d0
rm -rf $RPM_BUILD_ROOT
82f40d0
make install DESTDIR=$RPM_BUILD_ROOT
82f40d0
mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/backgrounds
82f40d0
mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
82f40d0
%find_lang %{name}
82f40d0
82f40d0
82f40d0
%clean
82f40d0
rm -rf $RPM_BUILD_ROOT
82f40d0
82f40d0
82f40d0
%files -f %{name}.lang
82f40d0
%defattr(-,root,root,-)
82f40d0
%doc AUTHORS COPYING README
82f40d0
%{_bindir}/%{name}
82f40d0
%{_datadir}/%{name}/
82f40d0
%{_datadir}/desktop-directories/*.directory
82f40d0
82f40d0
82f40d0
%changelog
4d9a4ef
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
4d9a4ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4d9a4ef
82f40d0
* Sat Jun 21 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
82f40d0
- Update to 0.2
82f40d0
- Remove empty ChangeLog
82f40d0
82f40d0
* Mon May 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.6-1
82f40d0
- Initial Fedora RPM