]> git.pld-linux.org Git - packages/basesystem.git/blob - basesystem.spec
81661624de7b89a5b2f1d7d2186d4b8a11ac8896
[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 Prereq:         FHS
10 Prereq:         setup
11 Prereq:         dev
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildArch:      noarch
14
15 %description
16 While this package does not contain any files, it does perform an
17 important function. It defines the components of a basic PLD
18 distribution, providing packages install in right order.
19
20 %description -l pl
21 Mimo ¿e ten pakiet nie zawiera ¿adnych plików, ma on bardzo wa¿ne
22 zadanie. Definiuje komponenty podstawowej dystrybucji PLD, zapewniaj±c
23 tym samym w³a¶ciwy porz±dek instalacji pakietów.
24
25 %prep
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__install} -d $RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
This page took 0.100197 seconds and 2 git commands to generate.