diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2010-09-01 12:49:13 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2010-09-01 13:05:50 +0100 |
commit | 3f8715b9f4881847fcea192d06495d44c047348d (patch) | |
tree | 064be9b6eee2694831cd9bafe6944e32b82c9b1f /mingw32-libosinfo.spec.in | |
parent | 785912f372be7b622fa613d24a5168f5c3170ed8 (diff) |
Add two examples using GObject introspection
Add two example programs using GObject introspection bindings
for Python (PyGObject) and Javascript (GJS)
* examples/demo.js: Javascript demo
* examples/demo.py: Python demo
* Makefile.am, configure.ac: Add examples Makefile
* examples/Makefile.am: Include demos in dist
* libosinfo.spec.in: Include demo programs + docs
* mingw32-libosinfo.spec.in: Kill docs
Diffstat (limited to 'mingw32-libosinfo.spec.in')
-rw-r--r-- | mingw32-libosinfo.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mingw32-libosinfo.spec.in b/mingw32-libosinfo.spec.in index 268838c..fc1337e 100644 --- a/mingw32-libosinfo.spec.in +++ b/mingw32-libosinfo.spec.in @@ -45,7 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install # Remove static libraries but DON'T remove *.dll.a files. rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/libosinfo-1.0.a - +# Kill gtk-doc stuff that just duplicates content from +# the native package +rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir} #find_lang libosinfo %clean |