forked from pool/sushi
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
This commit is contained in:
parent
7dae493f0e
commit
d794aa6bf4
@ -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
|
||||
|
||||
|
13
sushi.spec
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user