synergy-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. %define name synergy
  2. %define version 1.3.1
  3. %define release 1%{?_dist_release}
  4. Summary: Mouse and keyboard sharing utility
  5. Summary(ja): マウス・キーボード共有ユーティリティ
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: http://prdownloads.sourceforge.net/%{name}2/%{name}-%{version}.tar.gz
  10. License: GPL
  11. Group: System Environment/Daemons
  12. URL: http://synergy2.sourceforge.net/
  13. #Requires:
  14. BuildRequires: XOrg-devel
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. Synergy lets you easily share a single mouse and keyboard between
  20. multiple computers with different operating systems, each with its
  21. own display, without special hardware. It's intended for users
  22. with multiple computers on their desk since each system uses its
  23. own display.
  24. %description -l ja
  25. Synergy lets you easily share a single mouse and keyboard between
  26. multiple computers with different operating systems, each with its
  27. own display, without special hardware. It's intended for users
  28. with multiple computers on their desk since each system uses its
  29. own display.
  30. %prep
  31. %setup
  32. %build
  33. %configure
  34. %__make
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. %makeinstall
  38. %__mkdir_p $RPM_BUILD_ROOT/%{_sysconfdir}
  39. %__cp $RPM_BUILD_DIR/%{name}-%{version}/examples/synergy.conf $RPM_BUILD_ROOT/%{_sysconfdir}/
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root)
  44. %config %{_sysconfdir}/synergy.conf
  45. %{_bindir}/synergyc
  46. %{_bindir}/synergys
  47. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
  48. %doc doc/PORTING doc/*.html doc/*.css doc/images/ examples/
  49. %changelog
  50. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.1-1vl5
  51. - applied new versioning policy, spec in utf-8
  52. * Sun Sep 2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.1-0vl3
  53. - rebuilt with new toolchain
  54. * Sun Sep 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.1-0vl2
  55. - rebuilt for Vine Linux 4.0
  56. - added Japanese summary
  57. * Sat Aug 26 2006 Atsushi SHICHI <ats777@gmail.com> 1.3.1-0vl1
  58. - new upstream release
  59. - modified spec file
  60. * Mon Feb 06 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 1.2.7-0vl1
  61. - new upstream release
  62. - modified spec file
  63. * Thu Apr 10 2003 Kazuhisa TAKEI <takei@vinelinux.org> 1.0.6-1vl2
  64. - initial release
  65. # end of file