Changes of Revision 2
[-] | Changed | netconfgen.spec |
x 1
2 Summary: Network Config Generator 3 Group: System 4 License: GPLv3 5 -Source0: %[name}.tar.bz2 6 +Source0: %{name}.tar.bz2 7 BuildRoot: %{_tmppath}/%{name}-%{version}-root 8 Requires: ipv6calc 9 10
11 %build 12 13 %install 14 -mkdir -p %{buildroot}%[_sysconfdir}/%{name} 15 +mkdir -p %{buildroot}%{_sysconfdir}/%{name} 16 %__install -D -m0755 %{name}.pl %{buildroot}%{_sbindir}/%{name}.pl 17 18 %clean 19 |