search for: defattr

Displaying 20 results from an estimated 85 matches for "defattr".

2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...adir}/selinux/${selinuxvariant}/%{modulename}.pp &> /dev/null || : done -%postun selinux -if [ $1 -eq 0 ] ; then - for selinuxvariant in %{selinux_variants}; do - /usr/sbin/semodule -s ${selinuxvariant} -r %{modulename} &> /dev/null || : - done -fi - -%files release +%files %defattr(-,root,root) %attr(0644,root,root) /etc/ovirt-release -/etc/redhat-release -/etc/system-release -%config(noreplace) %attr(0644,root,root) /etc/issue -%config(noreplace) %attr(0644,root,root) /etc/issue.net - -%files selinux -%defattr(-,root,root,0755) -%doc SELinux/* -%{_datadir}/selinux/*/%{modul...
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...ILD_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 $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...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...bly prevent use of bundled 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...
2015 Mar 18
2
Need help for write rpm spec
...echo "export JAVA_HOME=/usr/local/java" >>/etc/profile echo "PATH=\${JAVA_HOME}/bin:\${PATH}" >>/etc/profile source /etc/profile java -version tar -xf apache-tomcat-7.0.32.tar.gz ln -s apache-tomcat-7.0.32/ $RPM_BUILD_ROOT/usr/local/tomcat %files %dir /usr/local %defattr(-,root,root,-) %doc %post chmod 755 -R /usr/local Please help me to solve the error Thanks Jegadeesh
2001 Feb 28
1
patches to beta 4 spec files
...jiyama@grad.sccs.chukyo-u.ac.jp> diff -ru vorbis_nightly_cvs.orig/ao/libao.spec vorbis_nightly_cvs/ao/libao.spec --- vorbis_nightly_cvs.orig/ao/libao.spec Wed Jan 24 03:12:22 2001 +++ vorbis_nightly_cvs/ao/libao.spec Wed Feb 28 21:38:29 2001 @@ -51,6 +51,7 @@ /usr/lib/ao/*.so %files devel +%defattr(-,root,root) %doc doc/API %doc doc/DRIVERS %doc doc/WANTED diff -ru vorbis_nightly_cvs.orig/ogg/libogg.spec vorbis_nightly_cvs/ogg/libogg.spec --- vorbis_nightly_cvs.orig/ogg/libogg.spec Mon Feb 26 13:22:21 2001 +++ vorbis_nightly_cvs/ogg/libogg.spec Wed Feb 28 21:38:40 2001 @@ -50,6 +50,7 @@ /...
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
...-ssh-askpass %endif %clean rm -rf $RPM_BUILD_ROOT %post server /sbin/chkconfig --add sshd if test -r /var/run/sshd.pid ; then /etc/rc.d/init.d/sshd restart >&2 fi %preun server if [ "$1" = 0 ] ; then /etc/rc.d/init.d/sshd stop >&2 /sbin/chkconfig --del sshd fi %files %defattr(-,root,root) %doc ChangeLog OVERVIEW COPYING.Ylonen README* INSTALL %doc CREDITS UPGRADING %attr(0755,root,root) /usr/bin/ssh-keygen %attr(0755,root,root) /usr/bin/scp %attr(0644,root,root) /usr/man/man1/ssh-keygen.1* %attr(0644,root,root) /usr/man/man1/scp.1* %attr(0755,root,root) %dir /etc/ssh %...
2011 Aug 12
0
Wrong directory permissions in RPMs build on CentOS6
Hi, I have rebuilt all our source RPMs on CentOS 6 and found they sometimes differ in directory permissions compared to those built on CentOS 3, 4 and 5. The problem is that %defattr overrides %attr on directories. Have a look at this example spec file: --%<--------------------------------- Summary: foo Name: mini Version: 0.1 Release: 1%{?dist} Group: System Environment/Daemons License: GPLv2+ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description f...
2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
...equires: ruby, gcc, rrdtool-devel %define debug_package %{nil} %description RRD bindings for Ruby. %prep %setup -q %build ruby extconf.rb make %install install -D -m0644 RRDtool.so %{buildroot}/usr/lib/ruby/site_ruby/1.8/i386-linux/RRDtool.so %clean rm -rf %{buildroot} %post %postun %files %defattr(-, root, root) /usr/lib/ruby/site_ruby/1.8/i386-linux/RRDtool.so --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To uns...
2006 May 10
2
A minor patch to spec file
...++ /usr/src/redhat/SPECS/Speex.spec.new 2006-05-10 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
2004 Sep 10
1
Problems with FLAC make
...libFLAC to encode and decode .flac files * input plugins for various music players (Winamp, XMMS, and more in the works) %package -n flac-xmms Summary: flac-xmms plugin Group: Libraries/Multimedia Requires: %{name} = %{version} %description -n flac-xmms flac plugin for XMMS %files -n flac-xmms %defattr(-, root, root) %{prefix}/lib/xmms/Input/libxmms-flac* %prep rm -rf $RPM_BUILD_ROOT %setup ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} %build make CCFLAGS='-c %{optflags} -D_REENTRANT -DNeedFunctionPrototypes=1' all %install make install mkdir -p $RPM_BUILD_ROOT%{prefix...
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2017 May 11
2
R 3.4.0 RPMS
Dear Tom, I see that RPMS for R 3.4.0 are not successfully built on Fedora, nor on RHEL 7. https://koji.fedoraproject.org/koji/packageinfo?packageID=1230 When I build with mock on Fedora 25 I also get a build failure. R is not able to establish the time zone inside the chroot and this triggers a regression tests which is new in R 3.4.0. Specifically, in file tests/reg-tests-1d.R this test
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and ovirt-identify-node completely. 3. Add
2002 May 06
2
patch: contrib/redhat/openssh.spec updates for privsep
...l -d $RPM_BUILD_ROOT/etc/rc.d/init.d install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh @@ -238,6 +239,9 @@ /sbin/chkconfig --del sshd fi +%pre server +/usr/sbin/useradd -c "sshd privilege separation user" -r -M -s /sbin/nologin -u 74 -d /var/empty sshd 2>/dev/null || : + %files %defattr(-,root,root) %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING* @@ -271,6 +275,7 @@ %files server %defattr(-,root,root) +%attr(0755,root,root) /var/empty %attr(0755,root,root) %{_sbindir}/sshd %attr(0755,root,root) %{_libexecdir}/openssh/sftp-server %attr(0644,root,r...
2007 Jul 11
1
RPM Build Question
...s: #Requires: %description Long recognized as the world's most powerful mathematical software system #%prep #%build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT cd $RPM_BUILD_ROOT tar xvjf $RPM_SOURCE_DIR/mathematica.tar.bz2 %clean rm -rf $RPM_BUILD_ROOT %files /usr/local/ %defattr(-,root,root,-) %doc %changelog * Wed Jul 11 2007 SCMS, Waikato University Initial RPM release - Clint Dilks When testing the install phase I use the following command QA_RPATHS=$[ 0x0002 ] rpmbuild -bi mathematica.spec This completes but this message is displayed prelink: /var/tmp/mathematica...
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
2011 Jul 27
4
Puppet RPM's
Does anyone know where I can get the latest puppet, 2.7.1 as RPM''s? The spec file that comes with the puppet 2.7.1 source is broken again, and only version 0.25.5 seems to be available via EPEL, which means that the website''s assertion that you can get puppet as an RPM from there is somewhat untrue. Douglas. -- You received this message because you are subscribed to the
2015 Mar 24
2
error building php spec file
...ost %/sbin/chkconfig php-fpm on %preun if [ "$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 @_________.c...
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
...%{_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,jpg} docs/CommandGuide %{_bindir}/* %{_libdir}/*.o %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/llvm %changelog * Fri Aug 04 2006 Reid Spencer - Updates for release 1.8 * Fri Apr 07 2006 Reid Spencer - Make the build be o...