search for: setuprpmbuildenviron

Displaying 17 results from an estimated 17 matches for "setuprpmbuildenviron".

2008 Jul 11
4
Create page about rebuilding SRPMS and preparing RPM environment
...df9f6f8c918eff16bf67be0d I would suggest creating these two: 1) http://wiki.centos.org/HowTos/RebuildSRPM -> what SRPMs are, how to download them, how to install them, how to rebuild them -> link to the other page on how to set up your rpm-build environment 2) http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment -> install "rpm-build" package with yum -> set up ~/.rpmmacros -> tips on packages that are usually needed when building rpms (*-devel, gcc, make, etc.) Once those pages are done, the page on "building the kernel" may refer to that one for the generic instructions...
2016 Jul 29
7
how to build rpm
Hi, For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm? Thanks! Regards Andrew
2017 Mar 06
2
Missing security tab samba 4.1.13
...ou sound like you know how to do this, so why don't you add it to > the Samba wiki, or if you don't want to register on the wiki, just > write it all down, send it to me and I will put it on the wiki for you in short: it's not samba specific at all https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment you just place the same configure line with whatever otpions in the specfile as well as any other stuff and scriptings, just keep the %files the first time empty and then you get every folder or file listed at the error output which is not packaged and just write your filelist as start in...
2016 Jul 29
0
how to build rpm
...pecting a program or tool that can automatically create an RPM for you then no but if you understand processes like ./configure, make and make install then in a lot of cases creating your own rpms is reasonably easy. As a start check out things like rpmbuild and mock https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment It can also be useful to check out source RPMS to see how other rpms have been created. https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.cent...
2015 May 19
1
Constant screen flicker with Firefox browser
...> Cheers, >> Laszlo >> > > Hi Lazlo, > > To build almost any src.rpm package you will need some *-devel packages > installed. And if you are going to modify a build you need to install > the src.rpm into a build area first. > > http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment > https://fedoraproject.org/wiki/Mock?rd=Subprojects/Mock > > The spec file contains a set BuildRequires statements that will be a > starting point. The clutter.spec file contains these: > > BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel > BuildRequires...
2015 May 18
2
Constant screen flicker with Firefox browser
Hi Thomas, Thanks for the hint. I'm trying to rebuild the original SRPM without the patch for know, but I'm getting the following error. rpmbuild --rebuild /tmp/clutter-1.14.4-12.el7.src.rpm ... checking for XIAllowTouchEvents... yes checking for XIScrollClassInfo.number... yes checking for XkbQueryExtension... yes checking for GDK_PIXBUF... no configure: error: Package requirements
2017 Nov 23
5
Creating Spec file for RPM
Im trying to learn how to create RPMs but am a little confused by the spec file. Im trying to package up some Python scripts, rather than binary files, and I want them to be installed in a subdirectory under /usr/local which I shall refer to as /usr/local/X Ive put the scripts in a tarball under /home/me/X/RPM/SOURCES but Im getting terribly confused over what to put in the? %build %install
2015 May 18
0
Constant screen flicker with Firefox browser
...u have any idea how to work this around? > > Cheers, > Laszlo > Hi Lazlo, To build almost any src.rpm package you will need some *-devel packages installed. And if you are going to modify a build you need to install the src.rpm into a build area first. http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment https://fedoraproject.org/wiki/Mock?rd=Subprojects/Mock The spec file contains a set BuildRequires statements that will be a starting point. The clutter.spec file contains these: BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel BuildRequires: cairo-gobject-devel gdk-pixbuf2-d...
2017 Mar 06
1
Missing security tab samba 4.1.13
Am 06.03.2017 um 16:40 schrieb Rowland Penny via samba: > On Mon, 6 Mar 2017 16:15:49 +0100 > Reindl Harald <h.reindl at thelounge.net> wrote: >> >> in short: it's not samba specific at all > > I actually knew that. >> >> https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment > > That's not really what I meant, how about creating a Samba rpm and > then documenting just how you did it, or to put it it another way: > > Put up, or shut up! WTF - i don't need it beause i am satisfied with the Fedora repo - but since i *never* install any softwar...
2012 Apr 17
2
packaging: src.rpm not a rpm
Hi all, I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move... So: $ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src.rpm $ rpm -i --nomd5
2009 Aug 15
3
building CentOS rpms?
Hello, I'd like to get in to rpm building and am looking for a CentOS specific document if any to get me going? I want to repackage an existing rpm and give it different runtime options so it'll work on a server, and make an rpm at least one probably more, and then submit them to the rpmforge repo. Googling showed me some old Suse docs on this subject. Any help appreciated. Thanks.
2008 Dec 05
3
Fwd: Re: ssh forwarding as putty in window
Thank you I check in rpmfind.net it is only available on fedora. how can I install it in centos? thank you Mark Snyder <mark at jmktdis.com> wrote: Date: Fri, 05 Dec 2008 12:29:39 -0600 From: Mark Snyder <mark at jmktdis.com> To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] ssh forwarding as putty in window chloe K wrote: >
2013 Sep 04
3
RPM Build Guidance
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey All, Is there someone here on the list that has experience building RPM install files? I've never done it before. I'm looking for someone who is willing to do a little hand holding. I just built Musescore from source. I hope to build an install RPM from the resulting files. - -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered
2017 Jan 10
1
Missing Dependency python-yubico
On 01/10/17 13:12, Tony Schreiner wrote: > On Tue, Jan 10, 2017 at 11:12 AM, Mark LaPierre <marklapier at gmail.com> > wrote: > >> Hey all, I'm trying to install the fedora-packager group so that I can >> build Fedora source packages into RPMs that I can install. I'm getting >> this error: >> >> Error: Package:
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all, I would like to rebuild a kmod.src.rpm package for a specific kernel. When I try to do it, this message appears: Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686 kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686. Is
2017 Mar 06
3
Missing security tab samba 4.1.13
Am 06.03.2017 um 14:56 schrieb Bart Coninckx via samba: >>> missed that - but must be the case because he refers to RHEL7/CentOS7 >>> which ships with 4.4.4 and not 4.1.x - anyways, the tree brelow the >>> install prefix is the same and the main part of the coniguration >>> lives below the lib folder whereever it is located and so the point >>> was just
2013 Nov 07
2
Workaround for (EL6.4) rdesktop-1.6.0-10 Woe
...#39;m sharing our work-around in the hope that it will benefit others in similar circumstances. This process assumes you have a build machine properly setup with an rpmbuild environment. If you don't, see this article: Set Up an RPM Build Environment under CentOS http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment Note: Watch for line-wrap below. Best Regards, --Cal Webster =============[Rdesktop Workaround]============= ##>> Retrieve and install the CentOS source RPM: rpm -iv http://vault.centos.org/6.4/os/Source/SPackages/rdesktop-1.6.0-10.el6.src.rpm ##>> Set aside the sources: [...