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