-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModulationWaveform.spec
More file actions
39 lines (33 loc) · 1.39 KB
/
ModulationWaveform.spec
File metadata and controls
39 lines (33 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# RPM package for ModulationWaveform
# This file is regularly AUTO-GENERATED by the IDE. DO NOT MODIFY.
# By default, the RPM will install to the standard REDHAWK SDR root location (/var/redhawk/sdr)
# You can override this at install time using --prefix /new/sdr/root when invoking rpm (preferred method, if you must)
%{!?_sdrroot: %define _sdrroot /var/redhawk/sdr}
%define _prefix %{_sdrroot}
Prefix: %{_prefix}
Name: ModulationWaveform
Summary: Waveform ModulationWaveform
Version: 1.0.0
Release: 1
License: None
Group: REDHAWK/Waveforms
Source: %{name}-%{version}.tar.gz
# Require the controller whose SPD is referenced
Requires: ModulationAssemblyController
# Require each referenced component
Requires: PSKBasebandMod UpZero fastfilter RealPart ModulationAssemblyController FreqShift
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}
%description
Waveform demonstrating a PSK Modulation diagram.
Will upsample and filter off the and shift the baseband signal up to a desired frequency. The assembly controller should be used to change values.
%prep
%setup
%install
%__rm -rf $RPM_BUILD_ROOT
%__mkdir_p "$RPM_BUILD_ROOT%{_prefix}/dom/waveforms/%{name}"
%__install -m 644 ModulationWaveform.sad.xml $RPM_BUILD_ROOT%{_prefix}/dom/waveforms/%{name}/ModulationWaveform.sad.xml
%files
%defattr(-,redhawk,redhawk)
%dir %{_prefix}/dom/waveforms/%{name}
%{_prefix}/dom/waveforms/%{name}/ModulationWaveform.sad.xml