|
Lines 1-7
Link Here
|
| 1 |
#Check site! |
1 |
#Check site! |
| 2 |
Name: linux-atm |
2 |
Name: linux-atm |
| 3 |
Version: 2.4.1 |
3 |
Version: 2.4.1 |
| 4 |
Release: alt2 |
4 |
Release: alt2.1 |
| 5 |
|
5 |
|
| 6 |
Summary: Tools and libraries for ATM |
6 |
Summary: Tools and libraries for ATM |
| 7 |
|
7 |
|
|
Lines 18-24
Link Here
|
| 18 |
# Automatically added by buildreq on Wed Jan 19 2005 |
18 |
# Automatically added by buildreq on Wed Jan 19 2005 |
| 19 |
BuildRequires: flex |
19 |
BuildRequires: flex |
| 20 |
|
20 |
|
| 21 |
BuildPreReq: kernel-headers-std |
21 |
BuildPreReq: kernel-headers-std26-up |
| 22 |
|
22 |
|
| 23 |
%description |
23 |
%description |
| 24 |
Tools and libraries to support ATM (Asynchronous Transfer Mode) |
24 |
Tools and libraries to support ATM (Asynchronous Transfer Mode) |
|
Lines 49-54
Link Here
|
| 49 |
%patch -p0 |
49 |
%patch -p0 |
| 50 |
|
50 |
|
| 51 |
%build |
51 |
%build |
|
|
52 |
libtoolize --copy --force |
| 53 |
aclocal |
| 54 |
autoconf |
| 52 |
%configure --enable-shared --disable-static |
55 |
%configure --enable-shared --disable-static |
| 53 |
%make |
56 |
%make |
| 54 |
|
57 |
|
|
Lines 80-85
Link Here
|
| 80 |
%_libdir/*.so |
83 |
%_libdir/*.so |
| 81 |
|
84 |
|
| 82 |
%changelog |
85 |
%changelog |
|
|
86 |
* Fri Apr 15 2005 Kachalov Anton <mouse@altlinux.ru> 2.4.1-alt2.1 |
| 87 |
- x86_64 support |
| 88 |
- rebuild with kernel-headers-std26-up |
| 89 |
|
| 83 |
* Tue Jan 18 2005 Vitaly Lipatov <lav@altlinux.ru> 2.4.1-alt2 |
90 |
* Tue Jan 18 2005 Vitaly Lipatov <lav@altlinux.ru> 2.4.1-alt2 |
| 84 |
- fix spec |
91 |
- fix spec |
| 85 |
- use a macro for ldconfig |
92 |
- use a macro for ldconfig |