search for: _bindir

Displaying 20 results from an estimated 62 matches for "_bindir".

Did you mean: dbindir
2014 Aug 19
0
failure building memcached rpm
...{__make} install DESTDIR="%{buildroot}" %{__install} -Dp -m0755 scripts/memcached.sysv %{buildroot}%{_sysconfdir}/rc.d/init.d/memcached %{__install} -Dp -m0644 memcached.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/memcached %{__install} -Dp -m0755 scripts/memcached-tool %{buildroot}%{_bindir} %{__install} -Dp -m0755 scripts/mc_slab_mover %{buildroot}%{_bindir} %{__install} -Dp -m0755 scripts/damemtop %{buildroot}%{_bindir} %{__install} -Dp -m0644 scripts/damemtop.yaml %{buildroot}%{_sysconfdir} %post /sbin/chkconfig --add memcached %preun if [ $1 -eq 0 ]; then /sbin/service...
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add and remove volumes for existing pools.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...odeadmin %{__install} -p -m0644 nodeadmin/libvirtworker.py %{buildroot}%{python_sitelib}/nodeadmin %{__install} -p -m0644 nodeadmin/userworker.py %{buildroot}%{python_sitelib}/nodeadmin @@ -368,18 +380,25 @@ fi %{_sbindir}/ovirt-awake %{_initrddir}/ovirt-functions %defattr(-,root,root,0644) -%{_bindir}/nodeadmin -%{_bindir}/definedom +%{_bindir}/addpool +%{_bindir}/addvolume %{_bindir}/createdom -%{_bindir}/destroydom -%{_bindir}/undefinedom -%{_bindir}/listdoms -%{_bindir}/definenet %{_bindir}/createnet +%{_bindir}/createuser +%{_bindir}/definedom +%{_bindir}/definenet +%{_bindir}/destroydom...
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that, it refactors the domain administration pieces to now properly use storage pools and volumes when defining a new VM.
2009 Jun 23
1
[PATCH server] added ovirt-wait4service and invokation in installer to wait for psql/ldap
...server/" : diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 1569a9a..eff1f2f 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -132,6 +132,7 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log %{__cp} -a %{pbuild}/scripts/ovirt-add-host %{buildroot}%{_bindir} %{__cp} -a %{pbuild}/scripts/ovirt-vm2node %{buildroot}%{_bindir} +%{__cp} -a %{pbuild}/scripts/ovirt-wait4service %{buildroot}%{_bindir} %{__cp} -a %{pbuild}/scripts/ovirt-reindex-search %{buildroot}%{_sbindir} %{__cp} -a %{pbuild}/scripts/ovirt-update-search %{buildroot}%{_sbindir} %{__rm} -...
2005 Oct 11
1
Post processing need for installing packages in rpms.
Hello, I maintain some packages in Fedora Extras for R related modules. Until R 2.2.0 I used for post processing (both after installing and removing the package) the following lines: %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists cat %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt Typically %{_bindir} is /usr/bin and %{_libdir} is /usr/lib or /usr/lib64 The purpose of those lines is to enable the access to the module...
2012 Mar 25
2
build postfix rpm with mysql
...(standard part of 'doc' processing!) # #define docdir %{_docdir}/%{name}-%{version} %define docdir %{_docdir}/%{name}-%{V_package}-documentation %define readme_dir %{docdir}/README_FILES %define html_dir %{docdir}/html %define examples_dir %{docdir}/examples %define newaliases_path %{_bindir}/newaliases.postfix %define mailq_path %{_bindir}/mailq.postfix %define rmail_path %{_bindir}/rmail.postfix %define sendmail_path %{_sbindir}/sendmail.postfix # Don't use %{_libdir} as it gives the wrong directory on x86_64 servers %define usrlib_sendmail /usr/lib/sendmail.postfix %define init...
2017 Mar 06
2
Missing security tab samba 4.1.13
...port FFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS" export CC="gcc $CFLAGS" export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack -pie $CFLAGS" %configure --enable-intelaes --disable-padlock %{__make} %{?_smp_mflags} amd64 %install install -d %{buildroot}{%{_bindir},%{_mandir}/man1} install %{name} %{buildroot}%{_bindir} install %{name}.1 %{buildroot}%{_mandir}/man1 strip -s %{buildroot}%{_bindir}/%{name} %files %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %changelog * Sun May 24 2015 Reindl Harald <h.reindl at thelounge.net> - Update to 2.4d
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...[ $1 = 0 ]; then /sbin/service httpd stop > /dev/null 2>&1 /sbin/service htcacheclean stop > /dev/null 2>&1 /sbin/chkconfig --del httpd /sbin/chkconfig --del htcacheclean fi %post -n mod_ssl umask 077 if [ ! -f %{_sysconfdir}/httpd/conf/server.key ] ; then %{_bindir}/openssl genrsa -rand /proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024 > %{_sysconfdir}/httpd/conf/server.key 2> /dev/null fi FQDN=`hostname` if [ "x${FQDN}" = "x" ]; then FQDN=localhost.localdomai...
2016 Mar 14
2
OpenSSH 7.2 slogin not removed from openssh.spec
It appears that the redhat/openssh.spec has not been updated to account for the removal of slogin from the build. This breaks rpmbuild. Specifically lines 361 and 362 still have the following: %attr(-,root,root) %{_bindir}/slogin %attr(-,root,root) %{_mandir}/man1/slogin.1* Robert Moucha Geophysics Syracuse University
2000 Dec 10
2
snapshot: ssh-keyscan problems
...44 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 -rm -f $(DESTDIR)$(bindir)/slogin -------------- next part -------------- --- openssh.spec- Sun Dec 10 23:25:05 2000 +++ openssh.spec Sun Dec 10 23:24:50 2000 @@ -212,7 +212,9 @@ %doc CREDITS LICENCE %attr(0755,root,root) %{_bindir}/ssh-keygen %attr(0755,root,root) %{_bindir}/scp +%attr(0755,root,root) %{_bindir}/ssh-keyscan %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* +%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* %attr(0644,root,root) %{_mandir}/man1/scp.1* %attr(0755,root,root) %dir %{_sysconfdir} %attr(...
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
...if %endif %if %{static_libcrypto} -perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile +perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a -ldl|g" Makefile %endif make @@ -314,7 +327,11 @@ %files clients %defattr(-,root,root) +%if %{suidssh} %attr(4755,root,root) %{_bindir}/ssh +%else +%attr(0755,root,root) %{_bindir}/ssh +%endif %attr(0644,root,root) %{_mandir}/man1/ssh.1* %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config %attr(-,root,root) %{_bindir}/slogin ------- You are receiving this mail because: ------- You are the assignee for the...
2011 Nov 19
4
build postfix spec w/ mysql
...o it. (standard part of 'doc' processing!) # #define docdir %{_docdir}/%{name}-%{version} %define docdir %{_docdir}/%{name}-%{V_package}-documentation %define readme_dir %{docdir}/readme %define html_dir %{docdir}/html %define examples_dir %{docdir}/examples %define newaliases_path %{_bindir}/newaliases.postfix %define mailq_path %{_bindir}/mailq.postfix %define rmail_path %{_bindir}/rmail.postfix %define sendmail_path %{_sbindir}/sendmail.postfix # Don't use %{_libdir} as it gives the wrong directory on x86_64 servers %define usrlib_sendmail /usr/lib/sendmail.postfix %define init...
2009 Oct 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased with changes from upstream.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
...orts compilation of C and C++ programs, using front-ends derived from GCC 3.4 and 4.0.1. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality. %prep %setup -q -n llvm-1.9cvs %build ./configure \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --enable-optimized \ --enable-assertions make tools-only %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-...
2006 Aug 26
2
[LLVMdev] Fedora Core 5 package
There doesn't appear to be an rpm target in the Makefile. My spec file is derived from the included spec file however it did not honour the DESTDIR, hence the changes. On Fri, 2006-08-25 at 22:43 -0700, Reid Spencer wrote: > Hi David, > > On Sat, 2006-08-26 at 15:56 +1200, David Kuestler wrote: > > I have built llvm as a Fedora Core 5 package : > >
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
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...oot}%{python_sitelib}/nodeadmin %{__install} -p -m0755 nodeadmin/listdomains.py %{buildroot}%{python_sitelib}/nodeadmin %{__install} -p -m0644 nodeadmin/domainconfig.py %{buildroot}%{python_sitelib}/nodeadmin @@ -369,11 +369,11 @@ fi %{_initrddir}/ovirt-functions %defattr(-,root,root,0644) %{_bindir}/nodeadmin -%{_bindir}/definedom -%{_bindir}/createdom -%{_bindir}/destroydom -%{_bindir}/undefinedom -%{_bindir}/listdoms +%{_bindir}/addvm +%{_bindir}/startvm +%{_bindir}/stopvm +%{_bindir}/rmvm +%{_bindir}/listvms %{_bindir}/definenet %{_bindir}/createnet %{_bindir}/destroynet -- 1.6.2.5
2006 Jun 07
1
RPM spec file
...y to create and chown them (the chown is # a killer if we are building as non-root mkdir -p %{buildroot}%{_sysconfdir}/%{PACKAGE} mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}%{CGIPATH} mkdir -p %{buildroot}%{_localstatedir}/%{PACKAGE} mkdir -p %{buildroot}%{_mandir} mkdir -p %{buildroot}%{_bindir} make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install-conf make DESTDIR=%{buildroot} install-cgi make DESTDIR=%{buildroot} install-cgi-conf # move the *.sample config files to their real locations # we don't need to worry about overwriting anything since # they are marked as %co...