Name: monodevelop Version: 3.0.3.5 Release: 1mamba Summary: An IDE primarily designed for C-sharp and other .NET languages Group: Graphical Desktop/Applications/Development Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://monodevelop.com/ #Source: http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-%{version}.tar.bz2 Source: http://download.mono-project.com/sources/monodevelop/monodevelop-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: mono-devel BuildRequires: mono-addins BuildRequires: gnome-sharp-devel Requires: mono Requires: mono-addins Requires: gnome-sharp BuildRoot: %{_tmppath}/%{name}-%{version}-root #Configuration summary # # * Installation prefix = /usr # * C# compiler = /usr/bin/gmcs # * Mono class library development extensions: yes # * Version control providers: # * Subversion (Unix): yes # * Platform bindings: GNOME # * Unit tests: no # * Mozilla location: %description MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms. %prep %setup -q %build %configure \ --disable-update-mimedb \ --disable-update-desktopdb %make -j1 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %{_bindir}/update-mime-database %{_datadir}/mime 2>&1 > /dev/null update-desktop-database &> /dev/null || : exit 0 %postun if [ "$1" -eq "0" ]; then %{_bindir}/update-mime-database %{_datadir}/mime 2>&1 > /dev/null update-desktop-database &> /dev/null || : fi exit 0 %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/mdtool %{_bindir}/monodevelop %dir %{_libdir}/monodevelop %{_libdir}/monodevelop/AddIns %{_libdir}/monodevelop/bin %{_libdir}/monodevelop/data %{_datadir}/applications/monodevelop.desktop %{_datadir}/icons/hicolor/*/apps/monodevelop.png %{_datadir}/icons/hicolor/scalable/apps/monodevelop.svg %{_libdir}/pkgconfig/monodevelop-core-addins.pc %{_libdir}/pkgconfig/monodevelop.pc %{_mandir}/man1/mdtool.1* %{_mandir}/man1/monodevelop.1* %{_datadir}/mime/packages/monodevelop.xml %doc AUTHORS COPYING ChangeLog README %changelog * Mon Aug 06 2012 Automatic Build System 3.0.3.5-1mamba - update to 3.0.3.5 * Sun Jun 19 2011 Automatic Build System 2.5.91-1mamba - automatic update by autodist * Mon Mar 28 2011 Silvan Calarco 2.4.2-1mamba - package created by autospec