Author: qboosh Date: Thu Apr 27 19:27:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - unified examplesdir, no strip in build, BR cleanup
---- Files affected: SPECS: lazarus.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/lazarus.spec diff -u SPECS/lazarus.spec:1.7 SPECS/lazarus.spec:1.8 --- SPECS/lazarus.spec:1.7 Thu Apr 27 20:41:03 2006 +++ SPECS/lazarus.spec Thu Apr 27 21:27:35 2006 @@ -11,9 +11,8 @@ URL: http://www.lazarus.freepascal.org/ Patch0: %{name}-desktop.patch BuildRequires: fpc >= 2.0.2 -BuildRequires: gtk+-devel BuildRequires: gdk-pixbuf-devel -BuildRequires: glibc-devel +BuildRequires: gtk+-devel Requires: fpc-src >= 2.0.2 Requires: gdk-pixbuf >= 0.18.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,17 +34,14 @@ %patch0 -p1 %build - %{__make} -strip lazarus -strip startlazarus %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_datadir}/lazarus/docs,%{_pixmapsdir},%{_desktopdir},%{_bindir}} \ - $RPM_BUILD_ROOT%{_examplesdir}/%{name} + $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name} +cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} for i in components doceditor ide lcl units converter debugger ideintf languages localize.bat startlazarus \ designer images lazarus localize.sh packager tools ; do @@ -83,6 +79,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/04/27 19:27:35 qboosh +- unified examplesdir, no strip in build, BR cleanup + Revision 1.7 2006/04/27 18:41:03 rotom - cleanups - lazarus-desktop.patch added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lazarus.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
