]> git.pld-linux.org Git - packages/mono-tools.git/blob - mono-tools.spec
- 1.1.11
[packages/mono-tools.git] / mono-tools.spec
1 %include        /usr/lib/rpm/macros.mono
2 Summary:        Mono Tools
3 Summary(pl):    Narzêdzia do mono
4 Name:           mono-tools
5 Version:        1.1.11
6 Release:        1
7 License:        GPL
8 Group:          Development/Tools
9 Source0:        http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.gz
10 # Source0-md5:  9331316fcacb07a87a7ce1c8437ad2a9
11 URL:            http://www.go-mono.com/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dotnet-gecko-sharp-devel = 0.6
15 BuildRequires:  dotnet-gtk-sharp-gnome-devel
16 BuildRequires:  mono-compat-links
17 BuildRequires:  monodoc >= 1.0.7
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(monoautodeps)
20 Requires:       mono-tools-html-renderer
21 ExcludeArch:    i386 alpha sparc sparc64
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Mono Tools is a collection of development and testing programs and
26 utilities for use with Mono.
27
28 %description -l pl
29 Mono Tools jest kolekcj± rozwojowych i testowych programów oraz
30 narzêdzi do u¿ycia z Mono.
31
32 %package gecko
33 Summary:        Gecko based monodoc HTML renderer
34 Summary(pl):    Oparty na gecko wy¶wietlacz HTML-a dla monodoc
35 Group:          Development/Tools
36 Requires:       %{name} = %{version}-%{release}
37 Provides:       mono-tools-html-renderer
38
39 %description gecko
40 Gecko based monodoc HTML renderer. Used instead of GtkHTML based
41 renderer.
42
43 %description gecko -l pl
44 Oparty na gecko wy¶wietlacz HTML-a dla monodoc. Jest u¿ywany zamiast
45 wy¶wietlacza opartego na GtkHTML.
46
47 %package gtkhtml
48 Summary:        GtkHTML based monodoc HTML renderer
49 Summary(pl):    Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc
50 Group:          Development/Tools
51 Requires:       %{name} = %{version}-%{release}
52 Provides:       mono-tools-html-renderer
53
54 %description gtkhtml
55 GtkHTML based monodoc HTML renderer.
56
57 %description gtkhtml -l pl
58 Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc.
59
60 %prep
61 %setup -q
62
63 %build
64 %{__aclocal}
65 %{__autoconf}
66 %{__automake}
67 %configure
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         monodocdir=%{_libdir}/monodoc
76
77 %find_lang %{name}
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog README
85 %attr(755,root,root) %{_bindir}/gasnview
86 %attr(755,root,root) %{_bindir}/gnunit
87 %attr(755,root,root) %{_bindir}/gnunit2
88 %{_prefix}/lib/mono/1.0/*
89 %{_prefix}/lib/mono/2.0/*
90 %{_libdir}/monodoc/browser.exe
91 %{_desktopdir}/*
92 %{_pixmapsdir}/*
93
94 %files gecko
95 %defattr(644,root,root,755)
96 %{_libdir}/monodoc/GeckoHtmlRender.dll
97
98 %files gtkhtml
99 %defattr(644,root,root,755)
100 %{_libdir}/monodoc/GtkHtmlHtmlRender.dll
This page took 0.06526 seconds and 3 git commands to generate.