forked from pool/finalcut
This commit is contained in:
parent
da62452594
commit
0f14057b5b
@ -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,
|
common controls like dialog windows, push buttons, check boxes,
|
||||||
radio buttons, input lines, list boxes, status bars and so on.
|
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
|
Summary: Development files for The Final Cut text widget library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libfinal%{sover} = %{version}
|
Requires: libfinal%{sover} = %{version}
|
||||||
@ -55,7 +55,7 @@ Requires: vim
|
|||||||
Provides: libfinal-devel = %{version}
|
Provides: libfinal-devel = %{version}
|
||||||
Recommends: %{name}-examples = %{version}
|
Recommends: %{name}-examples = %{version}
|
||||||
|
|
||||||
%description devel
|
%description -n libfinal-devel
|
||||||
The Final Cut is a class library and widget toolkit with full mouse
|
The Final Cut is a class library and widget toolkit with full mouse
|
||||||
support for creating a text-based user interface. The library supports
|
support for creating a text-based user interface. The library supports
|
||||||
the programmer to develop an application for the text console. It allows
|
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,
|
common controls like dialog windows, push buttons, check boxes,
|
||||||
radio buttons, input lines, list boxes, status bars and so on.
|
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
|
Summary: Example files for The Final Cut library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description examples
|
%description -n libfinal-examples
|
||||||
The Final Cut is a class library and widget toolkit with full mouse
|
The Final Cut is a class library and widget toolkit with full mouse
|
||||||
support for creating a text-based user interface. The library supports
|
support for creating a text-based user interface. The library supports
|
||||||
the programmer to develop an application for the text console. It allows
|
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,
|
common controls like dialog windows, push buttons, check boxes,
|
||||||
radio buttons, input lines, list boxes, status bars and so on.
|
radio buttons, input lines, list boxes, status bars and so on.
|
||||||
|
|
||||||
%package -n libfinal%{sover}
|
%package -n libfinal%{sover}
|
||||||
Summary: Console widget toolkit
|
Summary: Console widget toolkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYI
|
|||||||
%post -n libfinal%{sover} -p /sbin/ldconfig
|
%post -n libfinal%{sover} -p /sbin/ldconfig
|
||||||
%postun -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
|
%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500
|
||||||
%license COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
%else
|
%else
|
||||||
@ -131,7 +131,7 @@ rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYI
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_includedir}/final
|
%{_includedir}/final
|
||||||
|
|
||||||
%files examples
|
%files -n libfinal-examples
|
||||||
%{_docdir}/%{name}/examples
|
%{_docdir}/%{name}/examples
|
||||||
|
|
||||||
%files -n libfinal%{sover}
|
%files -n libfinal%{sover}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user