Remove pointless -n flag to %package, %description, and %files
A word argument for these automatically gets converted to %{name}-word.
This commit is contained in:
parent
3641c09db4
commit
b58cd81b0d
@ -30,11 +30,11 @@ It is similar in speed with deflate but offers more dense compression.
|
|||||||
This package installs a Python 3 module.
|
This package installs a Python 3 module.
|
||||||
|
|
||||||
|
|
||||||
%package -n %{name}-devel
|
%package devel
|
||||||
Summary: Lossless compression algorithm (development files)
|
Summary: Lossless compression algorithm (development files)
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{name}-devel
|
%description devel
|
||||||
Brotli is a generic-purpose lossless compression algorithm that compresses
|
Brotli is a generic-purpose lossless compression algorithm that compresses
|
||||||
data using a combination of a modern variant of the LZ77 algorithm, Huffman
|
data using a combination of a modern variant of the LZ77 algorithm, Huffman
|
||||||
coding and 2nd order context modeling, with a compression ratio comparable
|
coding and 2nd order context modeling, with a compression ratio comparable
|
||||||
@ -94,7 +94,7 @@ cd ..
|
|||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files -n %{name}-devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
Loading…
Reference in New Issue
Block a user