SPECS: dotnet-dbus-sharp.spec (NEW) - based on dbus.spec, no offic...

freetz freetz at pld-linux.org
Fri Aug 11 23:45:25 CEST 2006


Author: freetz                       Date: Fri Aug 11 21:45:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on dbus.spec, no official tarball yet

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

---- Diffs:

================================================================
Index: SPECS/dotnet-dbus-sharp.spec
diff -u /dev/null SPECS/dotnet-dbus-sharp.spec:1.1
--- /dev/null	Fri Aug 11 23:45:25 2006
+++ SPECS/dotnet-dbus-sharp.spec	Fri Aug 11 23:45:20 2006
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+#
+%include	/usr/lib/rpm/macros.mono
+#
+Summary:	D-BUS message bus
+Summary(pl):	Magistrala przesyłania komunikatów D-BUS
+Name:		dotnet-dbus-sharp
+Version:	0.63
+Release:	1
+License:	AFL v2.1 or GPL v2
+Group:		Libraries
+Source0:	dbus-mono-%{version}.tar.bz2
+# Source0-md5:	d87d155d643ae19ab48851c3820dbeb5
+Patch0:		dbus-mint.patch
+Patch1:		dbus-monodir.patch
+URL:		http://www.freedesktop.org/Software/dbus
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake
+BuildRequires:	mono-csharp >= 1.1.7
+BuildRequires:	monodoc >= 1.0.7-2
+BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+.NET library for using D-BUS.
+
+%description -l pl
+Biblioteka .NET do używania D-BUS.
+
+%package devel
+Summary:	.NET library for using D-BUS with API documentation
+Summary(pl):	Biblioteka .NET do używania D-BUS, zawiera dokumentację API
+Group:		Development/Libraries
+Requires:	dotnet-%{name}-sharp = %{version}-%{release}
+
+%description devel
+.NET library for using D-BUS, with API documentation.
+
+%description devel -l pl
+Biblioteka .NET do używania D-BUS, zawiera dokumentację API.
+
+%prep
+%setup -qn dbus-mono-%{version}
+%patch0 -p0
+%patch1 -p1
+
+# don't build dotnet-gtk-sharp based examples
+# (depends on old gtk-sharp)
+sed -i -e 's/example//' mono/Makefile.am
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_prefix}/lib/mono/gac/dbus-sharp
+
+%files devel
+%defattr(644,root,root,755)
+%{_prefix}/lib/mono/dbus-sharp
+%{_pkgconfigdir}/dbus-sharp.pc
+
+%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  2006/08/11 21:45:20  freetz
+- based on dbus.spec, no official tarball yet
+
================================================================


More information about the pld-cvs-commit mailing list