forked from pool/brotli
- Avoid shipping duplicate files.
- Drop duplicate Requires on -devel. OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=2
This commit is contained in:
parent
31471990be
commit
ac97312ecd
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 00:16:35 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Avoid shipping duplicate files.
|
||||
Avoid shipping README.md, this just contains the description -
|
||||
and build instructions.
|
||||
- Drop duplicate Requires on -devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 15:59:17 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
|
@ -69,7 +69,6 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
||||
%package -n libbrotlidec-devel
|
||||
Summary: Development and Header Files for Brotli Decompression
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libbrotlicommon-devel
|
||||
Requires: libbrotlidec%{_soname} = %{version}-%{release}
|
||||
|
||||
%description -n libbrotlidec-devel
|
||||
@ -90,7 +89,6 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
||||
%package -n libbrotlienc-devel
|
||||
Summary: Development and Header Files for Brotli Compression
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libbrotlicommon-devel
|
||||
Requires: libbrotlienc%{_soname} = %{version}-%{release}
|
||||
|
||||
%description -n libbrotlienc-devel
|
||||
@ -143,12 +141,10 @@ make test
|
||||
|
||||
%files -n libbrotlicommon%{_soname}
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlicommon.so.*
|
||||
|
||||
%files -n libbrotlicommon-devel
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlicommon.so
|
||||
%{_libdir}/pkgconfig/libbrotlicommon.pc
|
||||
%dir %{_includedir}/brotli
|
||||
@ -158,12 +154,10 @@ make test
|
||||
|
||||
%files -n libbrotlidec%{_soname}
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlidec.so.*
|
||||
|
||||
%files -n libbrotlidec-devel
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlidec.so
|
||||
%{_libdir}/pkgconfig/libbrotlidec.pc
|
||||
%{_includedir}/brotli/decode.h
|
||||
@ -171,12 +165,10 @@ make test
|
||||
|
||||
%files -n libbrotlienc%{_soname}
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlienc.so.*
|
||||
|
||||
%files -n libbrotlienc-devel
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE README.md CONTRIBUTING.md
|
||||
%{_libdir}/libbrotlienc.so
|
||||
%{_libdir}/pkgconfig/libbrotlienc.pc
|
||||
%{_includedir}/brotli/encode.h
|
||||
|
Loading…
Reference in New Issue
Block a user