File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ Copy the included spec and patch files to locations within your rpmbuild tree.
11
11
destdir patch is needed because version ` v2.3-pre4 ` did not have the DESTDIR macro
12
12
and thus the install targets were not relocatable for two-stage installs. Future releases (aka v2.3-pre5, etc.) will not need this file.
13
13
``` bash
14
- cp makefiles/rpm/das2C.spec $HOME /rpmbuild/SPECS/
15
- cp makefiles/rpm/das2C-destdir.patch $HOME /rpmbuild/SOURCES/
14
+ cp makefiles/rpm/das2py.spec $HOME /rpmbuild/SPECS/
16
15
```
17
16
18
17
Install dependencies as usual, but also include the das2C rpms:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ URL: https://github.com/das-developers/%{name}
20
20
# Download the source from github automatically, normally distro maintainers
21
21
# can't do this because they have to verify source integrety. For custom
22
22
# build RPMs of local projects this is probably okay.
23
- # %undefine _disable_source_fetch
23
+ %undefine _disable_source_fetch
24
24
Source0: https://github.com/das-developers/%{name }/archive/refs/tags/v%{tagver }.tar.gz
25
25
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
26
26
You can’t perform that action at this time.
0 commit comments