Fixes to rpmlint and license related issues
[platform/upstream/lsb.git] / packaging / lsb.spec
1 #sbs-git:slp/pkgs/l/lsb lsb 3.2 1eb8dfd6cc0768fd81b1d604eddd82287099af01
2
3 Name:       lsb
4 Summary:    LSB support for SLP
5 Version:    3.2
6 Release:    3
7 Group:      Base/Utilities
8 BuildArch:  noarch
9 License:    BSD-3-Clause
10 Source0:    %{name}-%{version}.tar.gz
11 Source1001:     %{name}.manifest
12 Source1002:     %{name}
13 Provides:   /lib/lsb/init-functions
14
15 %description
16 Linux Standard Base 3.2
17
18 %prep
19 %setup -q
20
21 %build
22 cp %{SOURCE1001} .
23 cp %{SOURCE1002} .
24
25 %install
26 rm -rf %{buildroot}
27 install -d %{buildroot}/lib/lsb
28 cp -p init-functions %{buildroot}/lib/lsb
29
30 %files
31 %manifest %{name}.manifest
32 %defattr(-,root,root,-)
33 %license lsb
34 /lib/lsb/init-functions