SPECS: ndesk-dbus-glib.spec (NEW) - based on ndesk-dbus.spec

wrobell wrobell at pld-linux.org
Mon Dec 10 20:23:42 CET 2007


Author: wrobell                      Date: Mon Dec 10 19:23:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on ndesk-dbus.spec

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

---- Diffs:

================================================================
Index: SPECS/ndesk-dbus-glib.spec
diff -u /dev/null SPECS/ndesk-dbus-glib.spec:1.1
--- /dev/null	Mon Dec 10 20:23:42 2007
+++ SPECS/ndesk-dbus-glib.spec	Mon Dec 10 20:23:37 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+# TODO: noarch or optflags
+#
+%include	/usr/lib/rpm/macros.mono
+#
+Summary:	.NET library for using D-BUS message bus (Glib integration)
+Summary(pl.UTF-8):	Biblioteka .NET do używania magistrali przesyłania komunikatów D-BUS
+Name:		ndesk-dbus-glib
+Version:	0.4.1
+Release:	0.1
+License:	MIT
+Group:		Libraries
+Source0:	http://www.ndesk.org/archive/dbus-sharp/%{name}-%{version}.tar.gz
+# Source0-md5:	7faf8770b214956fa9de009def550826
+URL:		http://www.ndesk.org/DBusSharp
+BuildRequires:	mono-csharp >= 1.1.7
+BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+.NET library for using D-BUS (glib integration).
+
+%description -l pl.UTF-8
+Biblioteka .NET do używania D-BUS.
+
+%prep
+%setup -q
+
+%build
+%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)
+%{_libdir}/mono/ndesk-dbus-glib-1.0
+%{_libdir}/mono/gac/NDesk*
+%{_pkgconfigdir}/ndesk-dbus-glib-1.0.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  2007-12-10 19:23:37  wrobell
+- based on ndesk-dbus.spec
+
================================================================


More information about the pld-cvs-commit mailing list