[flterm/f13/master] First release.

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Nov 8 16:13:31 UTC 2010


commit 6def4cf2095168a5d44f535185e229c4b34119c2
Author: Shakthi Kannan <shakthimaan at gmail.com>
Date:   Mon Nov 8 21:58:21 2010 +0530

    First release.

 flterm.spec           |   45 +++++++++++++++++++++++++++++++++++++++++++++
 milkymist-0.9.tar.bz2 |  Bin 0 -> 9789995 bytes
 sources               |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/flterm.spec b/flterm.spec
new file mode 100644
index 0000000..caeb6c0
--- /dev/null
+++ b/flterm.spec
@@ -0,0 +1,45 @@
+Name:           flterm
+Version:        0.9
+Release:        2%{?dist}
+Summary:        Firmware download program
+
+Group:          Applications/Engineering
+License:        GPLv3
+URL:            http://milkymist.org
+Source0:        http://milkymist.org/socdist/milkymist-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  clang
+
+%description
+%{name} is a serial terminal, and firmware download program.
+
+%prep
+%setup -q -n milkymist
+
+
+%build
+cd tools
+make flterm
+
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{_bindir}
+install -p tools/flterm %{buildroot}%{_bindir}/
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/%{name}
+
+
+%changelog
+* Sun Nov 07 2010 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT com> - 0.9-2
+- Remove gd-devel dependency and use make flterm.
+
+* Sun Oct 31 2010 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT com> - 0.9-1
+- Initial package.
diff --git a/milkymist-0.9.tar.bz2 b/milkymist-0.9.tar.bz2
new file mode 100644
index 0000000..c67b6af
Binary files /dev/null and b/milkymist-0.9.tar.bz2 differ
diff --git a/sources b/sources
index e69de29..65fc89b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bbc6ea6590dc20b7e9858aedd3061ef5  milkymist-0.9.tar.bz2


More information about the scm-commits mailing list