|
@@ -2,8 +2,8 @@
|
|
Summary: The zlib compression and decompression library.
|
|
Summary: The zlib compression and decompression library.
|
|
Summary(ja): zlib 圧縮/展開ライブラリ
|
|
Summary(ja): zlib 圧縮/展開ライブラリ
|
|
Name: zlib
|
|
Name: zlib
|
|
-Version: 1.2.3
|
|
+Version: 1.2.5
|
|
-Release: 7%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Source: http://www.zlib.net/zlib-%{version}.tar.bz2
|
|
Source: http://www.zlib.net/zlib-%{version}.tar.bz2
|
|
|
|
|
|
@@ -11,7 +11,7 @@ Requires(post): /sbin/ldconfig
|
|
Requires(postun): /sbin/ldconfig
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
URL: http://www.zlib.net/
|
|
URL: http://www.zlib.net/
|
|
-License: BSD
|
|
+License: zlib and Boost
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -148,8 +148,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc ChangeLog algorithm.txt minigzip.c example.c
|
|
+%doc ChangeLog doc/algorithm.txt minigzip.c example.c
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
+%{_libdir}/pkgconfig/zlib.pc
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_mandir}/man3/zlib.3*
|
|
%{_mandir}/man3/zlib.3*
|
|
|
|
|
|
@@ -165,9 +166,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%files -n compat32-%{name}-devel
|
|
%files -n compat32-%{name}-devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
+%{_libdir}/pkgconfig/zlib.pc
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Sep 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.5-1
|
|
|
|
+- new upstream release (built with rpm-4.8.1-1 for pkg-config file)
|
|
|
|
+- changed License: BSD to zlib and Boost
|
|
|
|
+- added %%{_libdir}/pkgconfig/zlib.pc in -devel package
|
|
|
|
+- fixed %%doc files in -devel package
|
|
|
|
+
|
|
* Fri Mar 05 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.3-7
|
|
* Fri Mar 05 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.3-7
|
|
- add Requires(post,pre): /sbin/ldconfig
|
|
- add Requires(post,pre): /sbin/ldconfig
|
|
|
|
|