SPECS: synce-odccm.spec (NEW) - new, based on http://cvs.mandriva....

glen glen at pld-linux.org
Wed Aug 29 01:57:07 CEST 2007


Author: glen                         Date: Tue Aug 28 23:57:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/synce-odccm/synce-odccm.spec?revision=1.1

---- Files affected:
SPECS:
   synce-odccm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/synce-odccm.spec
diff -u /dev/null SPECS/synce-odccm.spec:1.1
--- /dev/null	Wed Aug 29 01:57:07 2007
+++ SPECS/synce-odccm.spec	Wed Aug 29 01:57:02 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	SynCE: Communication application
+Name:		synce-odccm
+Version:	0.10.0
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
+# Source0-md5:	977b8123a6d83dfb3194011b7c5b564c
+URL:		http://synce.sourceforge.net/
+BuildRequires:	dbus-glib-devel
+BuildRequires:	glib2-devel
+BuildRequires:	gnet-devel >= 2.0
+BuildRequires:	gob2
+BuildRequires:	hal-devel
+BuildRequires:	synce-libsynce-devel = %{version}
+Conflicts:	synce-kde < 0.9.1-2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+odccm is part of the SynCE project
+
+%prep
+%setup -q -n odccm-%{version}
+
+%build
+%configure \
+	--with-libsynce=%{_prefix}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man1/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%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  2007/08/28 23:57:02  glen
+- new, based on http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/synce-odccm/synce-odccm.spec?revision=1.1
+
================================================================


More information about the pld-cvs-commit mailing list