gypsy-vl.spec 2.6 KB

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