]> git.pld-linux.org Git - packages/mono-tools.git/blob - mono-tools.spec
- 1.1.9
[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.9
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:  52797a026f99a6e6fb235dc36240e797
11 URL:            http://www.go-mono.com/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dotnet-gtk-sharp-devel
15 BuildRequires:  dotnet-gtk-sharp-gnome-devel
16 BuildRequires:  mono
17 BuildRequires:  mono-compat-links
18 BuildRequires:  monodoc >= 1.0.7
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(monoautodeps)
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 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post
54 echo "Please wait, generating index..."
55 /usr/bin/monodoc --make-index >/dev/null 2>/dev/null || :
56 /usr/bin/monodoc --make-search-index >/dev/null 2>/dev/null || :
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog
61 %attr(755,root,root) %{_bindir}/gasnview
62 %attr(755,root,root) %{_bindir}/gnunit
63 %attr(755,root,root) %{_bindir}/gnunit2
64 %{_prefix}/lib/mono/1.0/*
65 %{_prefix}/lib/mono/2.0/*
66 %{_prefix}/lib/monodoc/browser.exe
67 %{_desktopdir}/*
68 %{_pixmapsdir}/*
This page took 0.070008 seconds and 4 git commands to generate.