rpms/obex-data-server/devel obex-data-server.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Jan 21 17:39:19 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/obex-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9887/devel

Modified Files:
	.cvsignore sources 
Added Files:
	obex-data-server.spec 
Log Message:
First commit



--- NEW FILE obex-data-server.spec ---
%define		date 16012007

Name:		obex-data-server
Version:	0.01
Release:	5.%{date}%{?dist}
Summary:	D-Bus service for Obex access

Group:		System Environment/Daemons
License:	GPLv2+
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
#  svn export -r 1211 svn://svn.muiline.com/obex-data-server/trunk/ obex-data-server-16012007
#  pushd obex-data-server-16012007
#  rm -rf *.cache config.guess config.log config.status config.sub depcomp ltmain.sh
#  autoreconf --verbose --install
#  popd
#  tar -cjvf obex-data-server-16012007.tar.bz2 obex-data-server-16012007
Source0:	%{name}-%{date}.tar.bz2
Url:		http://tadas.dailyda.com/blog
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	dbus-glib-devel
BuildRequires:	bluez-libs-devel
BuildRequires:	openobex-devel
BuildRequires:	glib2-devel
BuildRequires:	libtool

%description
obex-data-server is a D-Bus service to allow sending and receiving files
using the ObexFTP and Obex Push protocols, common on mobile phones and
other Bluetooth-equipped devices.

%prep
%setup -q -n %{name}-%{date}

%build
%configure
make %{?_smp_mflags}

cat << EOF > README
Bug tracking system is at:
http://bugs.muiline.com/view_all_bug_page.php

Web page is at:
http://tadas.dailyda.com/blog/

SVN tree:
svn://svn.muiline.com/obex-data-server/trunk/

SVN browsing:
http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/trunk/

EOF

%install
rm -rf $RPM_BUILD_ROOT
chmod a-x test/*.py
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING dbus-api.txt test/ods-dbus-test.c test/ods-server-test.py test/ods-session-test.py
%config %{_sysconfdir}/dbus-1/system.d/obex-data-server.conf
%{_bindir}/obex-data-server
%{_datadir}/dbus-1/services/obex-data-server.service

%changelog
* Sun Jan 20 2008 - Bastien Nocera <bnocera at redhat.com> - 0.01-5.16012007
- Fix rpmlint issues

* Fri Jan 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.01-4.16012007
- Add BR on libtool

* Thu Jan 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.01-3.16012007
- Remove exec bits on example apps

* Wed Jan 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.01-2.16012007
- Add COPYING, and add some data to the README

* Wed Jan 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.01-1.16012007
- First package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obex-data-server/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Jan 2008 17:17:28 -0000	1.1
+++ .cvsignore	21 Jan 2008 17:38:45 -0000	1.2
@@ -0,0 +1 @@
+obex-data-server-16012007.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obex-data-server/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Jan 2008 17:17:28 -0000	1.1
+++ sources	21 Jan 2008 17:38:45 -0000	1.2
@@ -0,0 +1 @@
+765b49276d3f21858cdf7d29f301ae48  obex-data-server-16012007.tar.bz2




More information about the fedora-extras-commits mailing list