]> git.pld-linux.org Git - packages/basesystem.git/blob - basesystem.spec
- hopefully I did't fucked something.
[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:        5
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 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 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 mkdir $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
This page took 0.095859 seconds and 3 git commands to generate.