SPECS: java-dbus.spec (NEW) - new Java/D-BUS interface, pure Java ...

qboosh qboosh at pld-linux.org
Sun Aug 12 13:11:54 CEST 2007


Author: qboosh                       Date: Sun Aug 12 11:11:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new Java/D-BUS interface, pure Java this time

---- Files affected:
SPECS:
   java-dbus.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/java-dbus.spec
diff -u /dev/null SPECS/java-dbus.spec:1.1
--- /dev/null	Sun Aug 12 13:11:54 2007
+++ SPECS/java-dbus.spec	Sun Aug 12 13:11:49 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	Java implementation of D-BUS
+Summary(pl.UTF-8):	Implementacja D-BUS w Javie
+Name:		java-dbus
+Version:	2.3.1
+Release:	1
+License:	AFL v2.1 or GPL v2
+Group:		Development/Languages/Java
+Source0:	http://dbus.freedesktop.org/releases/dbus-java/dbus-java-%{version}.tar.gz
+# Source0-md5:	c580d4fd54868c791452290244087aeb
+Patch0:		%{name}-make.patch
+URL:		http://www.freedesktop.org/Software/DBusBindings
+BuildRequires:	docbook-to-man
+BuildRequires:	java-libmatthew
+BuildRequires:	jdk >= 1.5
+BuildRequires:	tex4ht
+Requires:	java-libmatthew
+Requires:	jre >= 1.5
+Obsoletes:	java-libdbus
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Java implementation of D-BUS.
+
+%description -l pl.UTF-8
+Implementacja D-BUS w Javie.
+
+%prep
+%setup -q -n dbus-java-%{version}
+%patch0 -p1
+
+%build
+%{__make}
+
+%{__make} doc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install install-man \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PREFIX=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README changelog
+# javadoc
+%doc doc/api
+%attr(755,root,root) %{_bindir}/CreateInterface
+%attr(755,root,root) %{_bindir}/DBusCall
+%attr(755,root,root) %{_bindir}/DBusDaemon
+%attr(755,root,root) %{_bindir}/DBusViewer
+%attr(755,root,root) %{_bindir}/ListDBus
+%{_javadir}/dbus*.jar
+%{_mandir}/man1/CreateInterface.1*
+%{_mandir}/man1/DBusCall.1*
+%{_mandir}/man1/DBusDaemon.1*
+%{_mandir}/man1/DBusViewer.1*
+%{_mandir}/man1/ListDBus.1*
+
+%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/12 11:11:49  qboosh
+- new Java/D-BUS interface, pure Java this time
================================================================


More information about the pld-cvs-commit mailing list