lxtask-vl.spec 2.2 KB

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