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