From 3d38bfef9a1d2c91be694b495b6ec543462b6f19f8f381274bf8bd877c6ae3d9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 12 Dec 2011 16:01:53 +0000 Subject: [PATCH] Accepting request 96179 from home:dimstar:branches:GNOME:Factory Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96179 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=17 --- sushi.changes | 5 +++++ sushi.spec | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/sushi.changes b/sushi.changes index d6386b5..a23640d 100644 --- a/sushi.changes +++ b/sushi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 7 21:02:58 UTC 2011 - dimstar@opensuse.org + +- Split typelib files in own subpackage, typelib-1_0-Sushi-1_0. + ------------------------------------------------------------------- Wed Oct 19 14:10:57 UTC 2011 - vuntz@opensuse.org diff --git a/sushi.spec b/sushi.spec index 06ea421..2a2a442 100644 --- a/sushi.spec +++ b/sushi.spec @@ -63,6 +63,13 @@ Recommends: unoconv %description -n libsushi-1_0-0 Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. +%package -n typelib-1_0-Sushi-1_0 +Summary: Quick Previewer for Nautilus -- Library +Group: System/Libraries + +%description -n typelib-1_0-Sushi-1_0 +Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. + %lang_package %prep %setup -q @@ -95,9 +102,13 @@ rm -rf %{buildroot} %files -n libsushi-1_0-0 %defattr(-,root,root) %{_libdir}/libsushi-1.0.so.* -%{_libdir}/girepository-1.0/Sushi-1.0.typelib # devel files, but we really have no need for a devel subpackage %{_libdir}/libsushi-1.0.so + +%files -n typelib-1_0-Sushi-1_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Sushi-1.0.typelib +# devel files, but we really have no need for a devel subpackage %{_datadir}/gir-1.0/Sushi-1.0.gir %files lang -f %{name}.lang