Displaying 20 results from an estimated 700 matches similar to: "Some features in SPEC file"
2005 Oct 06
7
Patch: FC4 spec file
The patch below modifies the spec file for FC4 RPM
builds as follows:
1.) Build binaries using the -lmcheck option; various
samba commands and smbd process crash badly without;
see, for example:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164353
2.) The Fedora project's samba RPMS install
mount.cifs; it would help to have samba.org's RPMS
do the same.
It would be nice to
2006 Jun 07
1
RPM spec file
Hi,
To to build an RPM from the nut 2.0.3 source I've corrected the old
nut.spec.in file. Please find a copy of the slightly updated spec file
attached. The changes are documented at the bottom of the spec file.
Regards,
Will
-------------- next part --------------
# don't know how different I can do this
%define majorver 2.0
%define version 2.0.3
%define relver 1
%define nutuser
2002 Jul 13
0
vorbis-tools spec fixes
The .spec-file from vorbis-tools needs to be updated to handle FHS
compliant distributions (man files are arch indipendent and should be in
/usr/share/man to be compliant). The %configure macro always contains the
correct configure args for the current args.
The included patch contains a small change to use the %configure macro, I
would prefer removing the ./autogen.sh invocation altogether, but
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am
using mock.
The are three build dependencies that I am trying to resolve. One,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
2011 Jun 07
2
Patch for vpopmail roaming users support
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Timo, here is a patch against the Mercurial repository that fixes and
updates the support for roaming users under the vpopmail module.
Thanks!
- --
/*
Matt Brookings <matt at inter7.com> GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept"
month (rpmbuild here takes only 3-letter month names), and RH gzips the
manpages, so the %files list can't find them. I also added doc/README-SGML
and doc/rsync.sgml to the %doc files. Patch follows.
Thanks for all the good work!
--- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2016 Apr 29
1
libopus cross compile for bf537 runtime error releated to "-lopus"
Hello all!
I'm having trouble with a cross compiled libopus for an embedded
application and would like some help.
preamble:
embedded details:
processor: bf537
kernel: Linux release 3.0.8-ADI-2011R1-svn4693, build #2834 Fri
Apr 22 12:35:34 ADT 2016
toolchain: bfin-linux-uclibc-gcc release gcc version 4.3.5
(ADI-2011R1-RC4)
audio interface: ALSA
2006 Mar 31
0
get_md4pw: Workstation PC-WINSIC$: no account in domain
hello to all
i use a samba server (3.0.14a) PDC which makes the users and computers
authentication on a LDAP server (openldap on debian sarge) (people
branch and computers branch)..
does somebody had this problem? when a user connects from a PC which is
in a windows domain, the authentication doesn't succeed for the
following reason
the error message is (translated from french message
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2011 Nov 19
4
build postfix spec w/ mysql
hello list!
I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there.
After I install the rpm I have a look at the modules as such:
ldd $(which postfix) | grep -i
2016 Feb 05
1
query_name_response: Multiple (2)
> Can you post the smb.conf from '192.168.152.237'
as i said before there is only one samba server with 3 network interface
The smb.conf
# IDENTIFICATION
netbios name = Samba
workgroup = Samba_Domain
server string = %h
#Informations annuaire LDAP
passdb backend = ldapsam:"ldap://192.168.151.247"
ldap suffix = ou=Samba,dc=annuaire,dc=fr
ldap admin dn =
2009 Jul 30
1
CELT for DAB broadcast radio
Hi all,
Just a quick note to let you know that we are currently integrating CELT
with our DAB transmission and reception software tools. We plan to have a
working demo at the broadcast conference IBC 2009 in September where we have
a small booth. We hope to be able to demonstrate a real-time DAB CELT
encoder as part our our Live CD based on Ubuntu and GNU/Radio (
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
hi there
here is part of SPECS file:
------------------------------------------------------------------
CFLAGS="$RPM_OPT_FLAGS" ./configure \
--prefix=%{_prefix} \
--localstatedir=/var \
--sysconfdir=/etc \
--with-privatedir=%{_sysconfdir}/samba \
--with-fhs \
--with-quotas \
--with-smbmount \
--with-pam \
2012 Mar 25
2
build postfix rpm with mysql
hello list,
I'm trying to build a postfix rpm that has mysql support included.
I've found the line where I need to define mysql support but it seems
that I am being tripped up by some build dependencies:
[root at beta SPECS]# rpmbuild -ba postfix.spec
error: Failed build dependencies:
MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64
MySQL-devel is needed by
2008 Nov 14
1
ellipse in pairs plot
Hi dear list,
I'm scrambling with this:
i have a p-dimensional data frame for which i want to have a pairs() plot, with ellipse added in each lower.panel.
I want the ellipse's parameter (mu, sigma) to be extracted from the appropriate entries in a pre-computed matrix ("dab" in the code below).
Can it be done ?
Thanks in advance,
melly<-function (x, y, col =
2016 Mar 03
1
query_name_response: Multiple (2)
> On 03/03/16 08:23, Pascal Legrand wrote:
>> Hello,
>>
>> does someone could explain me what means this message :
>> query_name_response: Multiple (2)....
>>
>>
>> example :
>>
>> samba4 nmbd[88458]: query_name_response: Multiple (2) responses
>> received for a query on subnet 192.168.151.237 for name SAMBA_DOMAIN<1d>.
>>
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
building rpm for mandrake 8.1 gives me this error
what should i try?
checking for two-argument statfs with struct fs_data (Ultrix)... no
checking if large file support can be enabled... yes
checking whether to support ACLs... no
checking whether to build winbind... yes
checking for poptGetContext in -lpopt... no
checking whether to use included popt... ./popt
checking configure summary
configure:
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
* .gitignore: Ignore RPM specfile & coverage data
* Build.PL: Generate specfile during build
* autobuild.sh: Build control file
* virt-v2v.spec.PL: RPM specfile
* MANIFEST.SKIP: Ignore test coverage data
---
.gitignore | 3 +
Build.PL | 3 +-
MANIFEST | 3 +
MANIFEST.SKIP | 1 +
autobuild.sh | 65 ++++++++++++++++++++++
virt-v2v.spec.PL | 160
2012 Mar 27
1
[PATCH] tools/configure: add options to pass EXTRA_CLFAGS
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1332851995 -7200
# Node ID 9c6337771520b390ed624fa6b6b2f2edc8042701
# Parent d9e6e8632bb6b9a2144e7e148bc7ea53ea4933fd
tools/configure: add options to pass EXTRA_CLFAGS
Currently qemu-xen will be compiled with CFLAGS only if CFLAGS was
already in the environment during make invocation. If CFLAGS is in
environment then make will
2013 Apr 30
1
Opus on DAB
Hi all
I know that this has been tested for one digital radio standard DRM+. I'm wondering if anyone has tried to test opus on the DAB digital radio system.
Peter