Author: qboosh Date: Mon Mar 13 19:33:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - modular xorg
---- Files affected: SPECS: wv.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/wv.spec diff -u SPECS/wv.spec:1.77 SPECS/wv.spec:1.78 --- SPECS/wv.spec:1.77 Mon Mar 13 13:07:45 2006 +++ SPECS/wv.spec Mon Mar 13 20:33:39 2006 @@ -14,7 +14,6 @@ Source0: http://dl.sourceforge.net/wvware/%{name}-%{version}.tar.gz # Source0-md5: d757080af4595839d5d82a1a573c692c URL: http://wvware.sourceforge.net/ -BuildRequires: XFree86-devel BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: glib2-devel >= 2.0 @@ -25,6 +24,10 @@ BuildRequires: libxml2-devel >= 2.0 BuildRequires: pkgconfig BuildRequires: zlib-devel +# these are required for full libwmf +BuildRequires: freetype-devel >= 2.0 +BuildRequires: libjpeg-devel +BuildRequires: xorg-lib-libX11-devel Obsoletes: mswordview BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -58,6 +61,10 @@ Requires: libpng-devel Requires: libwmf-devel >= 2:0.2.2 Requires: libxml2-devel >= 2.0 +# these are required for full libwmf +Requires: freetype-devel >= 2.0 +Requires: libjpeg-devel +Requires: xorg-lib-libX11-devel %description devel Contains the header files. @@ -111,16 +118,16 @@ %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/wv* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libwv-*.so.*.*.* %{_datadir}/wv %{_mandir}/man*/* %files devel %defattr(644,root,root,755) -%{_pkgconfigdir}/* -%{_libdir}/lib*.la -%attr(755,root,root) %{_libdir}/lib*.so -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libwv.so +%{_libdir}/libwv.la +%{_includedir}/wv +%{_pkgconfigdir}/wv-*.pc %if %{with static_libs} %files static @@ -134,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2006/03/13 19:33:39 qboosh +- modular xorg + Revision 1.77 2006/03/13 12:07:45 qboosh - updated to 1.2.1 (minor bugfix release) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wv.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
