]> git.pld-linux.org Git - packages/fbmodes.git/blob - fbmodes.spec
- BR: libstdc++-devel
[packages/fbmodes.git] / fbmodes.spec
1 Summary:        XFree86/SVGAlib/FrameBuffer mode lines generator
2 Summary(pl):    Generator trybów graficznych dla XFree86/SVGAlib/FrameBuffer
3 Name:           fbmodes
4 Version:        1.2.2
5 Release:        1
6 License:        GPL
7 Group:          Base/Utilities
8 Source0:        http://oktober.stc.cx/get/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  0a066b01e88d076b95565f2d6e18cdea
10 URL:            http://oktober.stc.cx/source/fbmodes.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libstdc++-devel
14 Requires:       argh = %{version}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Modeline is a small utility to make XFree86/SVGAlib/FrameBuffer
19 modelines.
20
21 %description -l pl
22 Modeline jest ma³ym narzêdziem do generowania trybów graficznych dla
23 XFree86, SVGAlib oraz FrameBuffera.
24
25 %package -n argh
26 Summary:        argh library for fbmodes
27 Summary(pl):    Biblioteka argh dla fbmodes
28 Group:          Libraries
29
30 %description -n argh
31 argh library.
32
33 %description -n argh -l pl
34 Biblioteka argh.
35
36 %package -n argh-devel
37 Summary:        argh library devel files
38 Summary(pl):    Pliki nag³ówkowe argh
39 Group:          Development/Libraries
40 Requires:       argh = %{version}
41
42 %description -n argh-devel
43 Developement files for argh library.
44
45 %description -n argh-devel -l pl
46 Pliki potrzebne do pisania programów korzystaj±cych z argh.
47
48 %package -n argh-static
49 Summary:        Static argh library
50 Summary(pl):    Statyczna biblioteka argh
51 Group:          Development/Libraries
52 Requires:       argh-devel = %{version}
53
54 %description -n argh-static
55 Static argh library.
56
57 %description -n argh-static -l pl
58 Statyczna biblioteka argh.
59
60 %prep
61 %setup  -q
62
63 %build
64 %{__make} \
65         OPTIM="%{rpmcflags} -ffast-math"
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
70
71 %{__make} install \
72         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
73         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
74         INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files
80 %defattr(644,root,root,755)
81 %doc *.html *.php
82 %attr(755,root,root) %{_bindir}/*
83
84 %files -n argh
85 %defattr(644,root,root,755)
86 %doc argh/*.php
87 %attr(755,root,root) %{_libdir}/*.so
88
89 %files -n argh-devel
90 %defattr(644,root,root,755)
91 %dir %{_includedir}/argh
92 %{_includedir}/argh/*.h*
93
94 %files -n argh-static
95 %defattr(644,root,root,755)
96 %{_libdir}/*.a
This page took 0.064302 seconds and 3 git commands to generate.