]> git.pld-linux.org Git - packages/eg.git/commitdiff
- pl fix, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Nov 2004 19:41:20 +0000 (19:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eg.spec -> 1.2

eg.spec

diff --git a/eg.spec b/eg.spec
index 859e1959518da9893eed77d01f45f37fea7b0163..2190857f5e69d3a4c4dbbb0fba2fee12ccd8961d 100644 (file)
--- a/eg.spec
+++ b/eg.spec
@@ -1,5 +1,5 @@
 Summary:       Norton Guide reader for GNU/Linux
-Summary(pl):   Czytnik plików Norton Guide dla GNU/Linuxa
+Summary(pl):   Czytnik plików Norton Guide dla GNU/Linuksa
 Name:          eg
 Version:       1.00
 Release:       1
@@ -8,11 +8,10 @@ Group:                Applications
 Source0:       http://www.davep.org/norton-guides/%{name}-%{version}.tar.gz
 # Source0-md5: 8c7a5b75fbc670edd01821e8bcc9297c
 Patch0:                %{name}-gcc34.patch
-BuildRequires: slang-devel
 URL:           http://www.davep.org/norton-guides/
+BuildRequires: slang-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Expert Guide is a text based Norton Guide reader.
 
@@ -24,7 +23,8 @@ Expert Guide jest tekstowym czytnikiem plik
 %patch0 -p1
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -32,7 +32,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/norton-guides}
 
 install eg $RPM_BUILD_ROOT%{_bindir}
 install        eg.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install default-guide/eg.ng $RPM_BUILD_ROOT%{_datadir}/norton-guides/
+install default-guide/eg.ng $RPM_BUILD_ROOT%{_datadir}/norton-guides
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.061508 seconds and 4 git commands to generate.