]> git.pld-linux.org Git - packages/fbmodes.git/blob - fbmodes.spec
da40f6fcbfc8bc9fafe2eee4d976f8c0859efa61
[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 Requires:       argh = %{version}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Modeline is a small utility to make XFree86/SVGAlib/FrameBuffer
18 modelines.
19
20 %description -l pl
21 Modeline jest ma³ym narzêdziem do generowania trybów graficznych dla
22 XFree86, SVGAlib oraz FrameBuffera.
23
24 %package -n argh
25 Summary:        argh library for fbmodes
26 Summary(pl):    Biblioteka argh dla fbmodes
27 Group:          Libraries
28
29 %description -n argh
30 Library argh.
31
32 %description -n argh -l pl
33 Biblioteka argh.
34
35 %package -n argh-devel
36 Summary:        argh library devel files
37 Summary(pl):    Pliki nag³ówkowe argh
38 Group:          Development/Libraries
39 Requires:       argh = %{version}
40
41 %description -n argh-devel
42 Developement files for argh.
43
44 %description -n argh-devel -l pl
45 Pliki potrzebne do pisania programów korzystaj±cych z argh.
46
47 %package -n argh-static
48 Summary:        Static argh library
49 Summary(pl):    Statyczna biblioteka argh
50 Group:          Development/Libraries
51 Requires:       argh-devel = %{version}
52
53 %description -n argh-static
54 Static argh library.
55
56 %description -n argh-static -l pl
57 Statyczna biblioteka argh.
58
59 %prep
60 %setup  -q
61
62 %build
63 %{__make} OPTIM="%{rpmcflags} -ffast-math"
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
68
69 %{__make} install BINDIR=$RPM_BUILD_ROOT%{_bindir} \
70         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
71         INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc *.html *.php
79 %attr(755,root,root) %{_bindir}/*
80
81 %files -n argh
82 %defattr(644,root,root,755)
83 %doc argh/*.php
84 %attr(755,root,root) %{_libdir}/*.so
85
86 %files -n argh-devel
87 %defattr(644,root,root,755)
88 %dir %{_includedir}/argh
89 %{_includedir}/argh/*.h*
90
91 %files -n argh-static
92 %defattr(644,root,root,755)
93 %{_libdir}/*.a
This page took 0.065332 seconds and 2 git commands to generate.