]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- updated to 1.10
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Mon, 9 Oct 2000 16:02:21 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized
- removed "strip" and "gzip %{_mandir}/*/*"

Changed files:
    SVGATextMode.spec -> 1.8

SVGATextMode.spec

index 958aae0d239b246c20f816299bef717dbdbd0b39..02938ebddb698f4a81320ef1bc200af63ce29082 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       A utility for improving the appearance of text consoles.
 Name:          SVGATextMode
-Version:       1.9
-Release:       2
+Version:       1.10
+Release:       1
 License:       GPL
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 Source0:       ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}-src.tar.gz
 Source1:       %{name}.init
-Patch0:                SVGATextMode-src-conf.patch
-Patch1:                SVGATextMode-src-agp.patch
-Patch2:                SVGATextMode-src-make.patch
+Patch0:                %{name}-conf.patch
+Patch1:                %{name}-make.patch
+Patch2:                %{name}-cache.patch
 BuildRequires: bison
 Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,13 +31,13 @@ results will depend on your VGA card.
 SVGATextMode jest narzêdziem s³u¿±cym konfiguracji sprzêtu (S)VGA,
 które pozwala na polepszenie wygl±du konsoli tekstowej. To narzêdzie
 wykorzystuje plik konfiguracyjny by ustawiaæ wy¿sze rozdzielczo¶ci,
-wiêksze fonty, wy¿sze czêstotliwo¶ci od¶wierzania itp.
+wiêksze fonty, wy¿sze czêstotliwo¶ci od¶wie¿ania itp.
 
 %prep
-%setup -q -n %{name}-%{version}-src
-%patch0 -p1 -b .conf
-%patch1 -p1 -b .agp
-%patch2 -p1 -b .make
+%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} dep
@@ -49,15 +50,15 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 install -d $RPM_BUILD_ROOT%{_sbindir}
 install -d $RPM_BUILD_ROOT%{_mandir}/man{5,8}
 
-make   DESTDIR=$RPM_BUILD_ROOT newinstall man-install
-install -m 0755 STMmenu $RPM_BUILD_ROOT%{_sbindir}/stm-menu
-install        %{SOURCE1}      $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+%{__make} DESTDIR=$RPM_BUILD_ROOT newinstall man-install
+install STMmenu $RPM_BUILD_ROOT%{_sbindir}/stm-menu
+
+install        %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 
-rm        $RPM_BUILD_ROOT%{_mandir}/man8/stm.8
 echo ".so SVGATextMode.8" > $RPM_BUILD_ROOT%{_mandir}/man8/stm.8
-strip     $RPM_BUILD_ROOT%{_sbindir}/* || :
-gzip -9nf  $RPM_BUILD_ROOT%{_mandir}/man*/* doc/* README
-gzip -9nf  README.FIRST CREDITS COPYING HISTORY TODO
+
+gzip -9nf doc/* README \
+       README.FIRST CREDITS COPYING HISTORY TODO
 
 %clean 
 rm -rf $RPM_BUILD_ROOT
@@ -74,7 +75,7 @@ fi
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/TextConfig
 %doc {README,README.FIRST,CREDITS,COPYING,HISTORY,TODO}.gz
-%doc doc/*
+%doc doc/*.gz
 %attr(755,root,root) %{_sbindir}/*
 %attr(644,root,root) %{_mandir}/man*/*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
This page took 0.444234 seconds and 4 git commands to generate.