]> git.pld-linux.org Git - packages/mono-tools.git/blob - mono-tools.spec
- corrected descriptions
[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.10
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:  1d0cce057b2c425ff5fb4ffc2f68d5f4
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Mono Tools is a collection of development and testing programs and
25 utilities for use with Mono.
26
27 %description -l pl
28 Mono Tools jest kolekcj± rozwojowych i testowych programów oraz
29 narzêdzi do u¿ycia z Mono.
30
31 %package gecko
32 Summary:        Gecko based monodoc HTML renderer
33 Summary(pl):    Oparty na gecko wy¶wietlacz HTML-a dla monodoc
34 Group:          Development/Tools
35 Requires:       %{name} = %{version}-%{release}
36 Provides:       mono-tools-html-renderer
37
38 %description gecko
39 Gecko based monodoc HTML renderer. Used instead of GtkHTML based
40 renderer.
41
42 %description gecko -l pl
43 Oparty na gecko wy¶wietlacz HTML-a dla monodoc. Jest u¿ywany zamiast
44 wy¶wietlacza opartego na GtkHTML.
45
46 %package gtkhtml
47 Summary:        GtkHTML based monodoc HTML renderer
48 Summary(pl):    Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc
49 Group:          Development/Tools
50 Requires:       %{name} = %{version}-%{release}
51 Provides:       mono-tools-html-renderer
52
53 %description gtkhtml
54 GtkHTML based monodoc HTML renderer.
55
56 %description gtkhtml -l pl
57 Oparty na GtkHTML wy¶wietlacz HTML-a dla monodoc.
58
59 %prep
60 %setup -q
61
62 %build
63 %{__aclocal}
64 %{__autoconf}
65 %{__automake}
66 %configure
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %find_lang %{name}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog
84 %attr(755,root,root) %{_bindir}/gasnview
85 %attr(755,root,root) %{_bindir}/gnunit
86 %attr(755,root,root) %{_bindir}/gnunit2
87 %{_prefix}/lib/mono/1.0/*
88 %{_prefix}/lib/mono/2.0/*
89 %{_prefix}/lib/monodoc/browser.exe
90 %{_desktopdir}/*
91 %{_pixmapsdir}/*
92
93 %files gecko
94 %defattr(644,root,root,755)
95 %{_prefix}/lib/monodoc/GeckoHtmlRender.dll
96
97 %files gtkhtml
98 %defattr(644,root,root,755)
99 %{_prefix}/lib/monodoc/GtkHtmlHtmlRender.dll
This page took 0.06482 seconds and 4 git commands to generate.