SPECS: codeblocks.spec - up to 20060630 - updated %files (console-...

czarny czarny at pld-linux.org
Fri Jun 30 14:44:17 CEST 2006


Author: czarny                       Date: Fri Jun 30 12:44:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 20060630
- updated %files (console-runner => cb_console_runner)
- added rest of unpackaged stuff

---- Files affected:
SPECS:
   codeblocks.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/codeblocks.spec
diff -u SPECS/codeblocks.spec:1.10 SPECS/codeblocks.spec:1.11
--- SPECS/codeblocks.spec:1.10	Mon Mar  6 18:50:45 2006
+++ SPECS/codeblocks.spec	Fri Jun 30 14:44:12 2006
@@ -4,11 +4,14 @@
 Name:		codeblocks
 Version:	1.0
 %define		_rc	rc2
-Release:	0.%{_rc}.0.5
+%define		_snap	20060630
+#Release:	0.%{_rc}.0.5
+Release:	0.%{_snap}
 License:	GPL
 Group:		Development/Languages
-Source0:	http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
-# Source0-md5:	425c700feb77d22b1b85b1061d2504d9
+#Source0:	http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
+Source0:		%{name}-%{_snap}.tar.gz
+# Source0-md5:
 Source1:	%{name}.conf
 Patch0:		%{name}-ac.patch
 Patch1:		%{name}-fhs.patch
@@ -109,11 +112,12 @@
    użytkowników
 
 %prep
-%setup -q -n %{name}-%{version}%{_rc}
+#%setup -q -n %{name}-%{version}%{_rc}
+%setup -q -n %{name}-%{_snap}
 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
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
 %patch2 -p1
 
 %build
@@ -125,7 +129,6 @@
 %configure \
 	--with-wx-config=wx-gtk2-ansi-config
 %{__make}
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -148,19 +151,26 @@
 %doc AUTHORS BUGS COMPILERS README TODO ChangeLog
 %config(noreplace) %verify(not md5 mtime size) "%{_sysconfdir}/Code::Blocks v1.0"
 %attr(755,root,root) %{_bindir}/codeblocks
-%attr(755,root,root) %{_bindir}/console_runner
+%attr(755,root,root) %{_bindir}/cb_console_runner
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
+%{_datadir}/icons/gnome/48x48/mimetypes/*.png
+%{_datadir}/application-registry/codeblocks.applications
+%{_datadir}/mime/packages/codeblocks.xml
+%{_datadir}/mime-info/codeblocks*
 %dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/scripts
+%{_datadir}/%{name}/scripts
 %{_datadir}/%{name}/*.zip
 %{_datadir}/%{name}/*.txt
 %{_datadir}/%{name}/icons
 %{_datadir}/%{name}/images
 %{_datadir}/%{name}/lexers
 %{_datadir}/%{name}/templates
-%dir %{_pluginsdir}
-%attr(755,root,root) %{_pluginsdir}/*.so
+%{_datadir}/%{name}/plugins/*
+#%dir %{_pluginsdir}
+#%attr(755,root,root) %{_pluginsdir}/*.so
 %{_pkgconfigdir}/codeblocks.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -169,6 +179,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/06/30 12:44:12  czarny
+- up to 20060630
+- updated %files (console-runner => cb_console_runner)
+- added rest of unpackaged stuff
+
 Revision 1.10  2006/03/06 17:50:45  maciek2w
 - *-pwd.patch get rid of $(PWD) from Makefile to allow build on
   builders that can't use it
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/codeblocks.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list