Author: qboosh Date: Sun Oct 30 14:56:08 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.37.4, removed obsolete LIBDIR patch - more verbose files, added NEWS to doc
---- Files affected: SPECS: chmlib.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/chmlib.spec diff -u SPECS/chmlib.spec:1.22 SPECS/chmlib.spec:1.23 --- SPECS/chmlib.spec:1.22 Fri Oct 28 07:51:49 2005 +++ SPECS/chmlib.spec Sun Oct 30 15:56:03 2005 @@ -2,14 +2,13 @@ Summary: chmlib - library designed for accessing MS ITSS files Summary(pl): chmlib - biblioteka pozwalająca na dostęp do plików MS ITSS Name: chmlib -Version: 0.37.3 -Release: 2 +Version: 0.37.4 +Release: 1 License: GPL Group: Libraries Source0: http://66.93.236.84/~jedwin/projects/chmlib/%{name}-%{version}.tbz -# Source0-md5: 073f4cbb7cee68dc56b2e9b707503625 +# Source0-md5: b3a0c3bc955abd2155cc298c6cdbbf20 Patch0: %{name}-morearchs.patch -Patch1: %{name}-LIBDIR.patch URL: http://66.93.236.84/~jedwin/projects/chmlib/ BuildRequires: autoconf BuildRequires: automake @@ -56,7 +55,6 @@ %prep %setup -q -n %{name}-0.37 %patch0 -p1 -%patch1 -p1 %build cp -f /usr/share/automake/config.* . @@ -85,19 +83,19 @@ %files %defattr(644,root,root,755) -%doc AUTHORS README +%doc AUTHORS NEWS README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libchm.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h +%attr(755,root,root) %{_libdir}/libchm.so +%{_libdir}/libchm.la +%{_includedir}/chm_lib.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libchm.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -105,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2005/10/30 14:56:03 qboosh +- updated to 0.37.4, removed obsolete LIBDIR patch +- more verbose files, added NEWS to doc + Revision 1.22 2005/10/28 05:51:49 qboosh - fixed build without installed chmlib-devel; release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/chmlib.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
