Changes of Revision 6
[-] | Changed | diskscan.spec |
x 1
2 BuildRequires: python-markdown 3 BuildRequires: python-beautifulsoup 4 BuildRequires: ctags 5 +BuildRequires: sed 6 7 %description 8 DiskScan is a Unix/Linux tool to scan a block device and check if there are 9
10 %setup -n %{name}-%{version} 11 12 %build 13 +sed -r 's@char \*TAG=.*@char \*TAG="%{version}";@' version/version.c 14 %__make 15 16 %install 17 |