From 9f44b80c6047739a325be87ec63955b60a7e9588 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 11 Jan 2014 21:29:38 +0000 Subject: [PATCH] Updated SPEC file release tag, fixed spacing --- packaging/fedora/arduino-mk.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packaging/fedora/arduino-mk.spec b/packaging/fedora/arduino-mk.spec index 1a7f3d3..8d2e3ac 100644 --- a/packaging/fedora/arduino-mk.spec +++ b/packaging/fedora/arduino-mk.spec @@ -1,16 +1,16 @@ Name: arduino-mk Version: 1.1.0 -Release: 1%{dist} +Release: 2%{dist} Summary: Program your Arduino from the command line Packager: Simon John -URL: https://github.com/sudar/Arduino-Makefile -Source: %{name}-%{version}.tar.gz +URL: https://github.com/sudar/Arduino-Makefile +Source: %{name}-%{version}.tar.gz Group: Development/Tools License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: arduino-core, perl-Device-SerialPort -BuildRequires: arduino-core, perl-Device-SerialPort, help2man +BuildRequires: arduino-core, perl-Device-SerialPort, help2man %description Arduino is an open-source electronics prototyping platform based on @@ -51,5 +51,7 @@ rm -rf %{buildroot} %{_docdir}/%{name}/examples %changelog +* Sat Jan 11 2014 Simon John +- Updated release * Mon Dec 30 2013 Simon John - Initial release.