]> git.pld-linux.org Git - packages/fbmodes.git/blobdiff - fbmodes.spec
- BR: libstdc++-devel
[packages/fbmodes.git] / fbmodes.spec
index 31c395607a18613e931cf0271d86d2bb3832c717..00f3b98586cb4e345e70a9862966174c443e281e 100644 (file)
@@ -6,9 +6,11 @@ Release:       1
 License:       GPL
 Group:         Base/Utilities
 Source0:       http://oktober.stc.cx/get/src/%{name}-%{version}.tar.bz2
+# Source0-md5: 0a066b01e88d076b95565f2d6e18cdea
 URL:           http://oktober.stc.cx/source/fbmodes.html
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
 Requires:      argh = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,7 +28,7 @@ Summary(pl):  Biblioteka argh dla fbmodes
 Group:         Libraries
 
 %description -n argh
-Library argh.
+argh library.
 
 %description -n argh -l pl
 Biblioteka argh.
@@ -38,7 +40,7 @@ Group:                Development/Libraries
 Requires:      argh = %{version}
 
 %description -n argh-devel
-Developement files for argh.
+Developement files for argh library.
 
 %description -n argh-devel -l pl
 Pliki potrzebne do pisania programów korzystaj±cych z argh.
@@ -59,13 +61,15 @@ Statyczna biblioteka argh.
 %setup  -q
 
 %build
-%{__make} OPTIM="%{rpmcflags} -ffast-math"
+%{__make} \
+       OPTIM="%{rpmcflags} -ffast-math"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
 
-%{__make} install BINDIR=$RPM_BUILD_ROOT%{_bindir} \
+%{__make} install \
+       BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
        INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
 
This page took 0.095203 seconds and 4 git commands to generate.