Accepting request 19742 from GNOME:Factory
Copy from GNOME:Factory/gobject-introspection based on submit request 19742 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=3
This commit is contained in:
parent
fcc5cc15cf
commit
d41de9bdab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6ae995ba759dd8634b8815980687b565d3d5f8fae5e514d8329d2ac2bd83ca5
|
||||
size 550737
|
3
gobject-introspection-0.6.4.tar.bz2
Normal file
3
gobject-introspection-0.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ca9cf935dd553e4e7f6c93361e8218886837d93d76a68a54fcfcc601ee57059
|
||||
size 608062
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 13:01:11 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 0.6.4:
|
||||
+ Add annotations for various API, update for some API.
|
||||
+ Bug fixes.
|
||||
+ Add COPYING.GPL and COPYING.LGPL.
|
||||
- Add Requires on python-xml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 10:15:19 CEST 2009 - dominique-obs@leuenberger.net
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gobject-introspection (Version 0.6.3)
|
||||
# spec file for package gobject-introspection (Version 0.6.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
@ -29,14 +28,15 @@ BuildRequires: python-xml
|
||||
%if %suse_version <= 1110
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
Version: 0.6.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Summary: GObject Introspection Tools
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 0.6.3
|
||||
Release: 1
|
||||
Summary: GObject Introspection Tools
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Requires: libgirepository-1_0-0 = %{version}
|
||||
Requires: python-xml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -87,6 +87,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GPL
|
||||
%{_bindir}/*
|
||||
# We don't include directly %{_libdir}/gobject-introspection since there might
|
||||
# be files there in the future that belong to the library package
|
||||
@ -96,7 +97,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libgirepository-1_0-0
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CONTRIBUTORS COPYING NEWS README TODO
|
||||
%doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO
|
||||
%{_datadir}/gir-1.0
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user