]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- relase 8, fbset-2_1-8
authorkloczek <kloczek@pld-linux.org>
Tue, 22 May 2001 02:32:55 +0000 (02:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge fixmode rawhide patch,
- added flex to BuildRequires,
- fix passing $RPM_OPT_FLAGS.

Changed files:
    fbset.spec -> 1.16

fbset.spec

index 54894ab96ef49b015b9c58088026e8b2672a2cb0..b382a39f7d5387e7f194e99596e64ba4e58ef6af 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Framebuffer utilities for changing video modes.
 Summary(pl):   Nardzêdzie do zmieniania trybu graficznego we framebufferze
 Name:          fbset
 Version:       2.1
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -10,7 +10,9 @@ Group(pl):    Aplikacje/System
 Source0:       http://www.cs.kuleuven.ac.be/~geert/bin/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
+Patch0:                %{name}-fixmode.patch
 URL:           http://www.cs.kuleuven.ac.be/~geert/Console/
+BuildRequires: flex
 Requires:      open
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,9 +26,10 @@ konsolach fbcon.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-%{__make} OPTFLAGS="%{rpmcflags}"
+%{__make} CC="%{__cc} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.069395 seconds and 4 git commands to generate.