Ai
7 Star 0 Fork 9

src-openEuler/libmspack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libmspack.spec 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
panxiaohe 提交于 2022-03-04 11:23 +08:00 . update version to 0.10.1
Name: libmspack
Version: 0.10.1
Release: 0.1.1
Summary: Library for CAB and related files compression and decompression
License: LGPLv2.1
URL: http://www.cabextract.org.uk/libmspack/
Source0: https://github.com/kyz/libmspack/archive/v%{version}alpha/%{name}-%{version}alpha.tar.gz
BuildRequires: doxygen gcc autoconf automake libtool
%description
The purpose of libmspack is to provide both compression and decompression of
some loosely related file formats used by Microsoft.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries, header files and documentation
for developing applications that use %{name}.
%package help
Summary: Help documents for %{name}
Obsoletes: %{name}-doc < 0.2
%description help
The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS
and documentation for %{name}.
%prep
%autosetup -n %{name}-%{version}alpha -p1
chmod a-x mspack/mspack.h
autoreconf -i
%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
%configure --disable-silent-rules --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
touch -r ChangeLog Changelog.utf8
mv Changelog.utf8 ChangeLog
%files
%{_libdir}/%{name}.so.*
%doc COPYING.LIB
%exclude %{_libdir}/libmspack.la
%files devel
%{_includedir}/mspack.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%files help
%doc README TODO ChangeLog AUTHORS
%doc doc
%changelog
* Fri Mar 4 2022 panxiaohe <panxh.life@foxmail.com> - 0.10.1-0.1.1
- update version to 0.10.1
* Thu Jan 21 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.8-0.1.1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 0.8
* Thu Jan 9 2020 chengquan<chengquan3@huawei.com> - 0.7-0.1.6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove useless patch
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.7-0.1.5
- Fix CVE-2018-18585 and CVE-2018-18586
* Mon Aug 12 2019 zhuguodong <zhuguodong7@huawei.com> - 0.7-0.1.4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: revert openeuler debranding
* Fri Aug 02 2019 liujing<liujing144@huawei.com> - 0.7-0.1.3
- Type:cves
- ID:CVE-2019-1010305
- SUG:restart
- DESC:fix CVE-2019-1010305
* Thu Aug 01 2019 zhuguodong <zhuguodong7@huawei.com> - 0.7-0.1.2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: openEuler Debranding
* Wed Aug 01 2018 openEuler Buildteam <buildteam@openeuler.org> - 0.7-0.1.1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libmspack.git
git@gitee.com:src-openeuler/libmspack.git
src-openeuler
libmspack
libmspack
openEuler-24.09

搜索帮助