]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/commitdiff
- based on dbus.spec, no official tarball yet
authorfreetz <freetz@pld-linux.org>
Fri, 11 Aug 2006 21:45:20 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-dbus-sharp.spec -> 1.1

dotnet-dbus-sharp.spec [new file with mode: 0644]

diff --git a/dotnet-dbus-sharp.spec b/dotnet-dbus-sharp.spec
new file mode 100644 (file)
index 0000000..8a910d2
--- /dev/null
@@ -0,0 +1,76 @@
+#
+%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
This page took 0.198181 seconds and 4 git commands to generate.