This commit is contained in:
zhangrui 2019-12-26 19:17:25 +08:00
parent dc2f0312f8
commit f6492ca56d

View File

@ -1,6 +1,6 @@
Name: libmng Name: libmng
Version: 2.0.3 Version: 2.0.3
Release: 9 Release: 10
Summary: Used for supporting Multiple-image Network Graphics Summary: Used for supporting Multiple-image Network Graphics
License: zlib License: zlib
URL: http://www.libmng.com/ URL: http://www.libmng.com/
@ -42,19 +42,30 @@ autoreconf -if
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc LICENSE %defattr(-,root,root)
%doc doc/* CHANGES README*
%license LICENSE
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
%defattr(-,root,root)
%doc doc/* %doc doc/*
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/libmng.pc %{_libdir}/pkgconfig/libmng.pc
%files help %files help
%defattr(-,root,root)
%{_mandir}/man3/* %{_mandir}/man3/*
%{_mandir}/man5/* %{_mandir}/man5/*
%doc CHANGES README* %doc CHANGES README*
%changelog %changelog
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.3-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the files of spec
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 2.0.3-9 * Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 2.0.3-9
- Pakcage init - Pakcage init