|
Lines 24-29
Link Here
|
| 24 |
Version: 3.2 |
24 |
Version: 3.2 |
| 25 |
Release: 1.27 |
25 |
Release: 1.27 |
| 26 |
Obsoletes: lsb-desktop |
26 |
Obsoletes: lsb-desktop |
|
|
27 |
Requires: lsb-release |
| 27 |
Requires: pax cpio grep gzip |
28 |
Requires: pax cpio grep gzip |
| 28 |
Requires: glibc-i18ndata |
29 |
Requires: glibc-i18ndata |
| 29 |
Requires: /usr/bin/ar /usr/bin/at /usr/bin/awk |
30 |
Requires: /usr/bin/ar /usr/bin/at /usr/bin/awk |
|
Lines 131-137
Link Here
|
| 131 |
Necessary files and dependencies for the Linux Standard Base (LSB) |
132 |
Necessary files and dependencies for the Linux Standard Base (LSB) |
| 132 |
Core. |
133 |
Core. |
| 133 |
|
134 |
|
|
|
135 |
%package release |
| 136 |
Summary: lsb_release command defined by Linux Standard Base (LSB) |
| 137 |
Group: System/Fhs |
| 134 |
|
138 |
|
|
|
139 |
%description release |
| 140 |
Provides the lsb_release command, as specified by the Linux Standard Base (LSB) |
| 141 |
Core specification. |
| 135 |
|
142 |
|
| 136 |
%prep |
143 |
%prep |
| 137 |
%setup -n lsb-release-2.0 |
144 |
%setup -n lsb-release-2.0 |
|
Lines 240-247
Link Here
|
| 240 |
%dir /etc/lsb-release.d |
247 |
%dir /etc/lsb-release.d |
| 241 |
/etc/lsb-release.d/* |
248 |
/etc/lsb-release.d/* |
| 242 |
/etc/lsb-release |
249 |
/etc/lsb-release |
| 243 |
%{_bindir}/lsb_release |
|
|
| 244 |
%{_mandir}/man1/lsb_release.1.gz |
| 245 |
%ifarch %ix86 x86_64 |
250 |
%ifarch %ix86 x86_64 |
| 246 |
/lib/ld-lsb.so.2 |
251 |
/lib/ld-lsb.so.2 |
| 247 |
/lib/ld-lsb.so.3 |
252 |
/lib/ld-lsb.so.3 |
|
Lines 263-268
Link Here
|
| 263 |
/%{_lib}/ld-lsb-%{_target_cpu}.so.3 |
268 |
/%{_lib}/ld-lsb-%{_target_cpu}.so.3 |
| 264 |
%endif |
269 |
%endif |
| 265 |
|
270 |
|
|
|
271 |
%files release |
| 272 |
%defattr(-,root,root) |
| 273 |
%{_bindir}/lsb_release |
| 274 |
%{_mandir}/man1/lsb_release.1.gz |
| 275 |
|
| 266 |
%changelog |
276 |
%changelog |
| 267 |
* Sun Jul 29 2007 jdluhos@suse.cz |
277 |
* Sun Jul 29 2007 jdluhos@suse.cz |
| 268 |
- Adapted to LSB 3.2 |
278 |
- Adapted to LSB 3.2 |