rpms/gypsy/F-9 gypsy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson (pbrobinson) fedora-extras-commits at redhat.com
Fri May 16 12:13:41 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/gypsy/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28906/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	gypsy.spec 
Log Message:
Initial F-9 Package



--- NEW FILE gypsy.spec ---
Name:           gypsy
Version:        0.6
Release:        3%{?dist}
Summary:        Gypsy is a GPS multiplexing daemon

Group:          System Environment/Libraries
# See LICENSE file for details
License:        LGPLv2 and GPLv2
URL:            http://gypsy.freedesktop.org/
Source0:        http://gypsy.freedesktop.org/gypsy-releases/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: bluez-libs-devel
BuildRequires: glib2-devel
BuildRequires: libxslt

Requires: dbus

%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: gypsy = %{PACKAGE_VERSION}
Requires: pkgconfig
Requires: gtk-doc

%description devel
Header files for development with gypsy.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libgypsy.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING.lib LICENSE
%{_sysconfdir}/dbus-1/system.d/Gypsy.conf
%{_datadir}/dbus-1/services/org.freedesktop.Gypsy.service
%{_libexecdir}/gypsy-daemon
%{_libdir}/libgypsy.so.0
%{_libdir}/libgypsy.so.0.0.0

%files devel
%defattr(-,root,root)
%dir %{_includedir}/gypsy/
%dir %{_datadir}/gtk-doc/html/gypsy/
%doc %{_datadir}/gtk-doc/html/gypsy/*
%{_libdir}/pkgconfig/gypsy.pc
%{_includedir}/gypsy/*
%{_libdir}/libgypsy.so

%changelog

* Mon May 15 2008 Peter Robinson <pbrobinson at gmail.com> 0.6-3
- Further spec file cleanups

* Mon Apr 28 2008 Peter Robinson <pbrobinson at gmail.com> 0.6-2
- Some spec file cleanups

* Sat Apr 26 2008 Peter Robinson <pbrobinson at gmail.com> 0.6-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gypsy/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2008 16:10:14 -0000	1.1
+++ .cvsignore	16 May 2008 12:12:57 -0000	1.2
@@ -0,0 +1 @@
+gypsy-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gypsy/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2008 16:10:14 -0000	1.1
+++ sources	16 May 2008 12:12:57 -0000	1.2
@@ -0,0 +1 @@
+d5990275a06717dbdd00b9c372a49849  gypsy-0.6.tar.gz




More information about the fedora-extras-commits mailing list