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

monodevelop-java.spec.in « JavaBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cfe63390fa0ae46bfaaf8d994323c587ad220b4 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# spec file for package monodevelop-java
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           monodevelop-java
Version:        @VERSION@
Release:        6
License:        GPLv2+
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
AutoReqProv:    on
BuildArch:      noarch
Url:            http://www.monodevelop.com
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  ikvm mono-devel monodevelop >= %{version}
Requires:       ikvm
Requires:       java-sdk
Summary:        Monodevelop Java Addin
Group:          Development/Languages/Mono

%description
Java language integration with MonoDevelop based on ikvm.

%files -f %{name}.lang
%defattr(-, root, root)
%{_datadir}/pkgconfig/monodevelop-java.pc
%{_prefix}/lib/monodevelop/AddIns/JavaBinding/JavaBinding.dll*
%dir %{_prefix}/lib/monodevelop/AddIns/JavaBinding
%dir %{_prefix}/lib/monodevelop/AddIns/JavaBinding/locale
%dir %{_prefix}/lib/monodevelop/AddIns/JavaBinding/locale/*
%dir %{_prefix}/lib/monodevelop/AddIns/JavaBinding/locale/*/*

%prep
%setup -q

%build
%{?env_options}
./configure --prefix=%{_prefix}
make

%install
%{?env_options}
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig
%find_lang %{name}

%clean
rm -rf %{buildroot}

%changelog