]> git.pld-linux.org Git - packages/dotnet-notify-sharp.git/commitdiff
- 0.4.0 auto/th/dotnet-notify-sharp-0_4_0-0
authoraredridel <aredridel@pld-linux.org>
Mon, 20 Oct 2008 01:06:32 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-notify-sharp.spec -> 1.1

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

diff --git a/dotnet-notify-sharp.spec b/dotnet-notify-sharp.spec
new file mode 100644 (file)
index 0000000..f560124
--- /dev/null
@@ -0,0 +1,61 @@
+Name:          dotnet-notify-sharp
+Summary:       notify-sharp is a C# client implementation for Desktop Notifications
+Version:       0.4.0
+Release:       0
+License:       X11/MIT
+URL:           http://trac.galago-project.org/wiki/DesktopNotifications
+BuildRequires: dotnet-gtk-sharp-devel
+BuildRequires: gtk+2-devel
+BuildRequires: mono-devel
+BuildRequires: monodoc
+BuildRequires: dotnet-ndesk-dbus-sharp
+BuildRequires: dotnet-ndesk-dbus-glib-sharp
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Source0:       notify-sharp-%{version}.tar.gz
+# Source0-md5: dc8ea18947afb0801320182c81fc55bd
+Group:         Development/Libraries
+
+%package devel
+Summary:       Files required for compilation using notify-sharp
+Group: Development/Libraries
+
+%description
+notify-sharp is a C# client implementation for Desktop Notifications,
+i.e. notification-daemon. It is inspired by the libnotify API.
+
+Desktop Notifications provide a standard way of doing passive pop-up
+notifications on the Linux desktop. These are designed to notify the
+user of something without interrupting their work with a dialog box
+that they must close. Passive popups can automatically disappear after
+a short period of time.
+
+%description devel
+Files required for compilation using notify-sharp.
+
+%prep
+%setup -q -n notify-sharp-%{version}
+
+%build
+%configure \
+       --disable-docs \
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/%_lib/pkgconfig
+
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+%files
+%defattr(644,root,root,755)
+%dir %{_prefix}/lib/mono/gac/notify-sharp
+%{_prefix}/lib/mono/gac/notify-sharp/*
+
+%files devel
+%dir %{_prefix}/lib/mono/notify-sharp
+%{_prefix}/lib/mono/notify-sharp/*
+%{_pkgconfigdir}/notify-sharp.pc
This page took 0.464501 seconds and 4 git commands to generate.