remove trailing whitespace for libtextstyle subpackages
This commit is contained in:
parent
beb481403a
commit
733ecf75fc
48
gettext.spec
48
gettext.spec
@ -146,22 +146,22 @@ Obsoletes: libtextstyle < %{version}-%{release}
|
|||||||
This package contains libraries used internationalization support.
|
This package contains libraries used internationalization support.
|
||||||
|
|
||||||
%if %{with libtextstyle}
|
%if %{with libtextstyle}
|
||||||
%package -n libtextstyle
|
%package -n libtextstyle
|
||||||
Summary: Text styling library
|
Summary: Text styling library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
%description -n libtextstyle
|
%description -n libtextstyle
|
||||||
Library for producing styled text to be displayed in a terminal
|
Library for producing styled text to be displayed in a terminal
|
||||||
emulator.
|
emulator.
|
||||||
|
|
||||||
%package -n libtextstyle-devel
|
%package -n libtextstyle-devel
|
||||||
Summary: Development files for libtextstyle
|
Summary: Development files for libtextstyle
|
||||||
License: GPL-3.0-or-later AND GFDL-1.2-or-later
|
License: GPL-3.0-or-later AND GFDL-1.2-or-later
|
||||||
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n libtextstyle-devel
|
%description -n libtextstyle-devel
|
||||||
This package contains all development related files necessary for
|
This package contains all development related files necessary for
|
||||||
developing or compiling applications/libraries that needs text
|
developing or compiling applications/libraries that needs text
|
||||||
styling.
|
styling.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -424,14 +424,14 @@ make check LIBUNISTRING=-lunistring
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with libtextstyle}
|
%if %{with libtextstyle}
|
||||||
%files -n libtextstyle
|
%files -n libtextstyle
|
||||||
%{_libdir}/libtextstyle.so.0*
|
%{_libdir}/libtextstyle.so.0*
|
||||||
|
|
||||||
%files -n libtextstyle-devel
|
%files -n libtextstyle-devel
|
||||||
%{_docdir}/libtextstyle/
|
%{_docdir}/libtextstyle/
|
||||||
%{_includedir}/textstyle/
|
%{_includedir}/textstyle/
|
||||||
%{_includedir}/textstyle.h
|
%{_includedir}/textstyle.h
|
||||||
%{_infodir}/libtextstyle*
|
%{_infodir}/libtextstyle*
|
||||||
%{_libdir}/libtextstyle.so
|
%{_libdir}/libtextstyle.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user