SPECS: synce-libsynce.spec - updated to 0.9.2, added noslang patch
qboosh
qboosh at pld-linux.org
Thu May 18 15:17:08 CEST 2006
Author: qboosh Date: Thu May 18 13:17:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9.2, added noslang patch
---- Files affected:
SPECS:
synce-libsynce.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/synce-libsynce.spec
diff -u SPECS/synce-libsynce.spec:1.2 SPECS/synce-libsynce.spec:1.3
--- SPECS/synce-libsynce.spec:1.2 Mon Oct 24 00:39:44 2005
+++ SPECS/synce-libsynce.spec Thu May 18 15:17:03 2006
@@ -1,18 +1,26 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with dbus # build with dbus support
+#
Summary: Core SynCE library
Summary(pl): Podstawowa biblioteka SynCE
Name: synce-libsynce
-Version: 0.9.1
+Version: 0.9.2
Release: 1
License: MIT
Group: Libraries
Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
-# Source0-md5: 3fcffb776a5bedc23458152e5a650348
+# Source0-md5: c75f68c28bcae07f2a369dd49a3c6767
Patch0: %{name}-nolibs.patch
+Patch1: %{name}-noslang.patch
URL: http://synce.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake >= 1.4
+# not sure which was OK, but doesn't build with 0.61
+%{?with_dbus:BuildRequires: dbus-devel < 0.35}
BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -28,6 +36,7 @@
Summary(pl): Pliki nagłówkowe biblioteki libsynce
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+%{?with_dbus:Requires: dbus-devel}
%description devel
Header files for libsynce library.
@@ -48,8 +57,9 @@
Statyczna biblioteka libsynce.
%prep
-%setup -q
+%setup -q -n libsynce-%{version}
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -57,7 +67,8 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ %{?with_dbus:--enable-dbus}
%{__make}
@@ -96,9 +107,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/05/18 13:17:03 qboosh
+- updated to 0.9.2, added noslang patch
+
Revision 1.2 2005/10/23 22:39:44 prism
- updated to 0.9.1
Revision 1.1 2004/12/26 00:55:06 qboosh
- split from synce.spec for clean build
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/synce-libsynce.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list