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

Revision 8841, 2.2 KB checked in by kudoh, 10 years ago (diff)

rebuilt with libpng-1.6.12

Line 
1Name:           lxtask
2Version:        0.1.4
3Release:        2%{?_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 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-2
60- rebuilt with libpng-1.6.12
61
62* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-1
63- new upstream release
64
65* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.3-1
66- new upstream release
67- dropt Patch0
68- clean up spec
69
70* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
71- new upstream release
72- dropt Source1,2
73- updated Patch0
74
75* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
76- replace ja.po: from upstream repository
77- drop ja.po patch (Patch1)
78- add Vendor and Distribution tags for Vine Linux
79
80* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1vl5
81- initial build for VineSeed (import Fedora Package)
82
83* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
84- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.