rpms/odccm/F-8 odccm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Jan 13 15:28:52 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/odccm/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5120

Modified Files:
	.cvsignore sources 
Added Files:
	odccm.spec 
Log Message:
- initial f8 import



--- NEW FILE odccm.spec ---
Name:           odccm
Version:        0.11
Release:        1%{?dist}
Summary:        Connection daemon for Pocket PC devices for Windows Mobile

Group:          Applications/Communications
License:        GPLv2+
URL:            http://www.synce.org
Source0:        http://download.sourceforge.net/synce/odccm-%{version}.tar.gz
Source2:        odccm-odccmd
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsynce-devel
BuildRequires:  glib2-devel gnet2-devel
BuildRequires:  hal-devel
BuildRequires:  dbus-glib-devel

Requires(post):  /sbin/chkconfig
Requires(preun): /sbin/chkconfig, /sbin/service
Requires(postun): /sbin/service

%description
Odccm is a dccm-implementation for Windows Mobile devices.

%prep
%setup -q

%build
%configure --disable-static --enable-legacy-support
make %{?_smp_mflags}


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

install -Dpm644 src/odccm.conf \
 ${RPM_BUILD_ROOT}%{_sysconfdir}/dbus-1/system.d/odccm.conf

install -Dpm755 %{SOURCE2} $RPM_BUILD_ROOT%{_initrddir}/odccm

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/chkconfig --add odccm

%preun
if [ $1 -eq 0 ]; then
    /sbin/service odccm stop &>/dev/null
    /sbin/chkconfig --del odccm
fi

%postun
if [ $1 -ge 1 ]; then
    /sbin/service odccm condrestart &>/dev/null
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_sbindir}/odccm
%config %{_sysconfdir}/dbus-1/system.d/odccm.conf
%{_initrddir}/odccm
%{_mandir}/man1/*

%changelog
* Wed Jan 09 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.11-1
- version upgrade
- split off synce-gnome

* Tue Jan 08 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.11-0.4.3141svn
- more init tuneups

* Mon Jan 07 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.11-0.3.3141svn
- start odccm later in the init process

* Mon Jan 07 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.11-0.2.3141svn
- fix init script
- do not include zero length NEWS file

* Sat Jan 05 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.11-0.1.3141svn
- upgrade to svn to fix return value issue
- make odccm a service instead of setuid root

* Sun Dec 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.10.0-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/odccm/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jan 2008 16:41:11 -0000	1.1
+++ .cvsignore	13 Jan 2008 15:28:15 -0000	1.2
@@ -0,0 +1 @@
+odccm-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/odccm/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jan 2008 16:41:11 -0000	1.1
+++ sources	13 Jan 2008 15:28:15 -0000	1.2
@@ -0,0 +1 @@
+ed830920a91573215d2497c09bd5a310  odccm-0.11.tar.gz




More information about the fedora-extras-commits mailing list