File monodevelop-java.spec of Package monodevelop-java

#
# spec file for package monodevelop-java (Version 2.0)
#
# Copyright (c) 2009 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/
#

# norootforbuild


Name:           monodevelop-java
Version:        2.0
Release:        1
License:        GPL v2 only
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
AutoReqProv:    on
BuildArch:      noarch
Url:            http://www.monodevelop.com
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  ikvm mono-devel monodevelop
Requires:       ikvm
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

%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
* Tue Mar 31 2009 ajorgensen@novell.com
- Update to 2.0
  * http://www.monodevelop.com/Download/MonoDevelop_2.0_Released
* Wed Mar 26 2008 wberrier@novell.com
- Update to 1.0
 -Updated translations
 -Minor fixes to coincide with the MonoDevelop 1.0 release
* Tue Jan 15 2008 wberrier@suse.de
- Initial package (split out from monodevelop at the source level)
openSUSE Build Service is sponsored by