lxrandr-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Summary: Simple monitor config tool for LXDE
  2. Summary(ja): LXDE のシンプルなモニタ設定ツール
  3. Name: lxrandr
  4. Version: 0.1.1
  5. Release: 3%{?_dist_release}
  6. License: GPLv3+
  7. Group: Graphical desktop/Other
  8. Source0: http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  9. URL: http://lxde.sourceforge.net/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.0.0 gettext libXrandr-devel
  12. BuildRequires: automake autoconf intltool pkgconfig
  13. Requires: libXrandr
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. This is a very basic monitor config tool utilizing XRandR. It can let you
  18. change the screen resolution on the fly. Besides, when you run lxrandr
  19. with external monitor connected, its GUI will change, and show you some
  20. quick options to get your projector working correctly.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %makeinstall
  29. %{find_lang} %{name}
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files -f %{name}.lang
  33. %defattr(-, root, root)
  34. %doc AUTHORS COPYING ChangeLog NEWS README
  35. %{_bindir}/*
  36. %{_datadir}/applications/*
  37. %{_datadir}/man/*
  38. %changelog
  39. * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-3
  40. - rebuilt with current environment
  41. * Fri Jul 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-2
  42. - new upstream release
  43. - skipped 0.1.1-1 because missed
  44. - dropt Source1 and Patch0
  45. - added %{_datadir}/man/* in %files
  46. * Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
  47. - add ja.po from upstream r1231 (Source1)
  48. - add configure patch for ja.po (Patch0)
  49. - add Vendor and Distribution tags
  50. - fix License tag value
  51. - add documents
  52. * Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5
  53. - initial build for VineSeed (import Mandriva Package)
  54. * Sun Jun 22 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.0
  55. + Revision: 227910
  56. - import lxrandr