search for: _includedir

Displaying 20 results from an estimated 24 matches for "_includedir".

Did you mean: includedir
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
2006 May 10
2
A minor patch to spec file
...@@ -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
...nt-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 CREDITS.TXT LICENSE.TXT README.txt...
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 : > >
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...d $RPM_BUILD_ROOT -name .packlist -delete @@ -961,6 +1002,19 @@ rm -rf $RPM_BUILD_ROOT %{_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...
2006 May 10
0
A minor patch to spec file
...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 > http://lists.xiph.org/mailman/lis...
2015 Mar 24
2
error building php spec file
...1" = 0 ] ; then /sbin/service php-fpm stop > /dev/null 2>& /sbin/chkconfig --del php-fpm fi exit 0 %postun if [ "$1" -ge 1 ]; then /sbin/service php-fpm condrestart > /dev/null 2>& fi exit 0 %files %defattr(-,root,root,-) %{_bindir}/* %{_sbindir}/* %{_includedir}/* %{_libdir}/* %{_mandir}/man1/php* %{_sysconfdir}/* %{_datadir}/* %{_initrddir}/* %exclude /.channels %exclude /.depdb %exclude /.depdblock %exclude /.filemap %exclude /.lock %changelog * Mon Mar 23 2015 Mike Willbanks <mike @_________.com> - 5.3.8-1 - Updated to 5.3.8 * Mon Mar 23 2015 Mi...
2006 Aug 26
2
[LLVMdev] Fedora Core 5 package
...ramming 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...
2015 Mar 13
0
v2.2.16 released
.../etc/ld.so.conf.d/dovecot-x86_64.conf /usr/lib64/dovecot i just "rm -rf" the folder and other stuff for private builds in environments where dovecot is running only as 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}-l...
2010 Nov 03
0
Building Samba RPM packages for RHEL/CentOS 5 - Needed corrections to the .spec file
...s as is. 3 - The RPM build process finally fails because some files, which were compiled and copied to the temporary tree, are not called by the packaging process. The following lines must be included on the spec file, under "Files section": /usr/share/locale/de/LC_MESSAGES/net.mo %{_includedir}/wbc_async.h %{_mandir}/man5/pam_winbind.conf.5.gz I suggest you include them close to related lines (same paths) for the sake of clarity. After these corrections the build of the RPM packages went on with no errors and was successful. All the packages installed correctly afterward. I hope t...
2010 Nov 03
0
Building Samba RPM packages for RHEL/CentOS 5 - Needed corrections to the .spec file
...s as is. 3 - The RPM build process finally fails because some files, which were compiled and copied to the temporary tree, are not called by the packaging process. The following lines must be included on the spec file, under "Files section": /usr/share/locale/de/LC_MESSAGES/net.mo %{_includedir}/wbc_async.h %{_mandir}/man5/pam_winbind.conf.5.gz I suggest you include them close to related lines (same paths) for the sake of clarity. After these corrections the build of the RPM packages went on with no errors and was successful. All the packages installed correctly afterward. I hope t...
2015 Mar 24
2
error building php spec file
...t 0 > > > > %postun > > if [ "$1" -ge 1 ]; then > > /sbin/service php-fpm condrestart > /dev/null 2>& > > fi > > exit 0 > > > > %files > > %defattr(-,root,root,-) > > %{_bindir}/* > > %{_sbindir}/* > > %{_includedir}/* > > %{_libdir}/* > > %{_mandir}/man1/php* > > %{_sysconfdir}/* > > %{_datadir}/* > > %{_initrddir}/* > > %exclude /.channels > > %exclude /.depdb > > %exclude /.depdblock > > %exclude /.filemap > > %exclude /.lock > > > > %c...
2010 Sep 01
3
samba-3.5.4: compilation fails on RHAS5U5
hello I tried to compile samba on Redhat AS5U5 but it fails with this message: Install: cannot stat `source3/bin/umount.cifs': No such file or directory. Any solution? kind regards werner maes
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...rebuild. exit 1 fi %build # forcibly prevent use of bundled apr, apr-util, pcre # rm -rf srclib/{apr,apr-util,pcre} # --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ %configure \ --enable-layout=RPM \ --libdir=%{_libdir} \ --sysconfdir=%{_sysconfdir}/httpd/conf \ --includedir=%{_includedir}/httpd \ --libexecdir=%{_libdir}/httpd/modules \ --datadir=%{contentdir} \ --with-installbuilddir=%{_libdir}/httpd/build \ --enable-mpms-shared=all \ --with-included-apr \ --enable-suexec --with-suexec \ --with-suexec-caller=%{suexec_caller} \ --with-suexec-docroot=%{co...
2018 Apr 12
0
Fw:ldap access domain AD failed on 4.7.6 and 4.8.0
...s \ --with-lockdir=%{_localstatedir}/cache/samba \ --prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} \ --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --with-pammodulesdir=/%{_lib}/security \" BUILD_...
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.
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error: configure: Finished. Do 'make' to compile Wine. + /usr/bin/make depend config.status: creating tools/Makefile make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe
2015 Mar 22
2
error building apr-util spec file
...ibraries: [root at repo:~] #rpm -qa | grep db4 libdb4-utils-4.8.30-13.el7.x86_64 libdb4-devel-static-4.8.30-13.el7.x86_64 libdb4-4.8.30-13.el7.x86_64 libdb4-devel-4.8.30-13.el7.x86_64 This is the part of the spec file that calls for db4: %configure --with-apr=%{_prefix} \ --includedir=%{_includedir}/apr-%{apuver} \ --with-ldap --without-gdbm \ --with-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \ --with-berkeley-db \ --with-crypto --with-openssl --with-nss \ --without-sqlite2 So my questions for today are, do I need to provide a path to...
2015 Mar 24
0
error building php spec file
...amp; > /sbin/chkconfig --del php-fpm > fi > exit 0 > > %postun > if [ "$1" -ge 1 ]; then > /sbin/service php-fpm condrestart > /dev/null 2>& > fi > exit 0 > > %files > %defattr(-,root,root,-) > %{_bindir}/* > %{_sbindir}/* > %{_includedir}/* > %{_libdir}/* > %{_mandir}/man1/php* > %{_sysconfdir}/* > %{_datadir}/* > %{_initrddir}/* > %exclude /.channels > %exclude /.depdb > %exclude /.depdblock > %exclude /.filemap > %exclude /.lock > > %changelog > * Mon Mar 23 2015 Mike Willbanks <mike @___...
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that gets generated from it. I am using 2.3.0p1 1. Why is openssl a prereq? openssh statically links to openssl during build by default (rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for