]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/blame - dotnet-gtk-sharp.spec
- removed disable-rsvg-sample hack (no longer needed)
[packages/dotnet-gtk-sharp.git] / dotnet-gtk-sharp.spec
CommitLineData
fb0d65ea 1# TODO: split (at least gtk, gnome, gda, gnomedb)
9ceb6d83
JB
2#
3# Conditional build:
4%bcond_without gda # don't build gda binding
5%bcond_without gnome # don't build GNOME (and dependent) bindings
6#
7%define gtkhtml_soversion %(/bin/ls %{_libdir}/libgtkhtml-3.6.so.* 2>/dev/null | /usr/bin/head -n 1 | /bin/awk '{ split($1,v,"."); print v[4]; }')
ef5b3be8 8%define gtkhtml_version %(if [ -e /usr/bin/pkg-config ]; then /usr/bin/pkg-config --modversion libgtkhtml-3.6 2>/dev/null || echo 0; else echo 0; fi)
d30c0d86 9%include /usr/lib/rpm/macros.perl
833027e4 10Summary: .NET language bindings for GTK+ and GNOME
11