search for: rpmdevtool

Displaying 20 results from an estimated 31 matches for "rpmdevtool".

Did you mean: rpmdevtools
2007 Sep 19
2
best source for rpmdevtools RPM in C5
hello, I'm going to try this question again. The first time I botched it and the answers I got were useless. I want to use rpmdevtools to help with some packaging chores. There is no C5 version that I can find. I've located an SRC RPM in a location that is known to be C5 compatible. There are 2 versions of rpmdevtools: http://download.fedora.redhat.com/pub/fedora/linux/extras/6/SRPMS/rpmdevtools-6.1-0.1.fc6.src.rpm http://do...
2007 Sep 19
2
rebuilding rpmdevtools from epel5 SRC has fc7 dependent
hello, I'm suprised that an SRC.RPM from the rhel5 repo needs a file from FC7. I grabbed rpmdevtools from http://download.fedora.redhat.com/pub/epel/5/ it rebuilds fine as EL5, but when I go to install it, it requires a version of rpm-build higher than the C5 base version (4.4.2-37) --------------------- grab dependencies ------------- $ rpm -qpR rpmdevtools-6.1-0.1.noarch.rpm ... config(rpmdevt...
2012 Sep 26
0
CEBA-2012:1313 CentOS 6 rpmdevtools FASTTRACK Update
...Errata and Bugfix Advisory 2012:1313 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1313.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: de1c8a5ae9a58359162629d7584516f1c6462724fb083b248a17f07e9af0f978 rpmdevtools-7.5-2.el6.noarch.rpm x86_64: 4db341589bd40262e99e809e37e2203f7bd7369b594098b0a09d6193adfe6a19 rpmdevtools-7.5-2.el6.noarch.rpm Source: 727e2256f79181fa129ec7f878df88eb7bb139b3b865ab8c34b13c459746e5f9 rpmdevtools-7.5-2.el6.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } i...
2012 Feb 27
0
Q. re rpmdevtools
CentOS-5.7 rpmdevtools-6.8-1 Following installation of rpmdevtools when I run rpmdev-setuptree as root, then root has a directory rpmbuild created in its home directory. If I do this as a non-privileged user instead then nothing happens. What am I missing? -- *** E-Mail is NOT a SECURE channel ***...
2012 Sep 26
0
CentOS-announce Digest, Vol 91, Issue 17
...tOS 6 lm_sensors FASTTRACK Update (Johnny Hughes) 2. CESA-2012:1304 Moderate CentOS 6 kernel Update (Johnny Hughes) 3. CEBA-2012:1312 CentOS 6 telnet Update (Johnny Hughes) 4. CEBA-2012:1311 CentOS 6 gnome-terminal FASTTRACK Update (Johnny Hughes) 5. CEBA-2012:1313 CentOS 6 rpmdevtools FASTTRACK Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 25 Sep 2012 16:28:18 +0000 From: Johnny Hughes <johnny at centos.org> Subject: [CentOS-announce] CEBA-2012:1309 CentOS 6 lm_sensors FASTTRACK Update To: cen...
2017 Dec 27
4
An rpmbuild spec question
Stephen John Smoogen wrote: > On Wed, Dec 27, 2017 at 3:41 PM <m.roth at 5-cent.us> wrote: > >> I'm trying to build a package to create a directory and install some >> files. My rpmbuild keeps failing, unable to cd into the directory, "no >> such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the >> source was unzipped and untared
2007 May 19
3
Error building kernel for CentOS 5.0
I thought I had all the tools I needed for this, but it seems something is missing. When I build the 2.6.18-8.1.3 kernel from source, I get this error: extracting debug info from /var/tmp/kernel-2.6.18-8.el5.trace-root/usr/src/kernels/2.6.18-8.el5.trace-x86_64/scripts/conmakehash extracting debug info from
2015 Feb 18
1
How to write RPM spec
...t; Jegadeesh Kumar wrote: > >> I setup the RPM build server and read some doc to write the spec >> files. but i did get it clearly. So can you guys please help me >> to write a new RPM spec. If you have set up an RPM build server then you should have installed the rpmbuild and rpmdevtools packages. If you have installed the latter then you can use vi (vim/gvim) to automatically create an empty spec template file simply by opening any new file name ending in '.spec'. It will look like this: Name: Version: Release: 1%{?dist} Summary: Group: License: URL: Source0: BuildRoo...
2016 Oct 26
3
rpmbuild question
Hi, folks, Trying to build a package from a gzipped tarball of a python package. I'm trying to build it in /root/rpmbuild. Python has a way to build it, but it creates its own tree, with a clone of the rpmbuild tree under *that*. So, from the specfile, I'm trying to understand, after much googling, what I need to change the Source and BuildRoot to. My latest try for the latter is
2010 Sep 25
1
Updates for Tips and Tricks/YUM and RPM page
...M first, there's this line: yum --disable "*" --enable "rpmforge" list available i'm guessing that should be: yum --disablerepo "*" --enablerepo "rpmforge" list available also, near the bottom (Method B): "For CentOS-5 - A package for rpmdevtools does not seem to be available." actually, there's one in EPEL for 5.5, but i don't know if you're counting packages that come from EPEL. in any event, there's certainly an rpmdevtools package that's installable on 5.5. rday -- ======================================...
2013 Jul 02
1
rpmbuild environment CentOS5 vs CentOS6
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf ---- I'll copy the file in /usr/src/redhat/SPECS and run "rpmbuild -bb myapp.spec". On CentOS6 rpm-build package no longer
2017 Oct 29
0
How to encourage maintainers to update their software
...don't really want to do this with core operating system functions since you can end up with a Frankenstein system that might not work properly any more. In many cases (more than a few but by no means all) you can compile a Fedora rpm for Centos using the following procedure. You need to have rpmdevtools installed: yum install rpmdevtools Now set up the build directory structure in your home directory: rpmdev-setuptree After that, download the Fedora srpm, then run a rpmbuild command against the rpm you downloaded: rpmbuild -ba nameofsourcerpm.src.rpm Now you see what happens. Sometimes the...
2012 Mar 12
2
Trying to use current R2spec on RHEL.
...l6.noarch fedpkg >= 1.0 is needed by fedora-packager-0.5.9.4-1.el6.noarch koji is needed by fedora-packager-0.5.9.4-1.el6.noarch mock is needed by fedora-packager-0.5.9.4-1.el6.noarch redhat-rpm-config is needed by fedora-packager-0.5.9.4-1.el6.noarch rpmdevtools is needed by fedora-packager-0.5.9.4-1.el6.noarch rpmlint is needed by fedora-packager-0.5.9.4-1.el6.noarch ykpers is needed by fedora-packager-0.5.9.4-1.el6.noarch Oy. - Allen S. Rout
2017 Oct 28
4
How to encourage maintainers to update their software
On 10/28/2017 02:07 PM, Johnny Hughes wrote: > On 10/28/2017 12:28 PM, Japheth Cleaver wrote: >> On 10/27/2017 2:54 PM, Frank Cox wrote: >>> I do that with a number of packages that are either newer or simply >>> not available in the various Centos repos.? In many cases it's as easy >>> as downloading a new tar source file and adding it to the existing
2017 Oct 29
5
How to encourage maintainers to update their software
...loo.ca/fedora/linux/releases/25/ > Everything/source/tree/Packages/p/pdfshuffler-0.6.0-9.fc25.src.rpm > > It took about three seconds to do the whole job and now I have this: > > pdfshuffler-0.6.0-9.el7.centos.noarch.rpm > > You can easily do the same if you wish. Just install rpmdevtools and any > necessary dependencies for the rpm that you want to compile and off you > go. The rpmbuild command will even tell you about any missing > dependencies. For example, my first attempt at compiling keepassx told me: > > error: Failed build dependencies: > libXts...
2014 Dec 04
3
Guidance: compile education
This question may not belong in the Centos.org list, but I do want to compile against this distro. Please advise. The question: Can I be pointed at methods to learn to compile source against a distro. I have software development background (but too long ago to be specifically useful; however I have the concepts). Typically I can find some fairly decent step-by-steps for some apps, but it
2016 Oct 26
0
rpmbuild question
On 26 Oct 2016 6:17 pm, "Frank Cox" <theatre at melvilletheatre.com> wrote: > > On Wed, 26 Oct 2016 13:07:43 -0400 > m.roth at 5-cent.us wrote: > > > I'm trying to build it in /root/rpmbuild. > > Don't do that. Install rpmdevtools so you build it under your home directory and avoid blowing up your system if there's an error. > First of all read up on how to properly build an RPM: https://www.hogarthuk.com/?q=node/11 Since this is python look up the Fedora python guidelines and follow those. Here's the spec fo...
2017 Oct 28
0
How to encourage maintainers to update their software
...this ftp://mirror.csclub.uwaterloo.ca/fedora/linux/releases/25/Everything/source/tree/Packages/p/pdfshuffler-0.6.0-9.fc25.src.rpm It took about three seconds to do the whole job and now I have this: pdfshuffler-0.6.0-9.el7.centos.noarch.rpm You can easily do the same if you wish. Just install rpmdevtools and any necessary dependencies for the rpm that you want to compile and off you go. The rpmbuild command will even tell you about any missing dependencies. For example, my first attempt at compiling keepassx told me: error: Failed build dependencies: libXtst-devel is needed by keepassx-1:2.0....
2017 Dec 27
0
An rpmbuild spec question
...iles > %{buildroot}/%{name} Use the final absolute install path in %files. Don't include the buildroot. So just /opt/%{name}. > What I see from the rpmbuild is > + cd /usr//local//src//rpmbuild/BUILD Don't build as root. I create a special user to build packages from. Install the rpmdevtools package and run rpmdev-setuptree as your build user. http://www.g-loaded.eu/2006/04/05/how-to-build-rpm-packages-on-fedora/
2017 Dec 28
1
An rpmbuild spec question
...e} > Use the final absolute install path in %files. Don't include the buildroot. So > just /opt/%{name}. >> What I see from the rpmbuild is >> + cd /usr//local//src//rpmbuild/BUILD > Don't build as root. I create a special user to build packages from. Install > the rpmdevtools package and run rpmdev-setuptree as your build user. > > http://www.g-loaded.eu/2006/04/05/how-to-build-rpm-packages-on-fedora/ > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >