search for: _datadir

Displaying 20 results from an estimated 56 matches for "_datadir".

Did you mean: datadir
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...-git a/ovirt-node.spec.in b/ovirt-node.spec.in index 3138011..b4e660d 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -43,76 +43,23 @@ Requires: nc Requires: grub Requires: /usr/sbin/crond Requires: anyterm -ExclusiveArch: %{ix86} x86_64 - -%define app_root %{_datadir}/%{name} - -%description -Provides a series of daemons and support utilities to allow an -oVirt Node to interact with the oVirt Server. -%package stateless -Summary: oVirt Node for running as embedded hypervisor -Group: Applications/System -Requires: %{name} = %{version}-%{r...
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...55 %{buildroot}%{_sysconfdir}/logrotate.d +%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/dracut.conf.d %{__install} -p -m0755 scripts/node-config %{buildroot}%{_sysconfdir}/sysconfig @@ -108,6 +114,12 @@ make install DESTDIR=%{buildroot} %{__install} -p -m0755 dracut/install %{buildroot}%{_datadir}/dracut/modules.d/91ovirtnode %{__install} -p -m0755 scripts/ovirt-boot-functions %{buildroot}%{_datadir}/dracut/modules.d/91ovirtnode %{__install} -p -m0755 dracut/ovirt-cleanup.sh %{buildroot}%{_datadir}/dracut/modules.d/91ovirtnode +%{__install} -p -m0644 dracut/ovirt-dracut.conf %{buildroot}%...
2010 Jun 04
0
Renviron settings for Linux Distributions: please tell me R Core's advice
...e far below). Here is the question: Where does R Core Team want packagers to fiddle around with R library paths? Currently, the RPM Spec file used for EPEL's R (For Fedora/Redhat/Centos,etc) adds a line in R_HOME/etc/Renviron like this: R_LIBS=${R_LIBS-'"'%{_libdir}/R/library:%{_datadir}/R/library'"'}' Setting R_LIBS has some bad effects. It seems to block R_LIBS_USER, so users who try to install packages are not invited to install them in ~/R/i386... as they are invited to do on Ubuntu. On Ubuntu, Renviron file has been modified thus: R_LIBS_USER=${R_LIBS_USER...
2010 Jun 03
1
How to go about getting a change in the SPEC file from which R is built on EPEL?
...into R's Renviron that enforces a variable R_LIBS and it has some kind of super power to block the R_LIBS_SITE and R_LIBS_USER variables. Specifically, I mean this line in the SPEC file. %build Add PATHS to Renviron for R_LIBS echo 'R_LIBS=${R_LIBS-'"'%{_libdir}/R/library:%{_datadir}/R/library'"'}' >> etc/Renviron.in On my systems, I comment out those lines in the spec file and then R works the way the authors intended. Judging from the comments that Dirk Eddelbuettel inserted in the Debian packaging, sometime around 2007 the R LIBS framework changed....
2002 May 29
1
samba-ldap pdc howto problem
...) and samba-2.2.4-2.src.rpm from RedHat's Rawhide tree. My config options in samba.spec are as follows: %configure \ --libdir=%{_sysconfdir}/samba \ --with-fhs \ --with-privatedir=%{_sysconfdir}/samba \ --with-lockdir=/var/cache/samba \ --with-swatdir=%{_datadir}/swat \ --with-codepagedir=%{_datadir}/samba/codepages \ --with-automount \ --with-smbmount \ --with-pam \ --with-mmap \ --with-quotas \ --without-smbwrapper \ --with-libsmbclient \ --with-utmp \ --with-acl-support \...
2010 Oct 03
1
help with spec file
...1 -b .buildroot %build %configure --disable-debug %{__make} %install %{__rm} -rf %{buildroot} %makeinstall %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog INSTALL NEWS TODO README COPYING %{_bindir}/subtitleeditor %{_datadir}/subtitleeditor/ %{_datadir}/icons/hicolor/* %exclude %{_datadir}/icons/hicolor/icon-theme.cache %{_datadir}/applications/subtitleeditor.desktop %changelog * Sat Oct 2 2010 - bluethundr At gm4il d00t com 0.37.1 - Initial release. ====================================================== And with the...
2010 Feb 01
3
Trying to rebuild srpm from fedora....
So I am trying to rebuild this source rpm from fedora 10, shutter-0.85.1-1.fc10.src.rpm -its a screen capture application ( http://shutter-project.org/ ) that I have been unable to find in any repos, although it is in the fedora repos. Thought I would give it a go and try to rebuild the rpm, so here is the error that I am getting: + desktop-file-install --delete-original --dir
2011 Apr 06
2
Puppetdashboard 1.1.0 spec file
...a rpm now, but I''m not sure whether my "fix" is the only change needed. my change: replace -------------------- for plugin in authlogic inherited_resources jrails object_daddy resources_controller timeline_fu will_paginate; do cp -p -r vendor/plugins/$plugin %{buildroot}%{_datadir}/%{name}/ vendor/plugins/$plugin done cp -p -r vendor/gems %{buildroot}%{_datadir}/%{name}/vendor cp -p -r vendor/rails %{buildroot}%{_datadir}/%{name}/vendor -------------------- with -------------------- cp -p -r vendor/* %{buildroot}%{_datadir}/%{name}/vendor -------------------- as that seem...
2015 Mar 24
2
error building php spec file
...--enable-pcntl \ --enable-soap --enable-sockets --enable-sqlite-utf8 --enable-zip --with-zlib \ --with-curl --with-jpeg-dir --with-png-dir --with-zlib-dir --with-gettext \ --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd \ --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear --disable-debug make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_initrddir} install -Dp -m0755 sapi/fpm/init.d.php-fpm.in %{buildroot}%{_initrddir}/php-fpm %{__make} install INSTALL_ROOT="%{buildroot}" %clean rm -rf %{buildroot} %post %/sbin/chkconfi...
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
...--localstatedir=/var \ --sysconfdir=/etc \ --with-privatedir=%{_sysconfdir}/samba \ --with-fhs \ --with-quotas \ --with-smbmount \ --with-pam \ --with-pam_smbpass \ --with-syslog \ --with-utmp \ --with-sambabook=%{_datadir}/swat/using_samba \ --with-swatdir=%{_datadir}/swat \ --with-libsmbclient \ --with-expsam=mysql \ --with-acl-support make showlayout make proto make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html ---------------------------------------------------------------...
2015 Mar 24
2
error building php spec file
...e-sqlite-utf8 --enable-zip > > --with-zlib \ > > --with-curl --with-jpeg-dir --with-png-dir --with-zlib-dir > --with-gettext \ > > --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd > > --with-pdo-mysql=mysqlnd \ > > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > > --disable-debug > > > > make %{?_smp_mflags} > > > > %install > > rm -rf %{buildroot} > > mkdir -p %{buildroot}%{_initrddir} > > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > > %{buildroot}%{_initrddir}/php-fpm > > %{__make...
2015 Mar 24
0
error building php spec file
...-soap --enable-sockets --enable-sqlite-utf8 --enable-zip > --with-zlib \ > --with-curl --with-jpeg-dir --with-png-dir --with-zlib-dir --with-gettext \ > --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd > --with-pdo-mysql=mysqlnd \ > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > --disable-debug > > make %{?_smp_mflags} > > %install > rm -rf %{buildroot} > mkdir -p %{buildroot}%{_initrddir} > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > %{buildroot}%{_initrddir}/php-fpm > %{__make} install INSTALL_ROOT="%{buildroot}" &g...
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...OOT %{_mandir}/man3/guestfs-erlang.3* +%files gobject +%defattr(-,root,root,-) +%{_libdir}/libguestfs-gobject-1.0.so.0* + + +%files gobject-devel +%defattr(-,root,root,-) +%{_libdir}/libguestfs-gobject-1.0.so +%{_includedir}/guestfs-gobject.h +%{_libdir}/girepository-1.0/Guestfs-1.0.typelib +%{_datadir}/gir-1.0/Guestfs-1.0.gir + + %files man-pages-uk %defattr(-,root,root,-) %lang(uk) %{_mandir}/uk/man1/*.1* -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows insta...
2016 Nov 24
2
Can't get NUT slave to connect to master
Hi thanks for the reply. I installed Nut via apt-get, not from source (which I'd rather stick with if possible just for ease of security updates etc) - so I'm not too sure if TCP wrappers are there or available... This could be the problem, am I still able to add the wrappers in with prebuilt packages? Thanks very much once again. :) On 24 November 2016 at 21:51, Roger Price <roger
2003 May 05
1
dovecot.spec
hi, I'm just recoginze that dovecot contains an rpm spec file. unfortunately it's not too useful since an rpm -ta dovecot-.x.y.tar.gz can't be used since just the dovecot.spec.in is in the tarbar and not the actual spec file (which is in this from not useful in the above form). anyway here is my patch to the spec.in. -- Levente "Si vis pacem
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
...nd 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(-, root, root) %doc CREDI...
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 Feb 21
2
Offical RHEL AD DC on RHEL
...+for i in nmb smb winbind samba ; do cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba at g' >tmp$i.service install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service done @@ -1515,6 +1515,7 @@ %{_datadir}/samba/setup %{_mandir}/man8/samba.8* %{_mandir}/man8/samba-tool.8* +%{_unitdir}/samba.service %else # with_dc %doc packaging/README.dc %endif # with_dc
2004 Jan 21
1
Group and Client Access Problems w/Samba 3
...decode PDU [2004/01/20 09:59:06, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) process_request_pdu: failed to do schannel processing. --- Here is how 'configure' was run (RPM macro): %configure \ --with-acl-support \ --with-automount \ --with-codepagedir=%{_datadir}/samba/codepages \ --with-fhs \ --with-libsmbclient \ --with-lockdir=/var/cache/samba \ --with-mmap \ --with-pam \ --with-pam_smbpass \ --with-piddir=/var/run \ --with-privatedir=%{_sysconfdir}/samba \ --with-quotas \ -...
2016 Nov 24
0
Can't get NUT slave to connect to master
...lem, am I still able to add the wrappers in with prebuilt packages? Could you apt-get the source and look for the .spec file if your distribution has one. The openSUSE distribution nut.spec file contains %configure \ --disable-static \ --with-pic \ --sysconfdir=%{CONFPATH} \ --datadir=%{_datadir}/nut \ --with-all \ --without-doc \ --with-ssl \ --with-openssl \ --without-nss \ --with-wrap \ ... which shows that TCP Wrappers are included. I have the following declaration in the master's hosts.allow. (I have no hosts.deny file) upsd : localhost, LOCAL, 127.0.0.1, [::1...