source: spec/trunk/SPECS/mmap.spec@ 100

Last change on this file since 100 was 49, checked in by Yuri Dario, 15 years ago

spec: added libc dependancies to some packages, to force its installation.

File size: 657 bytes
Line 
1Summary: A memory mapped emulation for OS/2-eComStation
2Name: mmap
3Version: 20100929
4Release: 1
5License: unknown
6Group: Development/Libraries
7Source: mmap-%{version}-os2.zip
8
9Requires: libc >= 0.6.3
10
11%description
12A memory mapped files emulation library.
13
14%prep
15%setup -q -c
16
17
18%build
19
20%install
21rm -rf %{buildroot}
22mkdir -p %{buildroot}%{_libdir}
23mkdir -p %{buildroot}%{_includedir}
24
25cp bin/mmap.dll %{buildroot}%{_libdir}
26cp lib/mmap_dll.a %{buildroot}%{_libdir}/mmap.a
27cp lib/mmap_s.lib %{buildroot}%{_libdir}
28cp lib/mmap_g.lib %{buildroot}%{_libdir}
29
30%clean
31rm -rf %{buildroot}
32
33%files
34%defattr(-,root,root)
35%{_libdir}/*
Note: See TracBrowser for help on using the repository browser.