Author: patrys Date: Mon Aug 10 08:11:36 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/gypsy: gypsy.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gypsy/gypsy.spec diff -u /dev/null packages/gypsy/gypsy.spec:1.1 --- /dev/null Mon Aug 10 10:11:36 2009 +++ packages/gypsy/gypsy.spec Mon Aug 10 10:11:30 2009 @@ -0,0 +1,93 @@ +# $Revision$, $Date$ +Summary: Gypsy - a GPS multiplexing daemon +Name: gypsy +Version: 0.7 +Release: 1 +Source0: http://gypsy.freedesktop.org/gypsy-releases/%{name}-%{version}.tar.gz +# Source0-md5: cde52c121693014efa75d9098fd7de22 +Group: Libraries +# See LICENSE file for details +License: LGPLv2 and GPLv2 +URL: http://gypsy.freedesktop.org/ +BuildRequires: bluez-libs-devel +BuildRequires: dbus-devel +BuildRequires: dbus-glib-devel +BuildRequires: glib2-devel +BuildRequires: gtk-doc +BuildRequires: libxslt +Requires: dbus +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Gypsy is a GPS multiplexing daemon which allows multiple clients to +access GPS data from multiple GPS sources concurrently. + +%package devel +Summary: Development package for gypsy +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: dbus-glib-devel +Requires: pkgconfig + +%description devel +Header files for development with gypsy. + +%package apidocs +Summary: Documentation files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gtk-doc + +%description apidocs +This package contains developer documentation for %{name}. + +%prep +%setup -q + +%build +%configure \ + --disable-static \ + --with-html-dir=%{_gtkdocdir} + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING COPYING.lib LICENSE +/etc/dbus-1/system.d/Gypsy.conf +%{_datadir}/dbus-1/system-services/org.freedesktop.Gypsy.service +%{_libexecdir}/gypsy-daemon +%attr(755,root,root) %{_libdir}/libgypsy.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgypsy.so.0 + +%files devel +%defattr(644,root,root,755) +%{_pkgconfigdir}/gypsy.pc +%{_includedir}/gypsy +%{_libdir}/libgypsy.so +%{_libdir}/libgypsy.la + +%files apidocs +%defattr(644,root,root,755) +%doc %{_gtkdocdir}/gypsy + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/08/10 08:11:30 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
