Update to pulseview 0.3.0
This commit is contained in:
parent
d3ac2e0184
commit
cf16210615
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/pulseview-0.1.0.tar.gz
|
||||
/pulseview-0.2.0.tar.gz
|
||||
/pulseview-0.3.0.tar.gz
|
||||
|
@ -1,8 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=PulseView
|
||||
GenericName=Signal acquisition GUI for sigrok
|
||||
Categories=Electronics;
|
||||
Comment=Control your Logic Analyzer, Oscilloscope, or MSO
|
||||
Exec=pulseview
|
||||
Icon=sigrok-logo-notext
|
||||
Type=Application
|
@ -1,16 +1,14 @@
|
||||
Name: pulseview
|
||||
Version: 0.2.0
|
||||
Release: 10%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Signal acquisition and analysis GUI for sigrok
|
||||
# Combined GPLv3+ (libsigrok and libsigrokdecode) and GPLv2+ (pulseview)
|
||||
License: GPLv3+
|
||||
URL: http://www.sigrok.org
|
||||
Source0: %{url}/download/source/%{name}/%{name}-%{version}.tar.gz
|
||||
# Upstream does not (yet) provide a .desktop file
|
||||
Source1: %{name}.desktop
|
||||
|
||||
BuildRequires: libsigrok-devel >= 0.3.0
|
||||
BuildRequires: libsigrokdecode-devel >= 0.3.0
|
||||
BuildRequires: libsigrok-cxx-devel
|
||||
BuildRequires: libsigrokdecode-devel >= 0.4.0
|
||||
BuildRequires: qt-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cmake
|
||||
@ -36,7 +34,10 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
|
||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
|
||||
contrib/pulseview.desktop
|
||||
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/pulseview.desktop
|
||||
|
||||
install -m 644 -D -p icons/sigrok-logo-notext.png \
|
||||
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigrok-logo-notext.png
|
||||
@ -63,6 +64,13 @@ update-desktop-database > /dev/null 2>&1 || :
|
||||
%{_datadir}/icons/hicolor/48x48/apps/sigrok-logo-notext.png
|
||||
|
||||
%changelog
|
||||
* Sat Feb 06 2016 Alexandru Gagniuc <mr.nuke.me@gmail.com> - 0.3.0-0
|
||||
- Update to pulseview 0.3.0
|
||||
- Bump libsigrokdecode-devel requirement to 0.4.0
|
||||
- Replace libsigrok-devel dependency with libsigrok-cxx-devel
|
||||
- Use pulseview.desktop file provided with the pulseview sources
|
||||
- Call desktop-file-validate on pulseview.desktop file
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user