Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mono-tools.spec.in - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bc1f27fc3bec4f48a38957498eb8ad7dba1526f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Summary: Tools for use with the Mono Runtime
Name: mono-tools
Version: @VERSION@
Release: 1
License: Various (X11, GPL)
Group: Development/Tools
Source: http://www.go-mono.com/archive/mono-tools-0.1.tar.gz
URL: http://www.go-mono.com/
BuildRoot: %{_tmppath}/%{name}-root
Requires: mono, gtk-sharp
BuildRequires: mono-devel
Packager: Jonathan Pryor <jonpryor@vt.edu>

%description
A collection of tools and utilities for use with the Mono runtime environment.

%prep
%setup -q

%build
./configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%post 

%postun 

%files
%defattr(-, root, root)
%doc AUTHORS LICENSE MIT.X11 COPYING COPYING.LIB ChangeLog NEWS README
%{_bindir}/type-reflector
%{_bindir}/type-reflector.exe
%{_bindir}/type-reflector.exe.config

%changelog
* Mon Oct 06 2003 Jonathan Pryor <jonpryor@vt.edu>
- Initial RPM release.