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