File monodevelop.spec of Package monodevelop
#
# spec file for package monodevelop
#
# Copyright (c) 2014 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
BuildRequires: mono-data
BuildRequires: mono-data-postgresql
BuildRequires: pkgconfig(glade-sharp-2.0)
BuildRequires: pkgconfig(glib-sharp-2.0)
BuildRequires: pkgconfig(gnome-sharp-2.0)
BuildRequires: pkgconfig(gtk-sharp-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
%if 0%{?suse_version} > 1100
BuildRequires: pkgconfig(gconf-sharp-2.0)
BuildRequires: pkgconfig(gnome-vfs-sharp-2.0)
BuildRequires: pkgconfig(gtksourceview-sharp-2.0)
%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: git
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(mono)
# mono-find-requires searches for libmono-2.0.so.1:
BuildRequires: pkgconfig(mono-2)
BuildRequires: pkgconfig(mono-addins)
BuildRequires: pkgconfig(mono-nunit)
BuildRequires: pkgconfig(monodoc)
BuildRequires: pkgconfig(wcf)
# Mono.Cecil.dll requires rsync after it's build
BuildRequires: rsync
Url: http://www.monodevelop.com/
Version: 5.0.1
Release: 0
Summary: Full-Featured IDE for Mono and Gtk-Sharp
License: LGPL-2.1 and MIT
Group: Development/Tools/IDE
Source: http://download.mono-project.com/sources/%{name}/%{name}-%{version}-0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: mono-basic
Requires: mono-entityframework
Requires: mono-web
Requires: pkgconfig
Requires: xsp
Recommends: mono-devel
Recommends: mono-tools
Recommends: git
Suggests: monodevelop-database
Suggests: monodevelop-debugger-gdb
#%define _use_internal_dependency_generator 0
# TODO: this does not work properly
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | %{_prefix}/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | %{_bindir}/mono-find-provides ; } | sort | uniq'
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | %{_prefix}/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | %{_bindir}/mono-find-requires ; } | sort | uniq'
%description
MonoDevelop is a full-featured integrated development
environment (IDE) for Mono and Gtk-Sharp primarily designed
for C-Sharp and other .NET languages. It allows to quickly
create desktop and ASP.NET Web applications. Support
for Visual Studio file formats eases porting to Linux.
%package devel
Summary: Development files for MonoDevelop
Group: Development/Languages/Mono
Requires: monodevelop = %{version}
%description devel
MonoDevelop is a full-featured integrated development
environment (IDE) for Mono and Gtk-Sharp. It was originally
a port of SharpDevelop 0.98.
This package contains development files for the IDE and plugins.
%prep
%setup -q
%build
%{?env_options}
%configure --libdir=%{_prefix}/lib --disable-update-mimedb
make
%install
%{?env_options}
make install DESTDIR=%{buildroot} GACUTIL_FLAGS="/package monodevelop /root %{buildroot}%{_prefix}/lib"
#
mkdir -p %{buildroot}%{_prefix}/share/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_datadir}/pkgconfig
dos2unix %{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.XmlEditor/schemas/*
dos2unix %{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.AspNet/Schemas/readme.txt
%find_lang %{name}
%if 0%{?suse_version} > 1220
%fdupes %buildroot/%{_prefix}
%endif
%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%defattr(0644,root,root)
%{_datadir}/applications/monodevelop.desktop
%{_datadir}/icons/hicolor/*/apps/monodevelop.png
%{_datadir}/icons/hicolor/scalable/apps/monodevelop.svg
%{_prefix}/lib/monodevelop
%{_mandir}/man1/mdtool.1%ext_man
%{_mandir}/man1/monodevelop.1%ext_man
%{_datadir}/mime/packages/monodevelop.xml
%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/*.pc
%changelog