]> 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 3adcb88c8e7ac538f210e529fb91c56815081d12..81661624de7b89a5b2f1d7d2186d4b8a11ac8896 100644 (file)
@@ -2,16 +2,15 @@ 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:       3
-Epoch:         1
-Group:         Base
-Group(pl):     Podstawowe
+Release:       7
+Epoch:         2
 License:       GPL
+Group:         Base
 Prereq:                FHS
 Prereq:                setup
 Prereq:                dev
-Requires:      rpm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:     noarch
 
 %description
 While this package does not contain any files, it does perform an
@@ -25,10 +24,13 @@ tym samym 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.098477 seconds and 4 git commands to generate.