source: projects/specs/trunk/l/lxtask/lxtask-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           lxtask
2Version:        0.1.1
3Release:        1%{?_dist_release}
4Summary:        Lightweight and desktop independent task manager
5Summary(ja):        軽量で独立したタスクマネージャ
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11#Source1:        lxtask-LINGUAS
12#Source2:        lxtask-upstream-r1221-ja.po
13
14Patch0:         %{name}-0.1.1-invalid-desktop-file.patch
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20BuildRequires:  gtk2-devel > 2.6, gettext, desktop-file-utils
21
22%description
23LXTask is a lightweight task manager derived from xfce4 task manager with all
24xfce4 dependencies removed, some bugs fixed, and some improvement of UI.
25Although being part of LXDE, the Lightweight X11 Desktop Environment, it's
26totally desktop independent and only requires pure gtk+.
27
28
29%prep
30%setup -q
31%patch0 -p1 -b .invalid
32#%__cp -f %{SOURCE1} po/LINGUAS
33#%__cp -f %{SOURCE2} po/ja.po
34
35%build
36%configure
37make %{?_smp_mflags}
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43desktop-file-install --vendor="vine"    \
44  --delete-original     \
45  --remove-category=Application \
46  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications       \
47  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
48%find_lang %{name}
49
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54
55%files -f %{name}.lang
56%defattr(-,root,root,-)
57%doc AUTHORS COPYING
58%{_bindir}/%{name}
59%{_datadir}/applications/*.desktop
60
61
62%changelog
63* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
64- new upstream release
65- dropt Source1,2
66- updated Patch0
67
68* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
69- replace ja.po: from upstream repository
70- drop ja.po patch (Patch1)
71- add Vendor and Distribution tags for Vine Linux
72
73* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1vl5
74- initial build for VineSeed (import Fedora Package)
75
76* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
77- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.