Author: twittner Date: Wed Dec 7 16:23:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added %%doc files, icon - added -ac.patch - C(XX)FLAGS fixes
---- Files affected: SPECS: codeblocks.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/codeblocks.spec diff -u SPECS/codeblocks.spec:1.4 SPECS/codeblocks.spec:1.5 --- SPECS/codeblocks.spec:1.4 Tue Dec 6 19:48:19 2005 +++ SPECS/codeblocks.spec Wed Dec 7 17:23:41 2005 @@ -13,6 +13,7 @@ Group: Development/Languages Source0: http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz # Source0-md5: 425c700feb77d22b1b85b1061d2504d9 +Patch0: %{name}-ac.patch URL: http://www.codeblocks.org/ BuildRequires: autoconf BuildRequires: automake @@ -108,6 +109,7 @@ %prep %setup -q -n %{name}-%{version}%{_rc} +%patch0 -p1 find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" -and -not -name "*.c" -and -not -name "*.cxx" -and -not -name "*.ico" | sed "s/.*/\"\\0\"/" | xargs dos2unix chmod a+x acinclude.m4 src/update @@ -135,11 +137,12 @@ %files %defattr(644,root,root,755) -#doc README COPYING AUTHORS BUGS COMPILERS TODO NEWS ChangeLog +%doc AUTHORS BUGS COMPILERS README TODO ChangeLog %attr(755,root,root) %{_bindir}/codeblocks %attr(755,root,root) %{_bindir}/console_runner %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %{_desktopdir}/*.desktop +%{_pixmapsdir}/*.png %dir %{_datadir}/%{name} %{_datadir}/%{name}/*.zip %{_datadir}/%{name}/*.txt @@ -157,6 +160,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/12/07 16:23:41 twittner +- added %%doc files, icon +- added -ac.patch - C(XX)FLAGS fixes + Revision 1.4 2005/12/06 18:48:19 qboosh - pl, some cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/codeblocks.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
