/[packages]/cauldron/libg15render/current/SPECS/libg15render.spec
ViewVC logotype

Contents of /cauldron/libg15render/current/SPECS/libg15render.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 661120 - (show annotations) (download)
Fri Aug 8 17:11:09 2014 UTC (9 years, 8 months ago) by wally
File size: 2729 byte(s)
- add lib major check to files section (SILENT)
1 %define major 1
2 %define libname %mklibname g15render %{major}
3 %define libname_devel %mklibname g15render -d
4 %define libname_static_devel %mklibname g15render -d -s
5
6 Name: libg15render
7 Version: 1.2
8 Release: %mkrel 12
9 Summary: Library to render text and shapes into a buffer usable by the G15 keyboard
10 License: GPL
11 Group: System/Libraries
12 URL: http://g15tools.sourceforge.net/
13 Source: http://downloads.sourceforge.net/g15tools/libg15render-%{version}.tar.bz2
14 BuildRequires: freetype2-devel
15 BuildRequires: g15-devel
16 BuildRequires: doxygen
17 BuildRequires: texlive
18 BuildRequires: texlive-texmf
19
20 %description
21 This is a library to render text and shapes into a buffer usable by the
22 Logitech G15 Gaming Keyboard.
23
24 This library probably isn't very useful without libg15 and/or g15daemon.
25
26 %package -n %{libname}
27 Summary: Renders text and shapes into a buffer usable by the G15 keyboard
28 Group: System/Libraries
29 Provides: g15render = %{version}-%{release}
30
31 %description -n %{libname}
32 This is a library to render text and shapes into a buffer usable by the
33 Logitech G15 Gaming Keyboard.
34
35 This library probably isn't very useful without libg15 and/or g15daemon.
36
37 %package -n %{libname_devel}
38 Summary: Renders text and shapes into a buffer usable by the G15 keyboard
39 Group: Development/C
40 Provides: g15render-devel = %{version}-%{release}
41 Requires: g15render = %{version}-%{release}
42
43 %description -n %{libname_devel}
44 This is a library to render text and shapes into a buffer usable by the
45 Logitech G15 Gaming Keyboard.
46
47 This library probably isn't very useful without libg15 and/or g15daemon.
48
49 %package -n %{libname_static_devel}
50 Summary: Renders text and shapes into a buffer usable by the G15 keyboard
51 Group: Development/C
52 Provides: g15render-static-devel = %{version}-%{release}
53 Requires: g15render-devel = %{version}-%{release}
54
55 %description -n %{libname_static_devel}
56 This is a library to render text and shapes into a buffer usable by the
57 Logitech G15 Gaming Keyboard.
58
59 This library probably isn't very useful without libg15 and/or g15daemon.
60
61 %prep
62 %setup -q
63
64 %build
65 %{configure2_5x} --enable-ttf
66 %{make}
67 %{_bindir}/doxygen
68 pushd doc/latex
69 %{make} pdf
70 popd
71
72 %install
73 %{makeinstall_std}
74
75 rm -f %{buildroot}%{_libdir}/*.la
76 %{__rm} -r %{buildroot}%{_docdir}
77
78 %files -n %{libname}
79 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
80 %{_libdir}/libg15render.so.%{major}
81 %{_libdir}/libg15render.so.%{major}.*
82 %{_mandir}/man3/*
83
84 %files -n %{libname_devel}
85 %doc doc/html doc/latex/refman.pdf
86 %{_includedir}/*
87 %{_libdir}/libg15render.so
88
89 %files -n %{libname_static_devel}
90 %{_libdir}/libg15render*.a

  ViewVC Help
Powered by ViewVC 1.1.30