]> git.pld-linux.org Git - packages/fbmodes.git/blobdiff - fbmodes.spec
- BR: libstdc++-devel
[packages/fbmodes.git] / fbmodes.spec
index f9705e9be5042318a414f02f097a2809d6e96526..00f3b98586cb4e345e70a9862966174c443e281e 100644 (file)
@@ -1,14 +1,17 @@
 Summary:       XFree86/SVGAlib/FrameBuffer mode lines generator
 Summary(pl):   Generator trybów graficznych dla XFree86/SVGAlib/FrameBuffer
 Name:          fbmodes
-Version:       1.2.1
+Version:       1.2.2
 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)
 
 %description
@@ -21,48 +24,52 @@ XFree86, SVGAlib oraz FrameBuffera.
 
 %package -n argh
 Summary:       argh library for fbmodes
-Summary(pl):   biblioteka argh dla fbmodes
+Summary(pl):   Biblioteka argh dla fbmodes
 Group:         Libraries
 
 %description -n argh
-Library argh.
+argh library.
 
 %description -n argh -l pl
 Biblioteka argh.
 
 %package -n argh-devel
 Summary:       argh library devel files
+Summary(pl):   Pliki nag³ówkowe argh
 Group:         Development/Libraries
-Requires:      argh
+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 przy u¿yciu argh.
+Pliki potrzebne do pisania programów korzystaj±cych z argh.
 
 %package -n argh-static
 Summary:       Static argh library
 Summary(pl):   Statyczna biblioteka argh
 Group:         Development/Libraries
+Requires:      argh-devel = %{version}
 
 %description -n argh-static
 Static argh library.
 
 %description -n argh-static -l pl
-Statyczna biblioteka argh
+Statyczna biblioteka argh.
 
 %prep
 %setup  -q
 
 %build
-%{__make}
+%{__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
 
@@ -81,8 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n argh-devel
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_includedir}/argh/*.h
+%dir %{_includedir}/argh
+%{_includedir}/argh/*.h*
 
 %files -n argh-static
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/*.a
+%{_libdir}/*.a
This page took 0.062218 seconds and 4 git commands to generate.