ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/uuid.spec
Revision: 1.1
Committed: Fri Feb 10 15:45:18 2006 UTC (19 years, 2 months ago) by argiro
Branch: MAIN
CVS Tags: V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00, test2, test1, NataliaStart
Log Message:
updated spec

File Contents

# User Rev Content
1 argiro 1.1 ### RPM external uuid 1.38
2     # Patches by Lassi A. Tuura <lat@iki.fi> (FIXME: contribute to e2fsprogs)
3     Source: http://switch.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-%v.tar.gz
4    
5     #Patch0: uuid
6     #Patch1: uuid-osx
7    
8     %prep
9     %setup -n e2fsprogs-%v
10     #%patch0
11     #%ifos darwin
12     #%patch1
13     #endif
14    
15     %build
16     ./configure $([ $(uname) != Darwin ] && echo --enable-elf-shlibs) --prefix=%i
17     make lib/ext2fs/ext2_types.h
18     cd lib/uuid
19     make
20    
21     %install
22     mkdir -p %i/lib
23     mkdir -p %i/include
24     cd lib/uuid
25     make install