lxrandr-vl.spec 2.1 KB

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