Add .changes file
[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:      System/Base
8 License:    GPLv2
9 Source0:    %{name}-%{version}.tar.gz
10 Source1001:     %{name}.manifest
11 Source1002:     %{name}
12 Provides:   /lib/lsb/init-functions
13
14 %description
15 Linux Standard Base 3.2
16
17 %prep
18 %setup -q
19
20 %build
21 cp %{SOURCE1001} .
22
23 %install
24 rm -rf %{buildroot}
25 install -d %{buildroot}/lib/lsb
26 cp -p init-functions %{buildroot}/lib/lsb
27
28 mkdir -p $RPM_BUILD_ROOT%{_datadir}/license
29 cp %{SOURCE1002} $RPM_BUILD_ROOT%{_datadir}/license
30
31 %files
32 %manifest %{name}.manifest
33 %defattr(-,root,root,-)
34 %{_datadir}/license/%{name}
35 /lib/lsb/init-functions