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

Line 
1Summary:        A GPS multiplexing daemon
2
3Name:           gypsy
4Version:        0.9
5Release:        2%{?_dist_release}
6
7Group:          System Environment/Libraries
8# See LICENSE file for details
9License:        LGPLv2 and GPLv2
10URL:            http://gypsy.freedesktop.org/
11Source0:        http://gypsy.freedesktop.org/releases/%{name}-%{version}.tar.bz2
12
13Patch0:                 gypsy-0.9-glib-2.36.x.patch
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16
17BuildRequires: bluez-libs-devel
18BuildRequires: dbus-devel
19BuildRequires: dbus-glib-devel
20BuildRequires: glib2-devel
21BuildRequires: libgudev1-devel
22BuildRequires: gtk-doc
23BuildRequires: libxslt
24
25Requires: dbus
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
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
38Requires: gypsy = %{version}
39Requires: pkgconfig
40Requires: gtk-doc
41
42%description devel
43Header files for development with gypsy.
44
45%prep
46%setup -q
47%patch0 -p1 -b .glib
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
69%config(noreplace) %{_sysconfdir}/gypsy.conf
70%{_libexecdir}/gypsy-daemon
71%{_libdir}/libgypsy.so.0
72%{_libdir}/libgypsy.so.0.0.0
73%{_datadir}/dbus-1/system-services/org.freedesktop.Gypsy.service
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
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
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
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
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
108* Thu May 15 2008 Peter Robinson <pbrobinson@gmail.com> 0.6-3
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.