From 0f14057b5b32997240d3db255b1be9567ecb9f4814af79085b4a9d1374c740db Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 28 Nov 2018 23:48:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=8 --- finalcut.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/finalcut.spec b/finalcut.spec index 4ecaebb..dc71759 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -41,7 +41,7 @@ The C++ class design was inspired by the Qt framework. It provides common controls like dialog windows, push buttons, check boxes, radio buttons, input lines, list boxes, status bars and so on. -%package devel +%package -n libfinal-devel Summary: Development files for The Final Cut text widget library Group: Development/Libraries/C and C++ Requires: libfinal%{sover} = %{version} @@ -55,7 +55,7 @@ Requires: vim Provides: libfinal-devel = %{version} Recommends: %{name}-examples = %{version} -%description devel +%description -n libfinal-devel The Final Cut is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows @@ -64,12 +64,12 @@ The C++ class design was inspired by the Qt framework. It provides common controls like dialog windows, push buttons, check boxes, radio buttons, input lines, list boxes, status bars and so on. -%package examples +%package -n libfinal-examples Summary: Example files for The Final Cut library Group: Development/Languages/C and C++ BuildArch: noarch -%description examples +%description -n libfinal-examples The Final Cut is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows @@ -78,7 +78,7 @@ The C++ class design was inspired by the Qt framework. It provides common controls like dialog windows, push buttons, check boxes, radio buttons, input lines, list boxes, status bars and so on. -%package -n libfinal%{sover} +%package -n libfinal%{sover} Summary: Console widget toolkit Group: System/Libraries @@ -118,7 +118,7 @@ rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYI %post -n libfinal%{sover} -p /sbin/ldconfig %postun -n libfinal%{sover} -p /sbin/ldconfig -%files devel +%files -n libfinal-devel %if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500 %license COPYING.LESSER %else @@ -131,7 +131,7 @@ rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYI %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/final -%files examples +%files -n libfinal-examples %{_docdir}/%{name}/examples %files -n libfinal%{sover}