search for: _libdir

Displaying 20 results from an estimated 73 matches for "_libdir".

Did you mean: libdir
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...ed apr, apr-util, pcre # rm -rf srclib/{apr,apr-util,pcre} removed this from %configure: # --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ and replaced it with this: --with-included-apr \ and removed the reference to mod_socache_dc #%files -n mod_socache_dc #%defattr(-,root,root) #%{_libdir}/httpd/modules/mod_socache_dc.so However, the build dies saying that it cannot find arp/arp-utils: configure: Configuring Apache Portable Runtime library... configure: configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packag...
2015 Mar 13
0
v2.2.16 released
...proxy rm -rf %{buildroot}%{_sysconfdir}/%{name}/README \ %{buildroot}%{_docdir}/%{name}-%{version} \ %{buildroot}%{_includedir}/%{name}/ \ %{buildroot}%{_mandir}/man1/ \ %{buildroot}%{_mandir}/man7/ \ %{buildroot}%{_datarootdir}/aclocal/ \ %{buildroot}%{_bindir}/dsync \ %{buildroot}%{_libdir}/%{name}/*_plugin.so \ %{buildroot}%{_libdir}/%{name}/doveadm/*_plugin.so \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-lda.so.0.0.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-compressio...
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 16:35 schrieb Timo Sirainen: > On 31 May 2017, at 16.53, Reindl Harald <h.reindl at thelounge.net > <mailto:h.reindl at thelounge.net>> wrote: >> >> LTO build is as broken as 2.2.30 >> >> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s >> "../lib10_quota_plugin.la"
2015 Mar 13
2
v2.2.16 released
On 12 Mar 2015, at 21:09, Reindl Harald <h.reindl at thelounge.net> wrote: > > /usr/lib64/dovecot/stats/libstats_mail.so > > why in the world a new sub-directory containing just one so-file enforcing pakcage buildsers to change SPEC files? So that external plugins can add more files in there and extend the available statistics.
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...ndings. It also contains GObject Introspection information. + + %package man-pages-uk Summary: Ukrainian (uk) man pages for %{name} Group: Development/Libraries @@ -740,6 +779,8 @@ make DESTDIR=$RPM_BUILD_ROOT install # Delete static libraries, libtool files. rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la +rm $RPM_BUILD_ROOT%{_libdir}/libguestfs-gobject-1.0.a +rm $RPM_BUILD_ROOT%{_libdir}/libguestfs-gobject-1.0.la find $RPM_BUILD_ROOT -name perllocal.pod -delete find $RPM_BUILD_ROOT -name .packlist -delete @@ -961,6 +1002,19 @@ rm -rf $RP...
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 documentation from R h...
2017 Feb 20
2
Offical RHEL AD DC on RHEL
....1/' \ > -e 's/%global with_mitkrb5 1/%global with_mitkrb5 0/' \ > -e 's/%global with_dc 0/%global with_dc 1/' \ > /home/lesca/rpmbuild/SPECS/samba.spec > > # samba 4.5.x (Fedora) do also this.... > sed -i \ > -e 's|^%.*libntvfs-samba4.so|# &\n%{_libdir}/samba/bind9/dlz_bind9_11.so\n%{_libdir}/samba/ldb/dsdb_notification.so\n%{_libdir}/samba/ldb/vlv.so|' \ > /home/lesca/rpmbuild/SPECS/samba.spec > > # Install Build dependence > sudo yum install -y gnutls-devel > sudo yum-builddep -y ./rpmbuild/SPECS/samba.spec > # sudo dnf...
2006 May 10
2
A minor patch to spec file
...11:00:25.000000000 +0200 @@ -6,7 +6,7 @@ Name: %name Version: %ver Release: %rel -Copyright: BSD +License: BSD Group: Application/Devel Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz URL: http://www.speex.org/ @@ -65,6 +65,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libspeex*.la %{_includedir}/speex/speex*.h +%{_includedir}/speex/pcm_wrapper.h /usr/share/aclocal/speex.m4 %{_libdir}/pkgconfig/speex.pc %{_libdir}/libspeex*.a
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
....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 CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,j...
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 : > >
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote: > > The standalone tools (as packaged by CentOS) don't have all of the > extensions that are built when you build a Samba DC. If you have already > rebuilt CentOS Samba packages with DC support, you need to add samba's ldb > modules to ldb's module path. > This is what I suspected.
2016 Oct 03
2
ldb-tools stand alone different than built-in?
...ba SRPM with the ldb tools isn't that difficult given it needs to be rebuild anyway to provide DC functionality. Here are the mods I made the spec file to build the ldb tools: -%global with_internal_ldb 0 +%global with_internal_ldb 1 +Requires: libldb -Requires: pyldb +#Requires: pyldb -%{_libdir}/samba/libldb-cmdline.so +#%{_libdir}/samba/libldb-cmdline.so +%{_libdir}/samba/libldb-cmdline-samba4.so +%{_libdir}/samba/libpyldb-util.so.1 +%{_libdir}/samba/libpyldb-util.so.1.1.20 -- Greg J. Zartman Board Member Koozali SME Server www.koozali.org SME Server user, contributor, and community...
2004 Apr 27
1
Fedora 1 RPM Packages
...iwallace at localhost SPECS]$ diff -bu R.spec R.spec.orig --- R.spec 2004-04-27 15:31:51.000000000 -0600 +++ R.spec.orig 2004-04-27 15:31:39.000000000 -0600 @@ -36,7 +36,6 @@ %build export R_BROWSER="/usr/bin/mozilla" ( %configure \ - --enable-R-shlib \ --with-tcl-config=%{_libdir}/tclConfig.sh \ --with-tk-config=%{_libdir}/tkConfig.sh ) \ | egrep '^R is now|^ |^$' - > CAPABILITIES I'm not sure if there are other issues with using the shared library, I'm very new to R and just joined the mailing list. Thanks! ian -- Ian Wallace <iwallace at e...
2010 Apr 21
1
Why app_fax.so there is no in asterisk16-1.6.2.6-1_centos5.x86_64.rpm?
1. Subject. 2. asterisk16-1.6.2.6-1_centos5.src.rpm have not asterisk.logrotate in SOURCES 3. for "--without dahdi" diff SPECS/asterisk16-my.spec SPECS/asterisk16.spec 750a750 > %{_libdir}/asterisk/modules/res_timing_dahdi.so 879d878 < %{_libdir}/asterisk/modules/res_timing_dahdi.so
2006 Dec 07
1
Speex compile/rpmbuild issue on x86_64
Not sure if it is just my configuration but building the RPM on Centos x86_64 fails. Also not sure if this is to be fixed in the Makefile or in the configure. The rpm compile proceeds apace until the build reaches the %files section. Here it uses the _libdir directive to look for the libraries that have just been compiled. However in an x86_64 environment the _libdir directive points to lib64 (at least on centos/Redhat and probably Fedora Core). The compile on this platform builds the libraries in the lib directory. Hence the rpm build fails. A rub...
2005 Nov 24
2
FUSE/SSHFS RPM Packages.
Alle, Does anyone know if there are any reputable repositories out there that contain packages for fuse/sshfs? Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at us.fujitsu.com
2010 Jun 04
0
Renviron settings for Linux Distributions: please tell me R Core's advice
...dHat Tom Callaway (see 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_L...
2010 Jun 03
1
How to go about getting a change in the SPEC file from which R is built on EPEL?
...e that inserts a line 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 LI...
2017 Feb 20
0
Offical RHEL AD DC on RHEL
...rb5 1/%global with_mitkrb5 0/' \ > > -e 's/%global with_dc 0/%global with_dc 1/' \ > > /home/lesca/rpmbuild/SPECS/samba.spec > > > > # samba 4.5.x (Fedora) do also this.... > > sed -i \ > > -e 's|^%.*libntvfs-samba4.so|# &\n%{_libdir}/samba/bind9/dlz_ > bind9_11.so\n%{_libdir}/samba/ldb/dsdb_notification.so\n%{_libdir}/samba/ldb/vlv.so|' > \ > > /home/lesca/rpmbuild/SPECS/samba.spec > > > Thank you. I think this was the part I was having the most issues with. It will also be helpful having everyt...
2006 May 10
0
A minor patch to spec file
...ame > Version: %ver > Release: %rel > -Copyright: BSD > +License: BSD > Group: Application/Devel > Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz > URL: http://www.speex.org/ > @@ -65,6 +65,7 @@ > %defattr(644,root,root,755) > %attr(755,root,root) %{_libdir}/libspeex*.la > %{_includedir}/speex/speex*.h > +%{_includedir}/speex/pcm_wrapper.h > /usr/share/aclocal/speex.m4 > %{_libdir}/pkgconfig/speex.pc > %{_libdir}/libspeex*.a > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org >...