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