I am under Mandrake (10.0) ans I am trying to create a rpm of krpmbuilder with krpmbuilder. And when I click "start", I have:
Building the spec file... Error
The file standard.spec is not fount in:
It is the first time I try to create a rpm ... That is why I chose krpmbuilder because it looks easier.
Here is the content of the project file:
[General]
App Version=1.0
Build binary=true
Build source=false
BuildRoot=%{_tmppath}/build-root-%{name}
Configure=--prefix=%{prefix}
Copyright=GPL
Description=KRPMBuilder is a KDE2 application that makes the building of spec files and RPM packages easy. After editing the spec-file in an intuitive, Qt-based GUI, you can execute RPM inside KRPMBuilder and control the progress of the package build process.
Distribution=mdk
Group=Archiving/Other
Name=krpmbuilder
Packager=Mildred
Prefix=/opt/kde3
Provides=krpmbuilder
Prozessor=i386
Release=1
Requires=
Source file=krpmbuilder-1.1.tar.gz
Summary=Graphical RPM packaging tool for KDE
URL=http://krpmbuilder.sourcefoge.net/
Vendor=
Version=1.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am under Mandrake (10.0) ans I am trying to create a rpm of krpmbuilder with krpmbuilder. And when I click "start", I have:
Building the spec file... Error
The file standard.spec is not fount in:
It is the first time I try to create a rpm ... That is why I chose krpmbuilder because it looks easier.
Here is the content of the project file:
[General]
App Version=1.0
Build binary=true
Build source=false
BuildRoot=%{_tmppath}/build-root-%{name}
Configure=--prefix=%{prefix}
Copyright=GPL
Description=KRPMBuilder is a KDE2 application that makes the building of spec files and RPM packages easy. After editing the spec-file in an intuitive, Qt-based GUI, you can execute RPM inside KRPMBuilder and control the progress of the package build process.
Distribution=mdk
Group=Archiving/Other
Name=krpmbuilder
Packager=Mildred
Prefix=/opt/kde3
Provides=krpmbuilder
Prozessor=i386
Release=1
Requires=
Source file=krpmbuilder-1.1.tar.gz
Summary=Graphical RPM packaging tool for KDE
URL=http://krpmbuilder.sourcefoge.net/
Vendor=
Version=1.1
The specfile is the file that controls the building of a rpm packge.