]> git.pld-linux.org Git - packages/dotnet-notify-sharp.git/commitdiff
- rel 3 auto/th/dotnet-notify-sharp-0_4_0-3
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 30 Jan 2009 09:14:02 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- actually regenerate the build tools

Changed files:
    dotnet-notify-sharp.spec -> 1.4

dotnet-notify-sharp.spec

index 4b089e1365ec5df36516db677523581e9ca1e991..474ae9d8f5b29bb71b56fb5892b0acf8fda7538d 100644 (file)
@@ -3,17 +3,20 @@
 Summary:       notify-sharp is a C# client implementation for Desktop Notifications
 Name:          dotnet-notify-sharp
 Version:       0.4.0
-Release:       2
+Release:       3
 License:       X11/MIT
 Source0:       notify-sharp-%{version}.tar.gz
 # Source0-md5: dc8ea18947afb0801320182c81fc55bd
 Patch0:                %{name}-monodir.patch
 Group:         Development/Libraries
 URL:           http://trac.galago-project.org/wiki/DesktopNotifications
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: dotnet-gtk-sharp-devel
 BuildRequires: dotnet-ndesk-dbus-glib-sharp
 BuildRequires: dotnet-ndesk-dbus-sharp
 BuildRequires: gtk+2-devel
+BuildRequires: libtool
 BuildRequires: mono-devel
 BuildRequires: monodoc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,6 +44,10 @@ Files required for compilation using notify-sharp.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-docs
 
This page took 0.116857 seconds and 4 git commands to generate.