rpms/mcu8051ide/devel add-she-bang-itcl.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mcu8051ide.spec, 1.2, 1.3 sources, 1.2, 1.3 mcu8051-1.1-desktop-exec-path-fix.patch, 1.1, NONE mcu8051-1.1-install.sh-spell-cp-p-fixes.patch, 1.1, NONE

Shakthi Kannan shakthimaan at fedoraproject.org
Fri Aug 7 17:18:35 UTC 2009


Author: shakthimaan

Update of /cvs/pkgs/rpms/mcu8051ide/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22855/devel

Modified Files:
	.cvsignore import.log mcu8051ide.spec sources 
Added Files:
	add-she-bang-itcl.patch 
Removed Files:
	mcu8051-1.1-desktop-exec-path-fix.patch 
	mcu8051-1.1-install.sh-spell-cp-p-fixes.patch 
Log Message:
Updated to mcu8051ide-1.2 sources.


add-she-bang-itcl.patch:
 itcl.tcl |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE add-she-bang-itcl.patch ---
diff -up ./lib/itcl.tcl.fix ./lib/itcl.tcl
--- ./lib/itcl.tcl.fix	2009-08-06 23:56:25.174372988 +0530
+++ ./lib/itcl.tcl	2009-08-06 23:56:36.441374797 +0530
@@ -1,3 +1,4 @@
+#!/usr/bin/tclsh
 #
 # itcl.tcl
 # ----------------------------------------------------------------------


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 Jun 2009 05:30:42 -0000	1.2
+++ .cvsignore	7 Aug 2009 17:18:34 -0000	1.3
@@ -1 +1 @@
-mcu8051ide-1.1.tar.gz
+mcu8051ide-1.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	19 Jun 2009 05:30:42 -0000	1.1
+++ import.log	7 Aug 2009 17:18:35 -0000	1.2
@@ -1 +1,2 @@
 mcu8051ide-1_1-4_fc10:HEAD:mcu8051ide-1.1-4.fc10.src.rpm:1245389335
+mcu8051ide-1_2-1_fc11:HEAD:mcu8051ide-1.2-1.fc11.src.rpm:1249665816


Index: mcu8051ide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/devel/mcu8051ide.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mcu8051ide.spec	25 Jul 2009 11:55:50 -0000	1.2
+++ mcu8051ide.spec	7 Aug 2009 17:18:35 -0000	1.3
@@ -1,18 +1,19 @@
 Name:           mcu8051ide
-Version:        1.1
-Release:        5%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        IDE for MCS-51 based microcontrollers
 
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://mcu8051ide.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         mcu8051-1.1-desktop-exec-path-fix.patch
-Patch1:         mcu8051-1.1-install.sh-spell-cp-p-fixes.patch
+Patch0:         add-she-bang-itcl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  cmake tk-devel tkimg itcl tdom tcllib bwidget rxvt-unicode
+BuildRequires:  cmake tk-devel tkimg tcllib bwidget rxvt-unicode
+BuildRequires:  itcl >= 3.4
+BuildRequires:  tdom >= 0.8
 BuildRequires:  desktop-file-utils
 Requires:       electronics-menu
 Requires:       tkimg itcl tdom tcllib bwidget rxvt-unicode sdcc
@@ -22,11 +23,8 @@ Integrated Development Enviroment for so
 (e.g. AT89S8253). Supported languages are assembly and C.
 
 %prep
-%setup -q
-%patch0 -p1 -b .desktop
-%patch1 -p1 -b .sh
-rm lib/.tex*
-rm lib/.html
+%setup -q 
+%patch0 -p1 -b .fix
 
 %build
 %configure
@@ -41,8 +39,6 @@ desktop-file-install --vendor ""  \
 --remove-category "Development"   \
 --dir %{buildroot}%{_datadir}/applications/    \
 %{buildroot}%{_datadir}/applications/%{name}.desktop
-%{__rm} -rf %{buildroot}%{_datadir}/%{name}/demo
-%{__rm} -rf %{buildroot}%{_datadir}/%{name}/{README,ChangeLog,LICENSE,TODO}
 chmod 0755 %{buildroot}%{_datadir}/%{name}/lib/*.tcl
 
 %clean
@@ -59,8 +55,12 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/mcu8051ide.png
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Wed Aug 06 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.2-1
+- Updated Release, Version
+- Removed earlier patches that have now been applied in 1.2 upstream
+- Removed manual removal of lib/.tex* lib/.html files in setup stage
+- Added patch to add shebang to lib/itcl.tcl script
+- Added itcl, tdom explicit package dependency BuildRequires
 
 * Tue Jun 09 2009 Shakthi Kannan <shakthimaan [AT] gmail DOT com> - 1.1-4
 - Added Requires: sdcc


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mcu8051ide/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Jun 2009 05:30:42 -0000	1.2
+++ sources	7 Aug 2009 17:18:35 -0000	1.3
@@ -1 +1 @@
-2065070325c03161cb5b220800551fbc  mcu8051ide-1.1.tar.gz
+caab1c78c724843ce054c4a2e2437358  mcu8051ide-1.2.tar.gz


--- mcu8051-1.1-desktop-exec-path-fix.patch DELETED ---


--- mcu8051-1.1-install.sh-spell-cp-p-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list