!1 unpack libs subpackage
Merge pull request !1 from algorithmofdish/master
This commit is contained in:
commit
3919be103a
26
jbigkit.spec
26
jbigkit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jbigkit
|
Name: jbigkit
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 16
|
Release: 17
|
||||||
Summary: Lossless image compression library
|
Summary: Lossless image compression library
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -13,8 +13,7 @@ Patch1: jbigkit-2.0-warnings.patch
|
|||||||
Patch2: jbigkit-ldflags.patch
|
Patch2: jbigkit-ldflags.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
Provides: %{name}-libs
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JBIG-KIT provides a portable library of compression and decompression
|
JBIG-KIT provides a portable library of compression and decompression
|
||||||
@ -23,9 +22,16 @@ into your image or document processing software. In addition, JBIG-KIT
|
|||||||
provides ready-to-use compression and decompression programs with a
|
provides ready-to-use compression and decompression programs with a
|
||||||
simple command line interface.
|
simple command line interface.
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: Libraries for %{name}
|
||||||
|
|
||||||
|
%description libs
|
||||||
|
Libraries for %{name}.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files for %{name} development
|
Summary: Files for %{name} development
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
files for %{name} development.
|
files for %{name} development.
|
||||||
|
|
||||||
@ -52,12 +58,14 @@ popd
|
|||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
|
%files libs
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -71,7 +79,13 @@ make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 5 2019 openEuler Builteam <buildteam@openeuler.org> -2.1-16
|
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 2.1-17
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:unpack libs subpackage
|
||||||
|
|
||||||
|
* Thu Sep 5 2019 openEuler Builteam <buildteam@openeuler.org> - 2.1-16
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user