Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattias Fält
moberg
Commits
b39556cf
Commit
b39556cf
authored
Mar 28, 2019
by
Anders Blomdell
Browse files
Change package naming
parent
5eb88afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
moberg.spec.template
View file @
b39556cf
...
...
@@ -53,25 +53,25 @@ Requires: %{name}-devel = %{version}-%{release}
%description matlab
Matlab support files for %{name}
%package
-n
python2
-%{name}
%package python2
Summary: Python2 support files for %{name}
Requires: %{name} = %{version}-%{release}
%description
-n
python2
-%{name}
%description python2
Python2 support files for %{name}
%package
-n
python%{python3_pkgversion}
-%{name}
%package python%{python3_pkgversion}
Summary: Python3 support files for %{name}
Requires: %{name} = %{version}-%{release}
%description
-n
python%{python3_pkgversion}
-%{name}
%description python%{python3_pkgversion}
Python3 support files for %{name}
%package
-n MobergIO.jl
%package
julia
Summary: Julia support files for %{name}
Requires: %{name} = %{version}-%{release}
%description
-n MobergIO.jl
%description
julia
Julia support files for %{name}
...
...
@@ -170,12 +170,12 @@ cp adaptors/julia/*.jl ${RPM_BUILD_ROOT}/opt/julia/packages/MobergIO/src
/opt/matlab/src/moberg/*
%{_includedir}/moberg4simulink.h
%files
-n
python2
-%{name}
-f adaptors/python/INSTALLED_python2
%files python2 -f adaptors/python/INSTALLED_python2
%defattr(-,root,root,-)
%files -n python%{python3_pkgversion}-%{name} -f adaptors/python/INSTALLED_python3
%defattr(-,root,root,-)
%files
-n MobergIO.jl
%files
julia
%defattr(-,root,root,-)
/opt/julia/packages/MobergIO
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment