Changeset 7009

Show
Ignore:
Timestamp:
04/04/08 13:58:36 (5 years ago)
Author:
bhilburn
Message:

forgot to split into package section

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/installation/specs/working/ossie_cf.spec

    r7007 r7009  
    2323Group: Radio 
    2424URL: http://ossie.wireless.vt.edu 
    25 Provides ossiecf 
    2625 
    2726# Package prereqs 
     
    3433# Package source instructions 
    3534Source:%{_name}-%{_version}-%{_release}.tar.gz 
    36 Buildroot: %{_tmppath}/%{_name}-%{_version}-%{_release}-%(%{__id_u} -n) 
     35Buildroot: %{_tmppath}/%{_name}-%{_version}-%{_release} 
    3736 
    3837%description 
     
    5049Interfaces, Node Booter, the domain, default node, and GPP Device. 
    5150 
    52 # Let rpmbuild auto-handle the prep steps 
     51%package %{_name} 
     52Summary: OSSIE Core Framework 
     53Group: Radio 
     54Provides: ossiecf = %{_version} %{_name} = %{_version}-%{_release} 
     55Obsoletes: %{_name} 
     56 
     57%description  %{_name} 
     58OSSIE core framework.  It is required for all OSSIE installs. 
     59See http://ossie.wireless.vt.edu/ for more information 
     60 
     61# Let rpmbuild auto-handle the prep steps, the -q option 
     62# makes the unpack quiet 
    5363%prep 
    5464%setup -q 
     
    5868./reconf 
    5969./configure 
    60 make 
     70%{?make:%make}%{!?make:make} all 
     71#make 
    6172 
    6273# Install the binaries / libraries / etc 
    6374%install 
    64 make install DESTDIR=$RPM_BUILD_ROOT 
     75#make install DESTDIR=$RPM_BUILD_ROOT 
     76%{?makeinstall_std:%makeinstall_std}%{!?makeinstall_std:make DESTDIR=%{buildroot} install} 
    6577 
    6678# Clean up after ourselves so that we don't bloat /usr/src 
    6779%clean 
    68 rm -rf $RPM_BUILD_ROOT 
     80[ -z %{buildroot} ] || rm -rf %{buildroot} 
     81#rm -rf $RPM_BUILD_ROOT 
    6982 
    7083# Update system library directories 
     
    7487%files 
    7588%defattr(-,root,root,-) 
     89# OSSIE libraries 
    7690%{_libdir}/*.a 
    7791%{_libdir}/*.la 
     
    8094%{_libdir}/*.so.0.0.4 
    8195%{_libdir}/pkgconfig/ossie.pc 
     96 
     97# OSSIE include headers 
    8298%{_includedir}/ossie/*.h 
     99 
     100# OSSIE XML dtd files 
    83101/sdr/xml/dtd/*.dtd