source: projects/specs/branches/6/g/gypsy/gypsy-vl.spec @ 1988

Revision 1988, 2.4 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary:        A GPS multiplexing daemon
2
3Name:           gypsy
4Version:        0.6
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/gypsy-releases/%{name}-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildRequires: bluez-libs-devel
15BuildRequires: dbus-devel
16BuildRequires: dbus-glib-devel
17BuildRequires: glib2-devel
18BuildRequires: gtk-doc
19BuildRequires: libxslt
20
21Requires: dbus
22
23%description
24Gypsy is a GPS multiplexing daemon which allows multiple clients to
25access GPS data from multiple GPS sources concurrently.
26
27%package devel
28Summary: Development package for gypsy
29Summary(ja): Development package for gypsy
30Group: Development/Libraries
31Requires: gypsy = %{version}
32Requires: pkgconfig
33Requires: gtk-doc
34
35%description devel
36Header files for development with gypsy.
37
38%prep
39%setup -q
40
41%build
42%configure --disable-static
43make %{?_smp_mflags}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT
48rm $RPM_BUILD_ROOT%{_libdir}/libgypsy.la
49
50%clean
51rm -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
Note: See TracBrowser for help on using the repository browser.