source: projects/specs/branches/6/l/lxtask/lxtask-vl.spec @ 4292

Revision 4292, 2.2 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxtask
2Version:        0.1.4
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
12#Patch0:         %{name}-0.1.1-invalid-desktop-file.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17
18BuildRequires:  gtk2-devel > 2.6, gettext, desktop-file-utils
19
20%description
21LXTask is a lightweight task manager derived from xfce4 task manager with all
22xfce4 dependencies removed, some bugs fixed, and some improvement of UI.
23Although being part of LXDE, the Lightweight X11 Desktop Environment, it's
24totally desktop independent and only requires pure gtk+.
25
26
27%prep
28%setup -q
29#%patch0 -p1 -b .invalid
30
31%build
32%configure
33make %{?_smp_mflags}
34
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39desktop-file-install --vendor="vine"    \
40  --delete-original     \
41  --remove-category=Application \
42  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications       \
43  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
44%find_lang %{name}
45
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51%files -f %{name}.lang
52%defattr(-,root,root,-)
53%doc AUTHORS COPYING
54%{_bindir}/%{name}
55%{_datadir}/applications/*.desktop
56
57
58%changelog
59* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-1
60- new upstream release
61
62* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.3-1
63- new upstream release
64- dropt Patch0
65- clean up spec
66
67* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
68- new upstream release
69- dropt Source1,2
70- updated Patch0
71
72* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
73- replace ja.po: from upstream repository
74- drop ja.po patch (Patch1)
75- add Vendor and Distribution tags for Vine Linux
76
77* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1vl5
78- initial build for VineSeed (import Fedora Package)
79
80* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
81- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.