Author: aredridel                    Date: Mon Oct 20 01:06:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.4.0

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

---- Diffs:

================================================================
Index: SPECS/dotnet-notify-sharp.spec
diff -u /dev/null SPECS/dotnet-notify-sharp.spec:1.1
--- /dev/null   Mon Oct 20 03:06:37 2008
+++ SPECS/dotnet-notify-sharp.spec      Mon Oct 20 03:06:32 2008
@@ -0,0 +1,71 @@
+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
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/20 01:06:32  aredridel
+- 0.4.0
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to