source: projects/specs/branches/6/l/lxlauncher/lxlauncher-vl.spec @ 4412

Revision 4412, 2.4 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxlauncher
2Version:        0.2.2
3Release:        1%{?_dist_release}
4Summary:        Open source replacement for Asus Launcher on the EeePC
5Summary(ja):    EeePC における Asus Launcher のオープンソースの代替品
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12Patch0:         fix_building_with_gtk_older_than_224.patch
13Patch1:         fix_gtkallocation_bug.patch
14
15BuildRequires:  gtk2-devel >= 2.12 startup-notification-devel
16BuildRequires:  gnome-menus-devel >= 2.18.0
17BuildRequires:  gettext
18BuildRequires:  intltool
19BuildRequires:  menu-cache-devel
20BuildRequires:  GConf2-devel
21
22
23%description
24LXLauncher is designed as an open source replacement for the Asus Launcher
25included in their EeePC. It is desktop-independent and follows
26freedesktop.org specs, so newly added applications will automatically show
27up in the launcher, and vice versa for the removed ones.
28LXLauncher is part of LXDE, the Lightweight X11 Desktop Environment.
29
30%prep
31%setup -q
32%patch0 -p1
33%patch1 -p1
34
35
36%build
37%configure
38make %{?_smp_mflags}
39
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT
44#mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/backgrounds
45#mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
46%find_lang %{name}
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files -f %{name}.lang
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING README
56%{_bindir}/%{name}
57#%{_datadir}/%{name}/
58%{_datadir}/desktop-directories/*.directory
59%{_sysconfdir}/xdg/*
60
61%changelog
62* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
63- new upstream release
64- added BuildRequires: intltool
65- added patch0,1 from upstream git repository
66
67* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-2
68- rebuilt with current environment
69
70* Thu Jul 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1
71- new upstream release
72
73* Mon Jun 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1
74- initial build for VineSeed
75
76* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
78
79* Sat Jun 21 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
80- Update to 0.2
81- Remove empty ChangeLog
82
83* Mon May 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.6-1
84- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.