rpms/synce-serial/FC-6 synce-serial-README.Fedora, NONE, 1.1 synce-serial.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 11:54:24 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/synce-serial/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8765/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	synce-serial-README.Fedora synce-serial.spec 
Log Message:
import


--- NEW FILE synce-serial-README.Fedora ---
To configure the connection of your handheld through SynCE,
plug it in, run "vdccm" as your desktop user, and the run
"synce-serial-config ipaq" as root.

Unplug the device, and plug it back. It should connect
automatically from now on.


--- NEW FILE synce-serial.spec ---
Name:           synce-serial
Version:        0.9.1
Release:        2%{?dist}
Summary:        Serial connection support for Pocket PC devices

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

Requires:       ppp, vdccm, udev

%description
Synce-serial is part of the SynCE project: http://www.synce.org

This module contains helper scripts for setting up a serial connection for use
with SynCE. They are basically wrappers around pppd:
  synce-serial-config  - Use this to select serial port and IP addresses
  synce-serial-start   - Use this to start connection
  synce-serial-abort   - Use this to abort a connection

Please read the included README.Fedora for details

%prep
%setup -q
cp -p %{SOURCE1} README.Fedora

%build
%configure
make %{?_smp_mflags}

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

# Enable autoconnect
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/
echo 'ACTION=="add", SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", SYSFS{idProduct}=="0a06", SYMLINK+="ipaq", RUN+="%{_bindir}/synce-serial-start"' > $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-synce.rules

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README README.Fedora TODO LICENSE
%{_bindir}/synce-serial-*
%{_datadir}/synce
%{_mandir}/man8/synce-serial-*
%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules

%changelog
* Mon Apr 02 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.1-2
- fix typo in description
- make udev rules %%config(noreplace)

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synce-serial/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 22:07:05 -0000	1.1
+++ .cvsignore	1 May 2007 11:53:50 -0000	1.2
@@ -0,0 +1 @@
+synce-serial-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synce-serial/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:07:05 -0000	1.1
+++ sources	1 May 2007 11:53:50 -0000	1.2
@@ -0,0 +1 @@
+77f8879486469118386fb7429ec5a794  synce-serial-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list