]> git.pld-linux.org Git - packages/fbset.git/blobdiff - fbset.spec
- typo
[packages/fbset.git] / fbset.spec
index fab15c041630b507816a72218951286c7f6e3649..c384e3a8eb4f9707b96e13ff21d9375fe85d5fb2 100644 (file)
@@ -2,19 +2,19 @@ Summary:      Framebuffer utilities for changing video modes
 Summary(pl):   Narzêdzie do zmieniania ustawieñ framebuffera
 Name:          fbset
 Version:       2.1
-Release:       24
+Release:       29
 License:       GPL
 Group:         Applications/System
 Source0:       http://home.tvd.be/cr26864/Linux/fbdev/%{name}-%{version}.tar.gz
-# Source0-md5: e547cfcbb8c1a4f2a6b8ba4acb8b7164
+# Source0-md5: e547cfcbb8c1a4f2a6b8ba4acb8b7164
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-fb.modes
-Source4:       ftp://ftp.platan.vc.cvut.cz/pub/linux/matrox-latest/con2fb.c.gz
-# Source4-md5: 10485e073441a83f4ca26d4ccf73ab64
+Source4:       ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/con2fb.c.gz
+# Source4-md5: 10485e073441a83f4ca26d4ccf73ab64
 Patch0:                %{name}-fixmode.patch
 Patch1:                %{name}-from-kgicon.patch
-URL:           http://home.tvd.be/cr26864/Linux/fbdev/
+URL:           http://members.chello.be/cr26864/Linux/fbdev/
 BuildRequires: bison
 BuildRequires: flex
 Requires(post,preun):  /sbin/chkconfig
@@ -44,9 +44,12 @@ na wpisy fb.modes) wymaga perla.
 %patch1 -p1
 cp %{SOURCE4} .
 gunzip con2fb.c.gz
+rm -r etc/CVS
 
 %build
-%{__make} CC="%{__cc} %{rpmcflags}"
+%{__make} -j1 \
+       CC="%{__cc} %{rpmcflags}"
+
 %{__cc} %{rpmcflags} %{rpmldflags} -o con2fb con2fb.c
 
 %install
@@ -64,7 +67,6 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/fb.modes
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fbset
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/fbset
-rm -r etc/CVS
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,6 +84,6 @@ fi
 %doc etc/*
 %attr(755,root,root) %{_bindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/fbset
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/fbset
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fb.modes
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/fbset
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fb.modes
 %{_mandir}/man*/*
This page took 0.09559 seconds and 4 git commands to generate.