* RPM packaging
@ 2002-09-28 3:59 Adam Luchjenbroers
2002-09-28 14:11 ` Carl
2002-09-28 15:29 ` Wladimir Foo
0 siblings, 2 replies; 6+ messages in thread
From: Adam Luchjenbroers @ 2002-09-28 3:59 UTC (permalink / raw)
To: linux-newbie
Where can I find tutorials on packaging my own RPMs?
Also, if I install a source RPM, is it as easily removable as a regular RPM.
What known techniques are there to tie multiple packaging systems together
(eg, Loki style game distribution).
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RPM packaging
2002-09-28 3:59 RPM packaging Adam Luchjenbroers
@ 2002-09-28 14:11 ` Carl
2002-09-28 15:29 ` Wladimir Foo
1 sibling, 0 replies; 6+ messages in thread
From: Carl @ 2002-09-28 14:11 UTC (permalink / raw)
To: adam, linux-newbie
At 13:29 28/09/2002 +0930, Adam Luchjenbroers wrote:
>Where can I find tutorials on packaging my own RPMs?
I do my packaging in the kde ide "kdevelop". Very simple.
--
Carl
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RPM packaging
2002-09-28 3:59 RPM packaging Adam Luchjenbroers
2002-09-28 14:11 ` Carl
@ 2002-09-28 15:29 ` Wladimir Foo
2002-09-28 15:50 ` Adam Luchjenbroers
1 sibling, 1 reply; 6+ messages in thread
From: Wladimir Foo @ 2002-09-28 15:29 UTC (permalink / raw)
To: adam, linux-newbie
> Where can I find tutorials on packaging my own RPMs?
try freshrpms.net - They have a short, yet helpful tutorial there. rpm.org the
official site also has info there. I would suggest trying freshrpms.net first
before moving on to the more technical info.
> Also, if I install a source RPM, is it as easily removable as a regular
> RPM. What known techniques are there to tie multiple packaging systems
> together (eg, Loki style game distribution).
We use apt (Advanced packing tool) found in Debian GNU/Linux together with RPM
in our distribution (Voodoo Linux). Using our version of kpackager it's
closely resembles the Loki Update tool.
--
Linux hardware help Linux News
Searchable HOWTO database Linux gaming
24-hour technical support Linux Systems
Linux compatible hardware/sales
http://www.linuxvoodoo.com
perl -le '$_="75>42833<33.=3?,13406577073890:;90833<330690<3!!";tr[0-?][
YXOUIWLVETHDCNM];print'
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RPM packaging
2002-09-28 15:29 ` Wladimir Foo
@ 2002-09-28 15:50 ` Adam Luchjenbroers
0 siblings, 0 replies; 6+ messages in thread
From: Adam Luchjenbroers @ 2002-09-28 15:50 UTC (permalink / raw)
To: linux-newbie
On Sun, 29 Sep 2002 12:59 am, Wladimir Foo wrote:
> We use apt (Advanced packing tool) found in Debian GNU/Linux together with
> RPM in our distribution (Voodoo Linux). Using our version of kpackager
> it's closely resembles the Loki Update tool.
Just "closely resembles" or does it actually integrate with it.
Where can I get .isos, I might take a look.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* RPM Packaging
@ 2015-03-26 7:21 Prasant J
2015-03-26 9:07 ` Gaurang Shastri
0 siblings, 1 reply; 6+ messages in thread
From: Prasant J @ 2015-03-26 7:21 UTC (permalink / raw)
To: yocto
Hi,
I want to create custom rpm packages for the iMX6Q device
(cortexa9hf-vfp-neon-mx6). I have to create two types of packages:
either pre-built arm binaries to be packed or packages containing only
bash scripts. There is no need of cross-compiling while packaging for
my cases.
I'm building the packages on my Ubuntu system. When I specify ->
BuildArch: cortexa9hf-vfp-neon-mx6, and try to create a package
(rpmbuild -ba SPECS/foo.spec), it complains "error: No compatible
architectures found for build".
For my case: rpm does not need to cross-compile but just do the
packaging. How can I force rpm to believe the architecture that I'm
specifying?
Any inputs will be of help.
Regards, Pj
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RPM Packaging
2015-03-26 7:21 RPM Packaging Prasant J
@ 2015-03-26 9:07 ` Gaurang Shastri
0 siblings, 0 replies; 6+ messages in thread
From: Gaurang Shastri @ 2015-03-26 9:07 UTC (permalink / raw)
To: Prasant J; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]
Hi Prashant,
This is wrong window to ask generic question.
//Gaurang
On Thu, Mar 26, 2015 at 12:51 PM, Prasant J <pj0585@gmail.com> wrote:
> Hi,
>
> I want to create custom rpm packages for the iMX6Q device
> (cortexa9hf-vfp-neon-mx6). I have to create two types of packages:
> either pre-built arm binaries to be packed or packages containing only
> bash scripts. There is no need of cross-compiling while packaging for
> my cases.
>
> I'm building the packages on my Ubuntu system. When I specify ->
> BuildArch: cortexa9hf-vfp-neon-mx6, and try to create a package
> (rpmbuild -ba SPECS/foo.spec), it complains "error: No compatible
> architectures found for build".
>
> For my case: rpm does not need to cross-compile but just do the
> packaging. How can I force rpm to believe the architecture that I'm
> specifying?
>
> Any inputs will be of help.
>
>
> Regards, Pj
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 1640 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-26 9:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-28 3:59 RPM packaging Adam Luchjenbroers
2002-09-28 14:11 ` Carl
2002-09-28 15:29 ` Wladimir Foo
2002-09-28 15:50 ` Adam Luchjenbroers
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 7:21 RPM Packaging Prasant J
2015-03-26 9:07 ` Gaurang Shastri
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.