summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-05-14 00:44:27 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit65045607a2773372ad5d5405ba35001a35deffde (patch)
tree00bda0ccfa8e2fe8a1d78b8e097435c38217033f
parent89f38c4afd74bcb7588cab7ae38708079046b2d2 (diff)
downloadsplitvt-65045607a2773372ad5d5405ba35001a35deffde.zip
splitvt-65045607a2773372ad5d5405ba35001a35deffde.tar.gz
Changed files: splitvt.spec -> 1.2
-rw-r--r--splitvt.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/splitvt.spec b/splitvt.spec
index c7e55cc..1676e03 100644
--- a/splitvt.spec
+++ b/splitvt.spec
@@ -1,5 +1,5 @@
-Summary: A program which splits your terminal into two resizable windows.
-Summary(pl): Program który dzieli konsole na dwa okna.
+Summary: A program which splits your terminal into two resizable windows
+Summary(pl): Program który dzieli konsole na dwa okna
Name: splitvt
Version: 1.6.5
Release: 1
@@ -15,7 +15,6 @@ running a shell, so you can do two things at once.
At the moment, only vt100 compatible terminals
(such as xterm, decterm, linux console, etc) will run splitvt.
-
%description -l pl
Ten program dzieli ekran na dwa okna dzieki czemu możesz uruchomić
dwie rzeczy na jednej konsoli.W tym momencie program obsługuje terminal
@@ -29,14 +28,14 @@ vt100 i z nim kompatybilne (takie jak xterm , decterm , konsola linuxowa)
./configure
%{__make}
+gzip -9nf README CHANGES NOTES TODO ANNOUNCE
+
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_prefix}/man/man1
-install -s splitvt $RPM_BUILD_ROOT%{_bindir}
-install splitvt.1 $RPM_BUILD_ROOT%{_prefix}/man/man1
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-gzip -9nf README CHANGES NOTES TODO ANNOUNCE
+install splitvt $RPM_BUILD_ROOT%{_bindir}
+install splitvt.1 $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -45,4 +44,4 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc *.gz
%{_bindir}/splitvt
-%{_prefix}/man/man1/splitvt.1
+%{_mandir}/man1/splitvt.1*