Author: pawelz Date: Sat Jul 4 16:38:05 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial - ssh dbus forwarding
---- Files affected: packages/gabriel: gabriel.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gabriel/gabriel.spec diff -u /dev/null packages/gabriel/gabriel.spec:1.1 --- /dev/null Sat Jul 4 18:38:05 2009 +++ packages/gabriel/gabriel.spec Sat Jul 4 18:38:00 2009 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +# +Summary: Secure remote D-Bus +Summary(pl.UTF-8): Bezpieczny zdalny D-Bus +Name: gabriel +Version: 0.1 +Release: 0.1 +License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here) +Group: Applications +Source0: http://dl.sourceforge.net/gabriel/%{name}-%{version}.tar.gz +# Source0-md5: 136d971aaf4917c31bfdc25c3f713091 +# Very ugly hack. See TODO file. +Patch0: %{name}-passphrase.patch +URL: http://gabriel.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: glib-devel +BuildRequires: libssh-devel +BuildRequires: rpmbuild(macros) >= 1.228 +Requires(post,preun): /sbin/chkconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Secure remote D-Bus. + +%description -l pl.UTF-8 +Bezpieczny zdalny D-Bus. + +%prep +%setup -q + +%patch0 -p0 + +%build +# Is it correct? +%{__aclocal} +%{__autoconf} +%{__automake} + +CPPFLAGS=-I/usr/include/glib-2.0 +%configure +%{__make} +%{__make} -C client + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install client/gabriel $RPM_BUILD_ROOT%{_bindir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README server/gabriel-server-start server/gabriel-server-stop server/gabriel-dbus.conf +%attr(755,root,root) %{_bindir}/gabriel + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/04 16:38:00 pawelz +- initial +- ssh dbus forwarding + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
