[mcu8051ide] - Updating to 1.4.9 (#1152077) - Cleaning the spec

Jaromír Cápík jcapik at fedoraproject.org
Thu Oct 23 15:53:17 UTC 2014


commit b016ceda0afdd949ea76ffd7b80be7a458622b9b
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Oct 23 17:50:38 2014 +0200

    - Updating to 1.4.9 (#1152077)
    - Cleaning the spec

 mcu8051ide.spec |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/mcu8051ide.spec b/mcu8051ide.spec
index bd08a06..82fe280 100644
--- a/mcu8051ide.spec
+++ b/mcu8051ide.spec
@@ -1,16 +1,12 @@
-# until defined for all current releases
-%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
-
 Name:           mcu8051ide
-Version:        1.4.7
-Release:        5%{?dist}
+Version:        1.4.9
+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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  cmake tk-devel tkimg tcllib bwidget rxvt-unicode
@@ -25,7 +21,7 @@ Integrated Development Enviroment for some MCS-51 based microcontrollers
 (e.g. AT89S8253). Supported languages are assembly and C.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 %cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
@@ -41,13 +37,8 @@ desktop-file-install --vendor ""  \
 --dir %{buildroot}%{_datadir}/applications/    \
 %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-
 chmod 0755 `find %{buildroot} -name \*.tcl`
 
-
-%clean
-rm -rf %{buildroot}
-
 %post
 touch --no-create %{_datadir}/mime/packages &> /dev/null || :
 
@@ -61,7 +52,6 @@ fi
 update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 %files
-%defattr(-,root,root,-)
 %doc README ChangeLog LICENSE TODO
 %doc demo/
 %{_datadir}/%{name}/
@@ -70,8 +60,13 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 %{_datadir}/man/man1/mcu8051ide.1.gz
 %{_datadir}/pixmaps/mcu8051ide.png
 %{_datadir}/mime/packages/application-x-mcu8051ide.xml
+%{_datadir}/appdata/mcu8051ide.appdata.xml
 
 %changelog
+* Thu Oct 23 2014 Jaromir Capik <jcapik at redhat.com> - 1.4.9-1
+- Updating to 1.4.9 (#1152077)
+- Cleaning the spec
+
 * Thu Oct 02 2014 Rex Dieter <rdieter at fedoraproject.org> 1.4.7-5
 - add/update mime scriptlet
 


More information about the scm-commits mailing list