update to 0.18
This commit is contained in:
parent
b374356a84
commit
e902f6a3d5
Binary file not shown.
BIN
jbig2dec-0.18.tar.gz
Normal file
BIN
jbig2dec-0.18.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,15 @@
|
|||||||
Name: jbig2dec
|
Name: jbig2dec
|
||||||
Version: 0.16
|
Version: 0.18
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: a decoder implementation of the JBIG2 image compression format.
|
Summary: A decoder implementation of the JBIG2 image compression format.
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://jbig2dec.com/
|
URL: https://jbig2dec.com/
|
||||||
Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927/%{name}-%{version}.tar.gz
|
Source0: https://github.com/ArtifexSoftware/jbig2dec/archive/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc libtool
|
BuildRequires: gcc libtool chrpath
|
||||||
Provides: %{name}-libs
|
Provides: %{name}-libs = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
||||||
@ -17,6 +17,7 @@ jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: files for jbig2dec development
|
Summary: files for jbig2dec development
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Files for jbig2dec development.
|
Files for jbig2dec development.
|
||||||
|
|
||||||
@ -26,12 +27,20 @@ Files for jbig2dec development.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
|
|
||||||
|
# remove rpath
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/jbig2dec
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
|
echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -39,16 +48,32 @@ Files for jbig2dec development.
|
|||||||
%license COPYING LICENSE
|
%license COPYING LICENSE
|
||||||
%{_bindir}/jbig2dec
|
%{_bindir}/jbig2dec
|
||||||
%{_libdir}/libjbig2dec.so.*
|
%{_libdir}/libjbig2dec.so.*
|
||||||
|
%config(noreplace) /etc/ld.so.conf.d/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_includedir}/jbig2.h
|
%{_includedir}/jbig2.h
|
||||||
%{_libdir}/libjbig2dec.so
|
%{_libdir}/libjbig2dec.so
|
||||||
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 17 2020 songnannan <songnannan2@huawei.com> - 0.18-1
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 0.18
|
||||||
|
|
||||||
|
* Wed Feb 26 2020 huzunhao<huzunhao2@huawei.com> - 0.16-3
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove rpath and runpath of exec files and libraries
|
||||||
|
|
||||||
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-2
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user