]> git.pld-linux.org Git - packages/basesystem.git/blobdiff - basesystem.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/basesystem.git] / basesystem.spec
index 9102b5ba213a7111193e9afea238b864f1f12c34..81661624de7b89a5b2f1d7d2186d4b8a11ac8896 100644 (file)
@@ -2,30 +2,35 @@ Summary:      Skeleton package which defines a base of PLD system
 Summary(pl):   Pakiet szkieletowy który okre¶la podstawê systemu PLD
 Name:          basesystem
 Version:       1.0
-Release:       1
-Group:         Base
-Group(pl):     Podstawowe
+Release:       7
+Epoch:         2
 License:       GPL
+Group:         Base
 Prereq:                FHS
 Prereq:                setup
 Prereq:                dev
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:     noarch
 
 %description
-While this package does not contain any files, it does perform an important
-function. It defines the components of a basic PLD distribution, providing
-packages install in right order.
+While this package does not contain any files, it does perform an
+important function. It defines the components of a basic PLD
+distribution, providing packages install in right order.
 
 %description -l pl
-Mimo ¿e ten pakiet nie zawiera ¿adnych plików, ma on bardzo wa¿ne zadanie.
-Definiuje komponenty podstawowej dystrybucji PLD, zapewniaj±c tym samym
-w³a¶ciwy porz±dek instalacji pakietów.
+Mimo ¿e ten pakiet nie zawiera ¿adnych plików, ma on bardzo wa¿ne
+zadanie. Definiuje komponenty podstawowej dystrybucji PLD, zapewniaj±c
+tym samym w³a¶ciwy porz±dek instalacji pakietów.
 
 %prep
 
-%build
-
 %install
+rm -rf $RPM_BUILD_ROOT
+
+%{__install} -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.100542 seconds and 4 git commands to generate.