Displaying 3 results from an estimated 3 matches for "buildarchitectur".
Did you mean:
buildarchitectures
2007 Aug 10
3
Building rpm-s from binaries
Hi,
We'd like to simplify deployment of new blades and I need to package some of
proprietary libs we are using, and obviously I don't have sources for them.
Can anybody point me into good direction how to make packages from binaries? I
have basic knowledge about building rpms, but it seems to be source oriented.
Thanks in advance
--
Tomasz Napierala
System Administrator
Allegro Team
2005 Jun 29
2
an rpm howto question
I am in a precarious spot....
I run centos 4.0. I upgraded my mod_perl RPM to mod_perl 2.0.1. CGI.pm 3.10 (3.05 comes with centos 4.0) fixes some namespace issues with mod_perl vs mod_perl 2.0.1. I need to upgrade to it to 3.10. Yet that file belongs to the perl rpm that comes with centos.
What do people generally do in this type of situation?
Do I need to compile a new perl just to upgrade
2005 Jun 30
1
rpm spec file for "fakejava"
...os
>
danno
--
dan pritts - systems administrator - internet2
734/352-4953 office 734/834-7224 mobile
-------------- next part --------------
%define name fakejava
%define version 1.4.2
%define release 1
Vendor: danno
Packager: danno
Distribution: dannoOS
URL: http://www.internet2.edu
BuildArchitectures: noarch
Summary: A fake package so that rpm thinks we have "java"
Name: %{name}
Version: %{version}
Release: %{release}
Group: internet2
Source: %{name}-%{version}.tar.gz
BuildRoot: /tmp/%{name}-%{version}
License: GPL
Provides: java = %{version}
Provides: jre = %{version}
Provides: j...