]> git.pld-linux.org Git - packages/fbmodes.git/blob - fbmodes.spec
f60b953314150fcf8652d7802b43fe4a5ead3f3e
[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 argh library.
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 library.
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} \
64         OPTIM="%{rpmcflags} -ffast-math"
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68 install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
69
70 %{__make} install \
71         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
72         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
73         INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files
79 %defattr(644,root,root,755)
80 %doc *.html *.php
81 %attr(755,root,root) %{_bindir}/*
82
83 %files -n argh
84 %defattr(644,root,root,755)
85 %doc argh/*.php
86 %attr(755,root,root) %{_libdir}/*.so
87
88 %files -n argh-devel
89 %defattr(644,root,root,755)
90 %dir %{_includedir}/argh
91 %{_includedir}/argh/*.h*
92
93 %files -n argh-static
94 %defattr(644,root,root,755)
95 %{_libdir}/*.a
This page took 0.093765 seconds and 2 git commands to generate.