Usuń plik spec i rpm build target.
Spróbuj dodać plik spec dla małej aplikacji, której używasz każdego dnia, albo zaktualizuj istniejący spec pod nowe wydanie jakiegoś użytecznego narzędzia, bez którego nie możesz żyć.
Try adding a spec file for that little application you use for your everyday work or update an existing spec for a new release of some useful tool you just can't live without.
Po tym jak budowanie jest zakończone, katalog budowania jest usuwany (jak przy --clean), a potem źródła i plik spec dla pakietu są usuwane.
When the build has completed, the build directory is removed (as in - clean) and the the sources and spec file for the package are removed.
Jeśli do zbudowania pakietu używany jest plik spec, to argumentem powinno być -b, a jeśli rpmbuild powinien zajrzeć wewnątrz (być może skompresowanego) pliku tar w poszukiwaniu speca, to powinna być użyta opcja -t.
The argument used is -b if a spec file is being used to build the package and -t if rpmbuild should look inside of a (possibly compressed) tar file for the spec file to use.
Usuwa plik spec po budowaniu (może być teżużywane samodzielnie, np. "rpmbuild --rmspec foo.spec"). --short-circuit
Remove the spec file after the build (may also be used standalone, eg. "rpmbuild - rmspec foo.spec"). - short-circuit
Plik spec jest commitowany (włączając zmiany w wymaganych łatach i innych plikach związanych z plikiem spec)
spec file is committed (including changes to needed patches and other files referenced in the spec)
Plik spec zawiera metadane i instrukcje budowania wymagane do stworzenia przynajmniej jednego pakietu RPM.
A spec file contains metadata and building instruction required to create at least one RPM package.
Jak otworzyć plik SPEC? spec Jeżeli znalazłeś się tutaj, to zapewne szukasz odpowiedzi na pytanie postawione powyżej.
spec If you reached this place it means that you are probably looking for answers to the question posed above.