gypsy-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Summary: A GPS multiplexing daemon
  2. Name: gypsy
  3. Version: 0.9
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  6. # See LICENSE file for details
  7. License: LGPLv2 and GPLv2
  8. URL: http://gypsy.freedesktop.org/
  9. Source0: http://gypsy.freedesktop.org/releases/%{name}-%{version}.tar.bz2
  10. Patch0: gypsy-0.9-glib-2.36.x.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: bluez-libs-devel
  13. BuildRequires: dbus-devel
  14. BuildRequires: dbus-glib-devel
  15. BuildRequires: glib2-devel
  16. BuildRequires: libgudev1-devel
  17. BuildRequires: gtk-doc
  18. BuildRequires: libxslt
  19. Requires: dbus
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %description
  23. Gypsy is a GPS multiplexing daemon which allows multiple clients to
  24. access GPS data from multiple GPS sources concurrently.
  25. %package devel
  26. Summary: Development package for gypsy
  27. Summary(ja): Development package for gypsy
  28. Group: Development/Libraries
  29. Requires: gypsy = %{version}
  30. Requires: pkgconfig
  31. Requires: gtk-doc
  32. %description devel
  33. Header files for development with gypsy.
  34. %prep
  35. %setup -q
  36. %patch0 -p1 -b .glib
  37. %build
  38. %configure --disable-static
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. rm $RPM_BUILD_ROOT%{_libdir}/libgypsy.la
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %post -p /sbin/ldconfig
  47. %postun -p /sbin/ldconfig
  48. %files
  49. %defattr(-,root,root,-)
  50. %doc AUTHORS COPYING COPYING.lib LICENSE
  51. %{_sysconfdir}/dbus-1/system.d/Gypsy.conf
  52. %config(noreplace) %{_sysconfdir}/gypsy.conf
  53. %{_libexecdir}/gypsy-daemon
  54. %{_libdir}/libgypsy.so.0
  55. %{_libdir}/libgypsy.so.0.0.0
  56. %{_datadir}/dbus-1/system-services/org.freedesktop.Gypsy.service
  57. %files devel
  58. %defattr(-,root,root)
  59. %dir %{_includedir}/gypsy/
  60. %dir %{_datadir}/gtk-doc/html/gypsy/
  61. %doc %{_datadir}/gtk-doc/html/gypsy/*
  62. %{_libdir}/pkgconfig/gypsy.pc
  63. %{_includedir}/gypsy/*
  64. %{_libdir}/libgypsy.so
  65. %changelog
  66. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-2
  67. - rebuild with VineSeed environment
  68. - add Patch0 (gypsd-0.8-glib-2.36.x.patch)
  69. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-1
  70. - new upstream release
  71. - add BuildRequires: libgudev1-devel
  72. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6-2
  73. - rebuilt with rpm-4.8.1 for pkg-config
  74. * Mon Feb 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
  75. - initial build for Vine Linux
  76. * Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-6
  77. - Add gtk-doc build req
  78. * Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-5
  79. - Rebuild
  80. * Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> 0.6-4
  81. - Rebuild
  82. * Thu May 15 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-3
  83. - Further spec file cleanups
  84. * Mon Apr 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-2
  85. - Some spec file cleanups
  86. * Sat Apr 26 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-1
  87. - Initial package