source: projects/specs/trunk/g/gypsy/gypsy-vl.spec @ 8119

Revision 8119, 2.8 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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