Hello community, here is the log from the commit of package monodevelop for openSUSE:Factory checked in at 2012-12-14 09:46:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/monodevelop (Old) and /work/SRC/openSUSE:Factory/.monodevelop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monodevelop", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/monodevelop/monodevelop.changes 2012-11-13 17:09:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop.changes 2012-12-14 09:46:05.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 16 16:06:17 UTC 2012 - [email protected] + +- Spec file cleanup +- Added requires for postgresql for database extensions +- Added requires for automake and libtool for packaging purposes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ monodevelop.spec ++++++ --- /var/tmp/diff_new_pack.T8jgKN/_old 2012-12-14 09:46:09.000000000 +0100 +++ /var/tmp/diff_new_pack.T8jgKN/_new 2012-12-14 09:46:09.000000000 +0100 @@ -16,15 +16,25 @@ # Name: monodevelop +BuildRequires: gtk-sharp2 BuildRequires: gconf-sharp2 BuildRequires: glade-sharp2 BuildRequires: gnome-sharp2 BuildRequires: mono-addins BuildRequires: mono-devel +BuildRequires: mono-data +BuildRequires: mono-data-postgresql BuildRequires: mono-wcf BuildRequires: monodoc-core +BuildRequires: gtksourceview-sharp2 +# Mono.Cecil.dll requires rsync after it's build BuildRequires: rsync -Url: http://www.go-mono.com/ +# TODO: Add build requirements for ASP.NET +#BuildRequires: gecko-sharp2 +#BuildRequires: jscall-sharp +BuildRequires: automake +BuildRequires: libtool +Url: http://www.monodevelop.com License: GPL-2.0+ Group: Development/Languages/Mono Version: 3.0.5 @@ -46,8 +56,6 @@ BuildRequires: desktop-file-utils BuildRequires: update-desktop-files %endif -# TODO: Add build requirements for xulrunner/mozilla, etc... md does some checks at build time for aspnetedit -# (not currently enabled, but we'll need those checks when it is) %if 0%{?fedora_version} %define env_options export MONO_SHARED_DIR=/tmp # TODO: what to do here on fedora? @@ -65,17 +73,16 @@ environment (IDE) for mono and Gtk#. It was originally a port of SharpDevelop 0.98. See http://monodevelop.com/ for more information. - - %prep %setup -q %build +autoreconf -f -i %{?env_options} %configure \ --enable-subversion \ + --enable-git \ --enable-monoextensions \ - --enable-aspnet \ --disable-update-mimedb \ --disable-update-desktopdb make @@ -89,21 +96,18 @@ %suse_update_desktop_file -N "Mono Development Environment" -G "Integrated Development Environment" -C "Develop software using Mono tools" %name "Application Development IDE" %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-,root,root) -%{_prefix}/bin/* -%{_prefix}/share/applications/monodevelop.desktop -%{_prefix}/share/mime/packages/monodevelop.xml +%{_bindir}/* +%{_datadir}/applications/monodevelop.desktop %{_datadir}/icons/hicolor/*/apps/monodevelop.png %{_datadir}/icons/hicolor/scalable/apps/monodevelop.svg %{_prefix}/lib/monodevelop -%{_prefix}/share/pkgconfig/monodevelop.pc -%{_prefix}/share/pkgconfig/monodevelop-core-addins.pc -%{_mandir}/man1/mdtool.1.gz -%{_mandir}/man1/monodevelop.1.gz +%{_datadir}/pkgconfig/monodevelop.pc +%{_datadir}/pkgconfig/monodevelop-core-addins.pc +%{_mandir}/man1/mdtool.1%ext_man +%{_mandir}/man1/monodevelop.1%ext_man +%{_datadir}/mime/packages/monodevelop.xml %post update-mime-database /usr/share/mime >/dev/null || : -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
