]> git.pld-linux.org Git - packages/fbmodes.git/blob - fbmodes.spec
- added argh.hh (C++ interface to argh library) to -devel; release 4
[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 Group:          Development/Libraries
37 Requires:       argh = %{version}
38
39 %description -n argh-devel
40 Developement files for argh.
41
42 %description -n argh-devel -l pl
43 Pliki potrzebne do pisania programów przy u¿yciu argh.
44
45 %package -n argh-static
46 Summary:        Static argh library
47 Summary(pl):    Statyczna biblioteka argh
48 Group:          Development/Libraries
49 Requires:       argh-devel = %{version}
50
51 %description -n argh-static
52 Static argh library.
53
54 %description -n argh-static -l pl
55 Statyczna biblioteka argh.
56
57 %prep
58 %setup  -q
59
60 %build
61 %{__make} OPTIM="%{rpmcflags} -ffast-math"
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
66
67 %{__make} install BINDIR=$RPM_BUILD_ROOT%{_bindir} \
68         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
69         INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc *.html *.php
77 %attr(755,root,root) %{_bindir}/*
78
79 %files -n argh
80 %defattr(644,root,root,755)
81 %doc argh/*.php
82 %attr(755,root,root) %{_libdir}/*.so
83
84 %files -n argh-devel
85 %defattr(644,root,root,755)
86 %dir %{_includedir}/argh
87 %{_includedir}/argh/*.h*
88
89 %files -n argh-static
90 %defattr(644,root,root,755)
91 %{_libdir}/*.a
This page took 0.06468 seconds and 3 git commands to generate.