Lines 6-18
Link Here
|
6 |
License: X11/MIT |
6 |
License: X11/MIT |
7 |
Url: http://trac.galago-project.org/wiki/DesktopNotifications |
7 |
Url: http://trac.galago-project.org/wiki/DesktopNotifications |
8 |
Packager: Vitaly Lipatov <lav@altlinux.ru> |
8 |
Packager: Vitaly Lipatov <lav@altlinux.ru> |
9 |
|
|
|
10 |
Source: %oname-%version.tar.gz |
11 |
Group: Development/Other |
9 |
Group: Development/Other |
12 |
Summary: notify-sharp is a C# client implementation for Desktop Notifications |
10 |
Summary: notify-sharp is a C# client implementation for Desktop Notifications |
13 |
|
11 |
|
14 |
# Automatically added by buildreq on Sun Oct 26 2008 |
12 |
Source: %oname-%version.tar.gz |
15 |
BuildRequires: libgcc libgtk-sharp2 mono-mcs ndesk-dbus-glib |
13 |
Patch1: %oname-0.4.0-alt-fix-path.patch |
|
|
14 |
|
15 |
# Automatically added by buildreq on Fri Nov 21 2008 |
16 |
BuildRequires: libgtk-sharp2 mono-mcs monodoc ndesk-dbus-glib |
17 |
|
18 |
BuildPreReq: rpm-build-mono |
19 |
BuildRequires: /proc |
16 |
|
20 |
|
17 |
%description |
21 |
%description |
18 |
notify-sharp is a C# client implementation for Desktop Notifications, |
22 |
notify-sharp is a C# client implementation for Desktop Notifications, |
Lines 32-55
Link Here
|
32 |
%description devel |
36 |
%description devel |
33 |
Header files for %name library. |
37 |
Header files for %name library. |
34 |
|
38 |
|
|
|
39 |
%package monodoc |
40 |
Summary: Development documentation for %name |
41 |
Group: Development/Other |
42 |
BuildArch: noarch |
43 |
|
44 |
%description monodoc |
45 |
This package contains the API documentation for %name in Monodoc format. |
46 |
|
35 |
%prep |
47 |
%prep |
36 |
%setup -n %oname-%version |
48 |
%setup -n %oname-%version |
|
|
49 |
%patch1 -p1 |
37 |
|
50 |
|
38 |
%build |
51 |
%build |
39 |
%configure --disable-docs |
52 |
%configure --disable-static |
40 |
%make_build |
53 |
%make_build |
41 |
|
54 |
|
42 |
%install |
55 |
%install |
43 |
%makeinstall_std |
56 |
%make_install install DESTDIR=%buildroot |
44 |
|
57 |
|
45 |
%files |
58 |
%files |
46 |
%dir %_monogacdir/notify-sharp |
59 |
%doc AUTHORS COPYING ChangeLog NEWS README |
47 |
%_monogacdir/notify-sharp/* |
60 |
%_monogacdir/* |
48 |
%dir %_monodir/notify-sharp |
61 |
%_monodir/%oname |
49 |
%_monodir/notify-sharp/* |
|
|
50 |
|
62 |
|
51 |
%files devel |
63 |
%files devel |
52 |
%_pkgconfigdir/notify-sharp.pc |
64 |
%_pkgconfigdir/%oname.pc |
|
|
65 |
|
66 |
%files monodoc |
67 |
%_monodocdir/sources/%oname-docs.* |
53 |
|
68 |
|
54 |
%changelog |
69 |
%changelog |
55 |
* Sun Oct 26 2008 Vitaly Lipatov <lav@altlinux.ru> 0.4.0-alt1 |
70 |
* Sun Oct 26 2008 Vitaly Lipatov <lav@altlinux.ru> 0.4.0-alt1 |