rpms/sugar-presence-service/OLPC-2 sugar-presence-service.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Tue Jun 19 20:03:36 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/sugar-presence-service/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6666/OLPC-2

Modified Files:
	.cvsignore sources 
Added Files:
	sugar-presence-service.spec 
Log Message:
Initial build



--- NEW FILE sugar-presence-service.spec ---
%define alphatag 20070618git
%define commitid e335c3678f

Name:           sugar-presence-service
Version:        0.65
Release:        0.1.%{alphatag}%{commitid}
Summary:        The Sugar presence service

Group:          System Environment/Libraries
License:        GPL
URL:            http://dev.laptop.org/
# git clone git://dev.laptop.org/projects/presence-service
# cd presence-service
# git-checkout %{alphatag}
Source0:        sugar-presence-service-%{version}-git%{commitid}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       telepathy-python
Requires:       dbus

%description
The Sugar presence service.

%prep
%setup -q

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/sugar-presence-service
%{_datadir}/sugar-presence-service
%{_datadir}/dbus-1/services/org.laptop.Sugar.Presence.service

%changelog
* Thu Jun 14 2007 Marco Pesenti Gritti <mpg at redhat.com> 0.65-0.1.20070618gite335c3678f
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sugar-presence-service/OLPC-2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2007 18:15:18 -0000	1.1
+++ .cvsignore	19 Jun 2007 20:02:59 -0000	1.2
@@ -0,0 +1 @@
+sugar-presence-service-0.65-gite335c3678f.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sugar-presence-service/OLPC-2/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2007 18:15:18 -0000	1.1
+++ sources	19 Jun 2007 20:02:59 -0000	1.2
@@ -0,0 +1 @@
+bcfc7ba52732eb506cfb94dba020ad87  sugar-presence-service-0.65-gite335c3678f.tar.bz2




More information about the scm-commits mailing list