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

Revision 6890, 2.6 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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