Author: cactus Date: Sat May 24 20:18:04 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - documentation is realy heavy about 45 MB - moved from devel to docs subpackage - CEGUI loads plugins (not shared libs) only with .so ending (before smc can't run without CEGUI-devel installed) - .so files moved to base package - rel. 2
---- Files affected: SPECS: CEGUI.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/CEGUI.spec diff -u SPECS/CEGUI.spec:1.13 SPECS/CEGUI.spec:1.14 --- SPECS/CEGUI.spec:1.13 Fri May 23 00:59:19 2008 +++ SPECS/CEGUI.spec Sat May 24 22:17:58 2008 @@ -13,7 +13,7 @@ Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety Name: CEGUI Version: 0.6.0 -Release: 1 +Release: 2 License: LGPL v2.1+ (with MIT parts) Group: Libraries Source0: http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz @@ -79,10 +79,23 @@ Requires: pcre-devel >= 5.0 %description devel -CEGUI headers and documentation. +CEGUI headers. %description devel -l pl.UTF-8 -Pliki nagłówkowe i dokumentacja do CEGUI. +Pliki nagłówkowe CEGUI. + +%package docs +Summary: Documentation files for CEGUI +Summary(pl.UTF-8): Pliki dokumentacji CEGUI +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description docs +CEGUI documentation. + +%description docs -l pl.UTF-8 +Dokumentacja CEGUI. + %prep %setup -q -b 1 @@ -121,11 +134,18 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_libdir}/libCEGUI*.so.*.*.* +%attr(755,root,root) %{_libdir}/libCEGUI*.so.* +%attr(755,root,root) %{_libdir}/libCEGUI*.so + +%files docs +%doc documentation +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/XMLRefSchema +%{_datadir}/%{name}/XMLRefSchema/*.xsd +%{_datadir}/%{name}/XMLRefSchema/Readme.txt %files devel %defattr(644,root,root,755) -%doc documentation -%attr(755,root,root) %{_libdir}/libCEGUI*.so %{_libdir}/libCEGUI*.la %{_includedir}/%{name} %{_pkgconfigdir}/CEGUI.pc @@ -137,6 +157,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-05-24 20:17:58 cactus +- documentation is realy heavy about 45 MB - moved from devel to docs subpackage +- CEGUI loads plugins (not shared libs) only with .so ending (before smc can't run without CEGUI-devel installed) - .so files moved to base package +- rel. 2 + Revision 1.13 2008-05-22 22:59:19 cactus - up to 0.6.0 - patch1 and patch2 disabled ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CEGUI.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
