leamas pushed to ExchangeIR (master). "Initial import (#1199567)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 06:54:53 UTC 2015


>From eecebb1c4d8ff07eee3340f5aef1aa591325a393 Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec at gmail.com>
Date: Tue, 7 Apr 2015 08:54:11 +0200
Subject: Initial import (#1199567)


diff --git a/.gitignore b/.gitignore
index e69de29..e81c67c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ExchangeIR.tar.gz
diff --git a/ExchangeIR.spec b/ExchangeIR.spec
new file mode 100644
index 0000000..33313fd
--- /dev/null
+++ b/ExchangeIR.spec
@@ -0,0 +1,59 @@
+Name:           ExchangeIR
+Version:        0.0.8.2
+Release:        2%{?dist}
+Summary:        Java infrared signals analysis and conversion library
+
+Group:          System Environment/Libraries
+License:        GPLv3+
+URL:            http://sourceforge.net/p/controlremote/
+BuildArch:      noarch
+                # Retrieve from svn using something like:
+                #   repo="svn://svn.code.sf.net/p/controlremote/code"
+                #   svn export -q $repo/tags/exchangeir-0.0.8.2 ExchangeIR
+                #   tar czf ../ExchangeIR.tar.gz ExchangeIR
+Source0:        ExchangeIR.tar.gz
+
+BuildRequires:  maven-local
+
+%description
+Native Java port of a subset of Graham Dixon's C++ library for
+analysis and conversion of infrared signals.
+
+%package        javadoc
+Summary:        Javadoc for %{name}
+
+%description javadoc
+This package contains the API documentation for %{name}.
+
+
+%prep
+%setup -qn %{name}
+find \( -name '*.jar' -o -name '*.class' \) -delete
+
+
+%build
+%mvn_build
+
+
+%install
+%mvn_install
+
+
+%files -f .mfiles
+%dir %{_javadir}/%{name}
+%license COPYING.txt
+%doc README.txt
+
+%files javadoc -f .mfiles-javadoc
+%license COPYING.txt
+
+
+%changelog
+* Wed Feb 25 2015 Alec Leamas <leamas.alec at gmail.com> - 0.0.8.2-2
+- Update metadata to reflect version.
+
+* Sun Feb 22 2015 Alec Leamas <leamas.alec at gmail.com> - 0.0.8.2-1
+- Sanitize version number, fix license, description...update  break.
+
+* Fri Feb 20 2015 Alec Leamas <leamas.alec at gmail.com> - 0.9.2-1
+- Initial release
diff --git a/sources b/sources
index e69de29..2631f89 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ac7840c7c9f300845f20f77705b1c53  ExchangeIR.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ExchangeIR.git/commit/?h=master&id=eecebb1c4d8ff07eee3340f5aef1aa591325a393


More information about the scm-commits mailing list