Lines 1-6
Link Here
|
1 |
Name: libing |
1 |
Name: libing |
2 |
Version: 0.2.0 |
2 |
Version: 0.2.0 |
3 |
Release: alt1.1 |
3 |
Release: alt2 |
4 |
|
4 |
|
5 |
Summary: General collection of some classes |
5 |
Summary: General collection of some classes |
6 |
License: GPL |
6 |
License: GPL |
Lines 42-48
Link Here
|
42 |
%endif |
42 |
%endif |
43 |
|
43 |
|
44 |
%install |
44 |
%install |
45 |
%makeinstall DESTDIR=$RPM_BUILD_ROOT%prefix |
45 |
%makeinstall DESTDIR=$RPM_BUILD_ROOT%prefix LIBDIR=$RPM_BUILD_ROOT%_libdir |
46 |
|
46 |
|
47 |
%post -p %post_ldconfig |
47 |
%post -p %post_ldconfig |
48 |
%postun -p %postun_ldconfig |
48 |
%postun -p %postun_ldconfig |
Lines 60-65
Link Here
|
60 |
%_libdir/*.a |
60 |
%_libdir/*.a |
61 |
|
61 |
|
62 |
%changelog |
62 |
%changelog |
|
|
63 |
* Mon Jul 26 2004 Kachalov Anton <mouse@altlinux.ru> 0.2.0-alt2 |
64 |
- Added LIBDIR to make compile on x86_64 |
65 |
|
63 |
* Tue Mar 02 2004 Stanislav Ievlev <inger@altlinux.org> 0.2.0-alt1.1 |
66 |
* Tue Mar 02 2004 Stanislav Ievlev <inger@altlinux.org> 0.2.0-alt1.1 |
64 |
- rebuild with new libpcre |
67 |
- rebuild with new libpcre |
65 |
|
68 |
|