[openhantek/el7] Initial commit.
by Vasiliy Glazov
Summary of changes:
33b369d... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[openhantek/f27] Initial commit.
by Vasiliy Glazov
Summary of changes:
33b369d... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[openhantek/f28] Initial commit.
by Vasiliy Glazov
Summary of changes:
33b369d... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[openhantek] Initial commit.
by Vasiliy Glazov
commit 33b369d2bd426ea90321a259955993467b326733
Author: Vasiliy Glazov <v.glazov(a)javad.com>
Date: Wed Jul 11 14:28:22 2018 +0300
Initial commit.
.gitignore | 1 +
openhantek.desktop | 9 +++++++
openhantek.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 85 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..893ef05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/9935f0a6defa78a77824d389472d9b3a7172a1aa
diff --git a/openhantek.desktop b/openhantek.desktop
new file mode 100644
index 0000000..54da691
--- /dev/null
+++ b/openhantek.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=OpenHantek
+GenericName=Oscilloscope and logic analyzer GUI
+Comment=Hantek and compatible USB digital signal oscilloscope
+Exec=OpenHantek
+Icon=openhantek
+Terminal=false
+Type=Application
+Categories=Development;Electronics;
diff --git a/openhantek.spec b/openhantek.spec
new file mode 100644
index 0000000..793ff90
--- /dev/null
+++ b/openhantek.spec
@@ -0,0 +1,74 @@
+%global gitcommit_full 9935f0a6defa78a77824d389472d9b3a7172a1aa
+%global gitcommit %(c=%{gitcommit_full}; echo ${c:0:7})
+%global date 20180710
+
+Name: openhantek
+Version: 0
+Release: 1.%{date}git%{gitcommit}%{?dist}
+Summary: Hantek and compatible USB digital signal oscilloscope
+
+#Contain nonfree firmware
+License: GPLv3+ and GPLv2+ and ASL 2.0 and nonfree
+URL: http://openhantek.org
+Source0: https://github.com/OpenHantek/openhantek/tarball/%{gitcommit_full}
+Source1: %{name}.desktop
+
+BuildRequires: gcc-c++
+BuildRequires: cmake3
+BuildRequires: qt5-qtbase-devel
+BuildRequires: fftw-devel
+BuildRequires: libusbx-devel
+BuildRequires: qt5-qttools-devel
+BuildRequires: qt5-qttranslations
+BuildRequires: mesa-libGL-devel
+BuildRequires: mesa-libGLES-devel
+BuildRequires: binutils-devel
+BuildRequires: desktop-file-utils
+BuildRequires: doxygen
+BuildRequires: pkgconfig(udev)
+
+Requires: hicolor-icon-theme
+Requires: systemd-udev
+
+%description
+OpenHantek is a free software for Hantek and compatible
+(Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes.
+Supported devices: DSO2xxx Series, DSO52xx Series, 6022BE/BL.
+
+%prep
+%autosetup -n OpenHantek-%{name}-%{gitcommit}
+
+
+%build
+mkdir build
+pushd build
+ %cmake3 ..
+ %make_build
+popd
+
+%install
+pushd build
+ %make_install
+popd
+mkdir -p %{buildroot}%{_udevrulesdir}
+mv %{buildroot}/lib/udev/rules.d/60-hantek.rules %{buildroot}%{_udevrulesdir}
+desktop-file-install --dir="%{buildroot}%{_datadir}/applications" %{SOURCE1}
+install -p -D -m 644 %{name}/res/images/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+
+
+%files
+%license COPYING
+%doc readme.md
+%{_bindir}/OpenHantek
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_udevrulesdir}/60-hantek.*
+
+
+
+%changelog
+* Wed Jul 11 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0-1.20180710git9935f0a
+- Update to latest git
+
+* Thu Mar 15 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0-1.20180320git0eff8d4
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..35b4fb8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+50d5210860755be77132f1a708d3bbc8 9935f0a6defa78a77824d389472d9b3a7172a1aa
6 years, 4 months
[unifi/el7] Update to 5.8.24
by Richard Shaw
Summary of changes:
dea1101... Update to 5.8.24 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[unifi/f27] Update to 5.8.24
by Richard Shaw
Summary of changes:
dea1101... Update to 5.8.24 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[unifi] Update to 5.8.24
by Richard Shaw
Summary of changes:
dea1101... Update to 5.8.24 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[qarte/f27] (3 commits) ...Update to 4.3.0
by Nicolas Chauvet
Summary of changes:
f838d6e... Update 4.1.0 (*)
9853507... Rebuilt for Python 3.7 (*)
b1b78d1... Update to 4.3.0 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[qarte/f28] (3 commits) ...Update to 4.3.0
by Nicolas Chauvet
Summary of changes:
f838d6e... Update 4.1.0 (*)
9853507... Rebuilt for Python 3.7 (*)
b1b78d1... Update to 4.3.0 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months
[qarte] Update to 4.3.0
by Nicolas Chauvet
commit b1b78d1e4e4b4865a6b783046f58faa9a7a80d3b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jul 10 13:44:14 2018 +0200
Update to 4.3.0
.gitignore | 6 +-----
qarte.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4cafe2..913ce40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-qarte-2.6.0.tar.gz
-qarte-2.8.0.tar.gz
-/qarte-3.2.0.tar.gz
-/qarte-4.0.0.tar.gz
-/qarte-4.1.0.tar.gz
+qarte-*.tar.gz
diff --git a/qarte.spec b/qarte.spec
index 8f7b37a..62c0cb0 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -2,8 +2,8 @@
%global __python %{__python3}
Name: qarte
-Version: 4.1.0
-Release: 2%{?dist}
+Version: 4.3.0
+Release: 1%{?dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -48,6 +48,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Tue Jul 10 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.0-1
+- Update to 4.3.0
+
* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 4.1.0-2
- Rebuilt for Python 3.7
diff --git a/sources b/sources
index 7f373c8..0af6fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97d908a8963fe10bce6ddb34d3e9f320 qarte-4.1.0.tar.gz
+b54e1078e17b5df6e47cc3a36b58ffc7 qarte-4.3.0.tar.gz
6 years, 4 months