SPECS: synce-libsynce.spec - add virtual -connector-* packages - rel. 2.9

sls sls at pld-linux.org
Thu Oct 30 23:58:40 CET 2008


Author: sls                          Date: Thu Oct 30 22:58:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add virtual -connector-* packages
- rel. 2.9

---- Files affected:
SPECS:
   synce-libsynce.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/synce-libsynce.spec
diff -u SPECS/synce-libsynce.spec:1.16 SPECS/synce-libsynce.spec:1.17
--- SPECS/synce-libsynce.spec:1.16	Sat Oct 18 01:41:03 2008
+++ SPECS/synce-libsynce.spec	Thu Oct 30 23:58:35 2008
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# TODO:
+#	- descriptions and names for -connector-*
+#	- check connector-dccm requirement
 #
 # Conditional build:
 %bcond_without	dbus	# build without dbus support
@@ -14,7 +17,7 @@
 Summary(pl.UTF-8):	Podstawowa biblioteka SynCE
 Name:		synce-libsynce
 Version:	0.12
-Release:	2
+Release:	2.9
 License:	MIT
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/synce/libsynce-%{version}.tar.gz
@@ -63,6 +66,37 @@
 %description static -l pl.UTF-8
 Statyczna biblioteka libsynce.
 
+%package -n synce-connector-hal
+Summary:	Virtual package which provides connection to a WinCE device
+Group:		Applications/System
+Provides:	synce-connector
+Requires:	%{name} = %{version}-%{release}
+Requires:	synce-hal
+
+%description -n synce-connector-hal
+Virtual package which provides connection to a WinCE device.
+
+%package -n synce-connector-odccm
+Summary:	Virtual package which provides connection to a WinCE device
+Group:		Applications/System
+Provides:	synce-connector
+Requires:	%{name} = %{version}-%{release}
+Requires:	synce-odccm
+
+%description -n synce-connector-odccm
+Virtual package which provides connection to a WinCE device.
+
+%package -n synce-connector-dccm
+Summary:	Virtual package which provides connection to a WinCE device
+Group:		Applications/System
+Provides:	synce-connector
+Requires:	%{name} = %{version}-%{release}
+# check what is actually required
+Requires:	synce-vdccm
+
+%description -n synce-connector-dccm
+Virtual package which provides connection to a WinCE device.
+
 %prep
 %setup -q -n libsynce-%{version}
 %patch0 -p1
@@ -111,12 +145,31 @@
 %defattr(644,root,root,755)
 %{_libdir}/libsynce.a
 
+%if %{with hal}
+%files -n synce-connector-hal
+%defattr(644,root,root,755)
+%endif
+
+%if %{with odccm}
+%files -n synce-connector-odccm
+%defattr(644,root,root,755)
+%endif
+
+%if %{with dccm}
+%files -n synce-connector-dccm
+%defattr(644,root,root,755)
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2008/10/30 22:58:35  sls
+- add virtual -connector-* packages
+- rel. 2.9
+
 Revision 1.16  2008/10/17 23:41:03  sls
 - added bconds odccm, dccm, hal
 - updated BR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-libsynce.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list