]> git.pld-linux.org Git - packages/bogl.git/blobdiff - bogl.spec
- release 11 (by relup.sh)
[packages/bogl.git] / bogl.spec
index 993c323c1d196a3abd2faeb231b629d3ab0a8390..583139f332918843dcd299f759e41e03d0f524aa 100644 (file)
--- a/bogl.spec
+++ b/bogl.spec
@@ -4,7 +4,7 @@ Summary:        A terminal program for displaying Unicode on the console
 Summary(pl.UTF-8):     Program terminalowy do wyƛwietlania Unikodu na konsoli
 Name:          bogl
 Version:       0.1.18
-Release:       7
+Release:       11
 Epoch:         0
 License:       GPL
 Group:         Libraries
@@ -24,6 +24,8 @@ Patch3:               %{name}-0.1.9-2.6fbdev.patch
 Patch4:                %{name}-0.1.18-gcc.patch
 Patch5:                %{name}-0.1.18-noexecstack.patch
 Patch6:                %{name}-page_mask.patch
+Patch7:                %{name}-shared.patch
+Patch8:                format-security.patch
 URL:           http://www.stanford.edu/~blp/projects.html
 BuildRequires: gd-devel
 BuildRequires: libpng-devel
@@ -87,6 +89,8 @@ konsoli.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 mkdir -p fonts
 cd fonts
@@ -95,7 +99,7 @@ tar zxf %{SOURCE3}
 
 %build
 %{__make} -j1 \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags} -fPIC"
 #./mergebdf fonts/9x18.bdf fonts/18x18ja.bdf > font.bdf
 gunzip -c %{SOURCE4} > font.bdf
 ./bdftobogl -b font.bdf > font.bgf
@@ -130,6 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_libdir}/libbogl.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libbogl.so.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -151,7 +156,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.BOGL-bterm
 %attr(755,root,root) %{_bindir}/bterm
-# XXX: dir duplicated with terminfo package
-%dir %{_datadir}/terminfo/b
 %{_datadir}/terminfo/b/bterm
 %{_libdir}/bogl
This page took 0.112367 seconds and 4 git commands to generate.