Hi, I need a kick into my backside. I am currently trying to build a package for mjpg-streamer. I decided to have the following layout:
- The executable goes into /usr/bin
- Some modules required by the executable should end up in /usr/share/mjpg-streamer/lib
Hi All,
I am trying to make rpm package for unixODBC driver manager 2.3.0 using below spec file. During rpmbuild i am getting the error.
Hi
I want to build systemsettings for debug. I would like to use rpmbuild to do it..for example
rpmbuild -bc SPECS/kde-workspace.spec.
However I do not understand how I can force the build to build for debug...i.e.
I'm trying to build my own rpm package and have a couple of doubts.
First of all, in several places I've red that one shouldn't build rpms as root. Why is that? During the building process, rpmbuild has to go through the install stage where it installs files to the system. As far as I understand I can't do that if I'm not root. rpmbuild prrocess finishes with error.
I'm trying to build Mercurial on CentOS 6, so here is what I've done so far:
I got mercurial's latest sources, file is named mercurial-2.4.1.tar.gz
I try running rpmbuild on it and I get the following:
# rpmbuild -tb mercurial-2.4.1.tar.gz
error: File /home/someuser/rpms/mercurial/mercurial-snapshot.tar.gz: No such file or directory
So I try creating the file that it wants by copying from the
1. fetch sources
http://www.drbd.org/users-guide/ch-b...g-drbd-sources
says to use
wget http://oss.linbit.com/drbd/8.4/drbd-latest.tar.gz
but you get a 404 and you really need
wget http://oss.linbit.com/drbd/8.4/drbd-8.4.2.tar.gz
2.
I'm just create a rpm package for gmediafinder, the package builds, but rpmlint
spits out a few bugs.
gmediafinder.spec
Code:
Name: gmediafinder
Version: 1.0.1
Release: 1%{?dist}
Summary: A program to stream an/or download files
License: GPLv2
Hello.
I'm localizing the summary and the package description in my RPM spec file.
Wait, never mind. I figured it out" rpmbuild -ba ****.spec. It's all in: http://wiki.centos.org/HowTos/RebuildSRPM.