gpspoint-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. %define name gpspoint
  2. %define libname libgpspoint2
  3. %define release 0vl5
  4. %define version 2.030521
  5. Summary: Garmin GPS data transfer utility
  6. Summary(ja): Garmin社製GPS受信機データ転送ユーティリティ
  7. Name: %{name}
  8. Version: %{version}
  9. Release: %{release}
  10. Group: Applications/Engineering
  11. License: GPL
  12. Source: http://gpspoint.dnsalias.net/gpspoint2/download/%{name}-%{version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Url: http://gpspoint.dnsalias.net/gpspoint2/
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  18. %description
  19. With gpspoint you can interact with a garmin gps device. Most importantly you
  20. can down- and upload waypoints, routes and tracks. It also dialog based
  21. frontend mgpspoint.
  22. %description -l ja
  23. Garmin社製GPS受信機とPCとの間でデータを転送する機能があります。ウェイ
  24. ポイント、ルート、軌跡のデータをダウンロードまたはアップロードが可能で
  25. す。gpspointのフロントエンドとしてmgpspointが同梱されています。
  26. %package -n %{libname}
  27. Summary: Dynamic libraries from %{name}
  28. Summary(ja): %{name}のライブラリ
  29. Group: System Environment/Libraries
  30. %description -n %{libname}
  31. Dynamic libraries from %{name}.
  32. %description -n %{libname} -l ja
  33. %{name}のライブラリ
  34. %package -n %{libname}-devel
  35. Summary: Header files and static libraries from %name
  36. Summary(ja): %{name}ライブラリの開発キット
  37. Group: Development/Libraries
  38. Requires: %{libname} >= %{version}
  39. Provides: lib%{name}-devel = %{version}-%{release}
  40. %description -n %{libname}-devel
  41. Libraries and includes files for developing programs based on %{name}.
  42. %description -n %{libname}-devel -l ja
  43. %{name}ライブラリの開発キット
  44. %prep
  45. %setup
  46. %build
  47. %configure
  48. %{__make}
  49. %install
  50. %makeinstall
  51. %files
  52. %defattr(-,root,root)
  53. %doc README AUTHORS ChangeLog COPYING NEWS TODO
  54. %{_bindir}/gpspoint
  55. %{_bindir}/mgpspoint
  56. %{_mandir}/man1/*
  57. %files -n %{libname}
  58. %defattr(-,root,root)
  59. %{_libdir}/libgpspoint2.so.*
  60. %files -n %{libname}-devel
  61. %defattr(-,root,root)
  62. %dir %{_includedir}/gpspoint2
  63. %{_includedir}/gpspoint2/*.h
  64. %{_libdir}/libgpspoint2.a
  65. %{_libdir}/libgpspoint2.la
  66. %{_libdir}/libgpspoint2.so
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT/
  69. %post -n %{libname} -p /sbin/ldconfig
  70. %postun -n %{libname} -p /sbin/ldconfig
  71. %changelog
  72. * Fri Dec 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
  73. - changed libgpspoint Group to System Environment/Libraris
  74. - changed libgpspoint-devel Group to Development/Libraris
  75. - run /sbin/ldconfig at %post and %postun section
  76. * Wed Nov 29 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  77. - Rebuilt for VineLinux4.0
  78. * Wed Sep 22 2004 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  79. - Initial package for VineLinux3.0
  80. * Sun Aug 17 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  81. - Replaced some parts with rpm macros following instruction of
  82. Mr. Masaharu Iwai
  83. * Sat Aug 16 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  84. - Changed subpackages' name
  85. * Fri Aug 15 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  86. - initial package