]> git.pld-linux.org Git - packages/usernet.git/blobdiff - usernet.spec
- cosmetics
[packages/usernet.git] / usernet.spec
index 77bb4efbd02fc130be210cd4d5938937133655dd..dbdbfcaa4a7b9b61cca5545fb0489f02f6c47b94 100644 (file)
@@ -5,11 +5,10 @@ Version:      1.0.9
 Release:       2
 License:       GPL
 Group:         Applications/System
-Group(de):     Applikationen/System
-Group(pl):     Aplikacje/System
 Source0:       %{name}-%{version}.tar.gz
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# Source0-md5: 49bd462e783ee274b9ec67a8c5c45dd6
 Requires:      initscripts >= 3.20
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The usernet utility provides a graphical interface for manipulating
@@ -31,11 +30,14 @@ wszystkie.
 %setup -q
 
 %build
-%{__make} VERSION=%{version}
+%{__make} \
+       VERSION=%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install BR=$RPM_BUILD_ROOT VERSION=%{version}
+%{__make} install \
+       BR=$RPM_BUILD_ROOT \
+       VERSION=%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071708 seconds and 4 git commands to generate.