2007-06-05 04:42:53 +02:00
|
|
|
#
|
2011-05-23 15:27:50 +02:00
|
|
|
# spec file for package ndesk-dbus-glib
|
2007-06-05 04:42:53 +02:00
|
|
|
#
|
2014-10-16 21:05:46 +02:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-06-05 04:42:53 +02:00
|
|
|
#
|
2009-06-19 00:34:34 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-06-05 04:42:53 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: ndesk-dbus-glib
|
2008-06-06 17:35:43 +02:00
|
|
|
Version: 0.4.1
|
2014-10-16 21:05:46 +02:00
|
|
|
Release: 0
|
2008-03-26 16:25:16 +01:00
|
|
|
Summary: Ndesk-dbus-glib provides glib integration for NDesk.DBus
|
2014-10-16 21:05:46 +02:00
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Url: http://www.ndesk.org/DBusSharp
|
|
|
|
Source: http://ndesk.org/archive/ndesk-dbus/ndesk-dbus-glib-%{version}.tar.gz
|
2007-06-05 04:42:53 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
2014-10-16 21:05:46 +02:00
|
|
|
BuildRequires: mono-devel
|
|
|
|
BuildRequires: ndesk-dbus
|
|
|
|
Requires: ndesk-dbus
|
2007-06-05 04:42:53 +02:00
|
|
|
|
|
|
|
%description
|
2008-03-26 16:25:16 +01:00
|
|
|
Ndesk-dbus-glibl provides glib integration for NDesk.DBus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Ndesk-dbus-glib provides glib integration for NDesk.DBus
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Ndesk-dbus-glibl provides glib integration for NDesk.DBus
|
2007-06-05 04:42:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2008-06-06 17:35:43 +02:00
|
|
|
%setup
|
2007-06-05 04:42:53 +02:00
|
|
|
|
|
|
|
%build
|
2008-06-06 17:35:43 +02:00
|
|
|
./configure --prefix=%_prefix
|
2014-10-16 21:05:46 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-06-05 04:42:53 +02:00
|
|
|
|
|
|
|
%install
|
2008-06-06 17:35:43 +02:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# move .pc to usr/share
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%_datadir/pkgconfig
|
|
|
|
mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/ndesk-dbus-glib-1.0.pc $RPM_BUILD_ROOT%_datadir/pkgconfig
|
2007-06-05 04:42:53 +02:00
|
|
|
|
2008-03-26 16:25:16 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/pkgconfig/ndesk-dbus-glib-1.0.pc
|
|
|
|
|
2007-06-05 04:42:53 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING README
|
|
|
|
%{_prefix}/lib/mono/gac/NDesk.DBus.GLib
|
|
|
|
%{_prefix}/lib/mono/ndesk-dbus-glib-1.0
|
|
|
|
|
|
|
|
%changelog
|