]> git.pld-linux.org Git - packages/fbmodes.git/blame - fbmodes.spec
- tabs in preamble
[packages/fbmodes.git] / fbmodes.spec
CommitLineData
5f163b00 1Summary: XFree86/SVGAlib/FrameBuffer mode lines generator
7fa58aac 2Summary(pl.UTF-8): Generator trybów graficznych dla XFree86/SVGAlib/FrameBuffer
5f163b00 3Name: fbmodes
164da64d
AG
4Version: 1.2.2
5Release: 1
5f163b00
PG
6License: GPL
7Group: Base/Utilities
8Source0: http://oktober.stc.cx/get/src/%{name}-%{version}.tar.bz2
50024208 9# Source0-md5: 0a066b01e88d076b95565f2d6e18cdea
0b3d3520 10URL: http://bisqwit.iki.fi/source/fbmodes.html
5f163b00
PG
11BuildRequires: autoconf
12BuildRequires: automake
40814afd 13BuildRequires: libstdc++-devel
302d6467 14Requires: argh = %{version}-%{release}
5f163b00
PG
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Modeline is a small utility to make XFree86/SVGAlib/FrameBuffer
19modelines.
20
0378e899
JR
21%description -l pl.UTF-8
22Modeline jest małym narzędziem do generowania trybów graficznych dla
5f163b00
PG
23XFree86, SVGAlib oraz FrameBuffera.
24
25%package -n argh
26Summary: argh library for fbmodes
7fa58aac 27Summary(pl.UTF-8): Biblioteka argh dla fbmodes
5f163b00
PG
28Group: Libraries
29
30%description -n argh
39a4db2b 31argh library.
5f163b00 32
0378e899 33%description -n argh -l pl.UTF-8
5f163b00
PG
34Biblioteka argh.
35
36%package -n argh-devel
37Summary: argh library devel files
7fa58aac 38Summary(pl.UTF-8): Pliki nagłówkowe argh
5f163b00 39Group: Development/Libraries
302d6467 40Requires: argh = %{version}-%{release}
5f163b00
PG
41
42%description -n argh-devel
39a4db2b 43Developement files for argh library.
5f163b00 44
0378e899
JR
45%description -n argh-devel -l pl.UTF-8
46Pliki potrzebne do pisania programów korzystających z argh.
5f163b00
PG
47
48%package -n argh-static
49Summary: Static argh library
7fa58aac 50Summary(pl.UTF-8): Statyczna biblioteka argh
5f163b00 51Group: Development/Libraries
302d6467 52Requires: argh-devel = %{version}-%{release}
5f163b00
PG
53
54%description -n argh-static
55Static argh library.
56
0378e899 57%description -n argh-static -l pl.UTF-8
1f7c8d02 58Statyczna biblioteka argh.
5f163b00
PG
59
60%prep
302d6467 61%setup -q
5f163b00
PG
62
63%build
39a4db2b
JB
64%{__make} \
65 OPTIM="%{rpmcflags} -ffast-math"
5f163b00
PG
66
67%install
68rm -rf $RPM_BUILD_ROOT
caf5be87 69install -d $RPM_BUILD_ROOT{%{_includedir}/argh,%{_libdir}}
5f163b00 70
39a4db2b
JB
71%{__make} install \
72 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
5f163b00 73 LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
caf5be87 74 INCDIR=$RPM_BUILD_ROOT%{_includedir}/argh
5f163b00
PG
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%files
80%defattr(644,root,root,755)
81%doc *.html *.php
82%attr(755,root,root) %{_bindir}/*
83
84%files -n argh
85%defattr(644,root,root,755)
86%doc argh/*.php
87%attr(755,root,root) %{_libdir}/*.so
88
89%files -n argh-devel
90%defattr(644,root,root,755)
1f7c8d02 91%dir %{_includedir}/argh
3869d927 92%{_includedir}/argh/*.h*
5f163b00
PG
93
94%files -n argh-static
95%defattr(644,root,root,755)
1f7c8d02 96%{_libdir}/*.a
This page took 0.067693 seconds and 4 git commands to generate.