search for: __id_u

Displaying 6 results from an estimated 6 matches for "__id_u".

Did you mean: __id__
2007 Jul 11
1
RPM Build Question
...mathematica Version: 6.0 Release: 1%{?dist} Summary: Mathematica Group: Development/Tools License: Commercial URL: http://www.wolfram.com/ Source0: mathematica.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) AutoReqProv: no #BuildRequires: #Requires: %description Long recognized as the world's most powerful mathematical software system #%prep #%build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT cd $RPM_BUILD_ROOT tar xvjf $RPM_SOURCE_DIR/mathematica.tar.bz2 %clean rm -rf...
2007 May 02
0
mingw-cross rpm spec file
...: gcc-g77-3.4.5-20060117-1-src.tar.gz Source6: gcc-java-3.4.5-20060117-1-src.tar.gz Source7: gcc-objc-3.4.5-20060117-1-src.tar.gz Source8: mingw-runtime-3.12-src.tar.gz Source9: w32api-3.9-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl #Requires: %description MinGW is a set of include files and import libraries that allow one to use GCC to build native Windows applications that use vendor-supplied runtime. %prep %setup -q -n %{cross_tool_ver} perl -pi -e "s(assume WORKING_DIR.+)(assume WORKING_...
2007 Jul 02
3
Bacula in CentOS 5
Hi all, I'm planning to use Bacula in production environment. I've seen the Bacula packages are not provided neither by any official repo nor any third popular repo (as rpmforge). ?Anyone use bacula in CentOS 5? -- Thanks, Jordi Espasa Clofent
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release. Please see the README document for configuration and installation instructions. You can download NSD from http://www.nlnetlabs.nl/nsd/ Note: we switched to SHA-1 for tarball digest. 2.3.2 ============= FEATURES: - Bug #101: add support for the SPF record. BUG FIXES: - Bug #100: replaced non-portable use of timegm(3) with portable
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...VM + +Group: Applications/System +License: GPLv2+ and LGPLv2+ +URL: http://git.fedoraproject.org/git/virt-v2v.git +Source0: https://fedorahosted.org/releases/v/i/virt-v2v/%{name}-v%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# Unfortunately, despite really being noarch, we have to make virt-v2v arch +# dependent to avoid build failures on architectures where libguestfs isn't +# available. +ExclusiveArch: %{ix86} x86_64 + +# Build system direct requirements +BuildRequires: gettext +BuildRequires: perl +Bu...
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2 system. Preferably pack them into nice RPM packages. However, seems I'm missing something. For example, this is what I get for sqlite module: $ pear makerpm SQLite-1.0.3.tgz `phpize' failed The php-devel package is installed (so I do have phpize command). It's just that it is failing. If I unpack the