Author: qboosh Date: Thu Oct 20 20:05:31 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - more docs, fixed libmandir
---- Files affected: SPECS: xorg-lib-libXi.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/xorg-lib-libXi.spec diff -u SPECS/xorg-lib-libXi.spec:1.6 SPECS/xorg-lib-libXi.spec:1.7 --- SPECS/xorg-lib-libXi.spec:1.6 Thu Oct 20 21:10:04 2005 +++ SPECS/xorg-lib-libXi.spec Thu Oct 20 22:05:26 2005 @@ -3,13 +3,13 @@ Summary(pl): Biblioteka rozszerzenia X Input Name: xorg-lib-libXi Version: 0.99.1 -Release: 0.03 +Release: 0.1 License: MIT Group: X11/Libraries Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/lib/libXi-%{version}.tar.bz2 # Source0-md5: cc9e267d5435b94de268cae86415ed28 URL: http://xorg.freedesktop.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig >= 0.19 @@ -78,6 +78,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + libmandir=%{_mandir}/man3 \ pkgconfigdir=%{_pkgconfigdir} %clean @@ -88,7 +89,7 @@ %files %defattr(644,root,root,755) -%doc ChangeLog +%doc COPYING ChangeLog %attr(755,root,root) %{_libdir}/libXi.so.*.*.* %files devel @@ -96,7 +97,7 @@ %attr(755,root,root) %{_libdir}/libXi.so %{_libdir}/libXi.la %{_pkgconfigdir}/xi.pc -%{_mandir}/man3x/*.3x* +%{_mandir}/man3/*.3x* %files static %defattr(644,root,root,755) @@ -108,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/10/20 20:05:26 qboosh +- more docs, fixed libmandir + Revision 1.6 2005/10/20 19:10:04 jpc - up to 0.99.1 (X11R7.0-RC1) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-lib-libXi.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
