SPECS: synce-hal.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Fri May 16 22:10:46 CEST 2008
Author: wolvverine Date: Fri May 16 20:10:46 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
synce-hal.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/synce-hal.spec
diff -u /dev/null SPECS/synce-hal.spec:1.1
--- /dev/null Fri May 16 22:10:46 2008
+++ SPECS/synce-hal.spec Fri May 16 22:10:41 2008
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: Synce-hal
+Summary(pl.UTF-8): Synce-hal
+Name: synce-hal
+Version: 0.1
+Release: 0.1
+License: GPL
+Group: Libraries
+Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
+# Source0-md5: 77ea51506ac4ef2bdb81ba7f5c609d2b
+URL: http://www.synce.org/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1.4
+BuildRequires: libmimedir-vlm-devel
+BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.213
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Synce-hal is a connection framework and dccm-implementation for Windows
+Mobile devices that integrates with HAL.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO AUTHORS COPYING NEWS ChangeLog
+%attr(755,root,root) %{_libdir}/hal-synce-rndis
+%attr(755,root,root) %{_libdir}/hal-synce-serial
+%attr(755,root,root) %{_libdir}/hal-dccm
+%attr(755,root,root) %{_libdir}/synce-serial-chat
+%{_datadir}/hal/fdi/policy/20thirdparty/*synce.fdi
+
+%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.1 2008-05-16 20:10:41 wolvverine
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list