diff --git a/finalcut.changes b/finalcut.changes index 8f403cb..ef5f245 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 28 23:36:24 UTC 2018 - Markus Gans + +- Package name adjustment + ------------------------------------------------------------------- Tue Nov 27 18:02:03 UTC 2018 - Luigi Baldoni @@ -24,21 +29,21 @@ Mon Nov 26 11:22:27 UTC 2018 - mvetter@suse.com - Add changes file ------------------------------------------------------------------- -Sun Nov 25 11:22:27 UTC 2018 - Markus Gans +Sun Nov 25 00:03:36 UTC 2018 - Markus Gans - Release (version 0.5.0) ------------------------------------------------------------------- -Sat Nov 04 11:22:27 UTC 2017 - Markus Gans +Sat Nov 04 07:53:19 UTC 2017 - Markus Gans - Release (version 0.4.0) ------------------------------------------------------------------- -Sun Nov 27 11:22:27 UTC 2016 - Markus Gans +Sun Nov 27 14:00:41 UTC 2016 - Markus Gans - Release (version 0.3.0) ------------------------------------------------------------------- -Sat Dec 19 11:22:27 UTC 2015 - Markus Gans +Sat Dec 19 21:01:48 UTC 2015 - Markus Gans - Release (version 0.2.0) ------------------------------------------------------------------- -Fri Sep 18 11:22:27 UTC 2015 - Markus Gans +Fri Sep 18 22:35:57 UTC 2015 - Markus Gans - Initial Release (version 0.1.1) diff --git a/finalcut.spec b/finalcut.spec index 4ecaebb..9ac5155 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} @@ -52,10 +52,11 @@ Requires: grep Requires: gzip Requires: sed Requires: vim -Provides: libfinal-devel = %{version} +Provides: finalcut-devel = %{version} +Obsoletes: finalcut-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 +65,14 @@ 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 +Provides: finalcut-examples = %{version} +Obsoletes: finalcut-examples < %{version} -%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 +81,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 +121,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 +134,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}