gypsy-vl.spec 2.4 KB

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