rpms/vdccm/devel vdccm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue May 1 08:22:15 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/vdccm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21775/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vdccm.spec 
Log Message:
import


--- NEW FILE vdccm.spec ---
Name:           vdccm
Version:        0.9.3
Release:        1%{?dist}
Summary:        Serial connection daemon for Pocket PC devices

Group:          Applications/Communications
License:        MIT
URL:            http://www.synce.org
Source0:        http://download.sf.net/synce/synce-vdccm-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsynce-devel
BuildRequires:  libtool

Requires:       synce-serial

%description
Vdccm is a daemon running as the user on the desktop machine, which
the Pocket PC connects to.
This vdccm is a replacement of the original dccm and the vdccm comming
with SynCE-KDE.

%package devel
Summary: Development libraries and header files for vdccm
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files and link libraries for vdccm


%prep
%setup -q
sed -i -e "/chown root/d" src/Makefile.in

%build
%configure --disable-static
make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}


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

rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%attr(4755,root,root) %{_bindir}/vdccm
%{_bindir}/proxyclient
%{_bindir}/triggerconnection
%{_libdir}/libdescriptor.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so


%changelog
* Sat Mar 03 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.3-1
- split off the synce package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vdccm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 22:08:12 -0000	1.1
+++ .cvsignore	1 May 2007 08:21:41 -0000	1.2
@@ -0,0 +1 @@
+synce-vdccm-0.9.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vdccm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:08:12 -0000	1.1
+++ sources	1 May 2007 08:21:41 -0000	1.2
@@ -0,0 +1 @@
+996236320a6b4c9410050c4dc6e53164  synce-vdccm-0.9.3.tar.gz




More information about the fedora-extras-commits mailing list