rpms/libsynce/FC-6 libsynce.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:41:02 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/libsynce/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8002/FC-6

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


--- NEW FILE libsynce.spec ---
Name:           libsynce
Version:        0.9.3
Release:        1%{?dist}
Summary:        Connection library for Pocket PC devices

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

# Provide an upgrade path from the monilithic synce package
Provides:       synce = %{version}-%{release}
Obsoletes:      synce <= 0.9.1-10

%description
The purpose of the SynCE project is to provide a means of
communication with a Windows CE device from a computer running Linux,
FreeBSD or a similar operating system.

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

%description devel
This package contains the header files and link libraries for SynCE
application development. SynCE provides support for communication
between a Windows CE device (PDA, smart phone) and a Linux machine.

For more details on the SynCE project, please refer to the project's
homepage at http://www.synce.org

%prep
%setup -q 

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


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

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


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README TODO
%{_libdir}/libsynce.so.0*
%{_mandir}/man1/synce.*

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



%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/libsynce/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 21:57:02 -0000	1.1
+++ .cvsignore	1 May 2007 11:40:28 -0000	1.2
@@ -0,0 +1 @@
+synce-libsynce-0.9.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsynce/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 21:57:02 -0000	1.1
+++ sources	1 May 2007 11:40:28 -0000	1.2
@@ -0,0 +1 @@
+9b793d1ef241fa7fca6ca7832b3b4811  synce-libsynce-0.9.3.tar.gz




More information about the fedora-extras-commits mailing list