]> git.pld-linux.org Git - packages/basesystem.git/blob - basesystem.spec
6730ae3ef1e2d4d10b54acf07efcc1248b3b5e83
[packages/basesystem.git] / basesystem.spec
1 Summary:        Skeleton package which defines a base of PLD system
2 Summary(pl):    Pakiet szkieletowy który okre¶la podstawê systemu PLD
3 Name:           basesystem
4 Version:        1.0
5 Release:        7
6 Epoch:          2
7 License:        GPL
8 Group:          Base
9 Group(de):      Gründsätzlich
10 Group(pl):      Podstawowe
11 Prereq:         FHS
12 Prereq:         setup
13 Prereq:         dev
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 BuildArch:      noarch
16
17 %description
18 While this package does not contain any files, it does perform an
19 important function. It defines the components of a basic PLD
20 distribution, providing packages install in right order.
21
22 %description -l pl
23 Mimo ¿e ten pakiet nie zawiera ¿adnych plików, ma on bardzo wa¿ne
24 zadanie. Definiuje komponenty podstawowej dystrybucji PLD, zapewniaj±c
25 tym samym w³a¶ciwy porz±dek instalacji pakietów.
26
27 %prep
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__install} -d $RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
This page took 0.139969 seconds and 2 git commands to generate.