|
@@ -3,7 +3,7 @@ Summary: The zlib compression and decompression library.
|
|
Summary(ja): zlib 圧縮/展開ライブラリ
|
|
Summary(ja): zlib 圧縮/展開ライブラリ
|
|
Name: zlib
|
|
Name: zlib
|
|
Version: 1.2.8
|
|
Version: 1.2.8
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Source: http://www.zlib.net/zlib-%{version}.tar.xz
|
|
Source: http://www.zlib.net/zlib-%{version}.tar.xz
|
|
# Patch0: zlib-1.2.5-lfs-decls.patch
|
|
# Patch0: zlib-1.2.5-lfs-decls.patch
|
|
@@ -146,12 +146,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc README
|
|
%doc README
|
|
|
|
+%{_libdir}/*.so
|
|
%{_libdir}/libz.so.*
|
|
%{_libdir}/libz.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc ChangeLog doc/algorithm.txt
|
|
%doc ChangeLog doc/algorithm.txt
|
|
-%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/zlib.pc
|
|
%{_libdir}/pkgconfig/zlib.pc
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_mandir}/man3/zlib.3*
|
|
%{_mandir}/man3/zlib.3*
|
|
@@ -163,15 +163,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}
|
|
%files -n compat32-%{name}
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
|
|
+%{_libdir}/*.so
|
|
%{_libdir}/libz.so.*
|
|
%{_libdir}/libz.so.*
|
|
|
|
|
|
%files -n compat32-%{name}-devel
|
|
%files -n compat32-%{name}-devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/zlib.pc
|
|
%{_libdir}/pkgconfig/zlib.pc
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.8-2
|
|
|
|
+- moved libz.so into the main package.
|
|
|
|
+
|
|
* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.8-1
|
|
* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.8-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- changed archive type bz2 to xz
|
|
- changed archive type bz2 to xz
|