|
Lines 1-6
Link Here
|
| 1 |
Name: libfdisk0 |
1 |
Name: libfdisk0 |
| 2 |
Version: 20041101 |
2 |
Version: 20041101 |
| 3 |
Release: alt2 |
3 |
Release: alt2.1 |
| 4 |
|
4 |
|
| 5 |
Summary: fdisk library |
5 |
Summary: fdisk library |
| 6 |
Group: System/Libraries |
6 |
Group: System/Libraries |
|
Lines 34-40
Link Here
|
| 34 |
%make_build |
34 |
%make_build |
| 35 |
|
35 |
|
| 36 |
%install |
36 |
%install |
| 37 |
%make_install install DESTDIR=$RPM_BUILD_ROOT |
37 |
%make_install install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir |
| 38 |
|
38 |
|
| 39 |
%post -p %post_ldconfig |
39 |
%post -p %post_ldconfig |
| 40 |
%postun -p %postun_ldconfig |
40 |
%postun -p %postun_ldconfig |
|
Lines 47-52
Link Here
|
| 47 |
%_includedir/* |
47 |
%_includedir/* |
| 48 |
|
48 |
|
| 49 |
%changelog |
49 |
%changelog |
|
|
50 |
* Mon Apr 25 2005 Anton D. Kachalov <mouse@altlinux.org> 20041101-alt2.1 |
| 51 |
- multilib support |
| 52 |
|
| 50 |
* Fri Dec 24 2004 Dmitry V. Levin <ldv@altlinux.org> 20041101-alt2 |
53 |
* Fri Dec 24 2004 Dmitry V. Levin <ldv@altlinux.org> 20041101-alt2 |
| 51 |
- Plugged few memory leaks. |
54 |
- Plugged few memory leaks. |
| 52 |
|
55 |
|