SPECS: synce-odccm.spec - install dbus config - strict libsynce dep
glen
glen at pld-linux.org
Wed Aug 29 02:08:37 CEST 2007
Author: glen Date: Wed Aug 29 00:08:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- install dbus config
- strict libsynce dep
---- Files affected:
SPECS:
synce-odccm.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/synce-odccm.spec
diff -u SPECS/synce-odccm.spec:1.1 SPECS/synce-odccm.spec:1.2
--- SPECS/synce-odccm.spec:1.1 Wed Aug 29 01:57:02 2007
+++ SPECS/synce-odccm.spec Wed Aug 29 02:08:31 2007
@@ -2,7 +2,7 @@
Summary: SynCE: Communication application
Name: synce-odccm
Version: 0.10.0
-Release: 1
+Release: 2
License: MIT
Group: Libraries
Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@
BuildRequires: gob2
BuildRequires: hal-devel
BuildRequires: synce-libsynce-devel = %{version}
+%requires_eq_to synce-libsynce synce-libsynce-devel
Conflicts: synce-kde < 0.9.1-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,21 +34,29 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc/dbus-1/system.d
+cp -a data/dbus/odccm.conf $RPM_BUILD_ROOT/etc/dbus-1/system.d
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
%files
%defattr(644,root,root,755)
%doc README
+/etc/dbus-1/system.d/odccm.conf
%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.2 2007/08/29 00:08:31 glen
+- install dbus config
+- strict libsynce dep
+
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-odccm.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list