[liblangtag] split GObject introspection files out of main package

David Tardon dtardon at fedoraproject.org
Fri Sep 5 12:04:36 UTC 2014


commit 1c47082c1ff2b5267582d29510d0f8904f5a6ec7
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Sep 5 13:58:51 2014 +0200

    split GObject introspection files out of main package

 liblangtag.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/liblangtag.spec b/liblangtag.spec
index a5f01ba..bbc846b 100644
--- a/liblangtag.spec
+++ b/liblangtag.spec
@@ -3,7 +3,7 @@
 
 Name: liblangtag
 Version: 0.5.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: An interface library to access tags for identifying languages
 
 License: (LGPLv3+ or MPLv2.0) and UCD
@@ -37,6 +37,14 @@ Features:
   - matching
   - canonicalizing
 
+%package gobject
+Summary: GObject introspection for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description gobject
+The %{name}-gobject package contains files for GObject introspection for
+%{name}.
+
 %package devel
 Summary: Development files for %{name}
 Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -79,11 +87,13 @@ make %{?_smp_mflags} check
 %files
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/%{name}.so.*
-%{_libdir}/%{name}-gobject.so.*
 %{_libdir}/%{name}/*.so
-%{_libdir}/girepository-1.0/%{girname}-%{girapiversion}.typelib
 %{_datadir}/%{name}
 
+%files gobject
+%{_libdir}/%{name}-gobject.so.*
+%{_libdir}/girepository-1.0/%{girname}-%{girapiversion}.typelib
+
 %files devel
 %{_includedir}/%{name}
 %{_libdir}/%{name}.so
@@ -97,6 +107,9 @@ make %{?_smp_mflags} check
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Fri Sep 05 2014 David Tardon <dtardon at redhat.com> - 0.5.4-5
+- split GObject introspection files out of main package
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list