]> git.pld-linux.org Git - packages/fonty.git/blobdiff - fonty.spec
- removed qrczak.fallback (conflicts with console-data, useless with kbd)
[packages/fonty.git] / fonty.spec
index 93e70433ac3819ecef6b1d337f5a551d54a20034..0960459bdc2cee2eea615e6f80103781c2dbebc5 100644 (file)
@@ -1,19 +1,16 @@
 Summary:       Fonts on Linux console
-Summary(pl):   Fonty na konsoli Linuxa
+Summary(pl):   Fonty na konsoli Linuksa
 Name:          fonty
 Version:       1.0
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/Text
-Group(de):     Applikationen/Text
-Group(fr):     Utilitaires/Texte
-Group(pl):     Aplikacje/Tekst
 Source0:       http://qrczak.ids.net.pl/programy/linux/%{name}/%{name}-%{version}.tar.gz
 Source1:       iso02grf.psf.gz
 URL:           http://qrczak.ids.net.pl/programy/linux/fonty/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: perl
 Requires:      console-tools
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The Fonty package contains various fonts for Linux text console and
@@ -21,7 +18,7 @@ dynafont - a tool which allows displaying texts containing thousands
 of different characters.
 
 %description -l pl
-Niniejszy pakiet zawiera ró¿ne czcionki dla konsoli tekstowej Linuxa
+Niniejszy pakiet zawiera ró¿ne czcionki dla konsoli tekstowej Linuksa
 oraz dynafont - narzêdzie pozwalaj±ce wy¶wietlaæ teksty zawieraj±ce
 tysi±ce ró¿nych znaków.
 
@@ -29,13 +26,13 @@ tysi
 %setup -q
 
 %build
-OPTFLAGS="%{?debug:-g -O}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}"
+OPTFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
 OPTFLAGS="$OPTFLAGS -fno-rtti -fno-exceptions"
 %{__make} \
        CXXFLAGS="$OPTFLAGS" \
        consoleprefix=%{_prefix} \
        konwertprefix=%{_prefix} \
-       perl=%{_bindir}/perl \
+       perl=/usr/bin/perl \
        docdir=%{_docdir}/%{name}-%{version}
 
 %install
@@ -52,15 +49,16 @@ rm -f doc/pl/{DO_ZROBIENIA,ZMIANY}
 cp -a doc/en/TODO doc/pl/DO_ZROBIENIA
 cp -a doc/en/CHANGES doc/pl/ZMIANY
 
-gzip -9nf doc/en/* doc/pl/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %lang(en) doc/en
+%doc doc/en
 %doc %lang(pl) doc/pl
 %{_datadir}/consolefonts/*
+# consoletrans/qrczak.fallback conflicts with console-data
+# and is useless with kbd (kbd doesn't support fallback tables)
+#%{_datadir}/consoletrans/*
 %attr(755,root,root) %{_libdir}/konwert/aux/dynafont
 %attr(755,root,root) %{_datadir}/konwert/filters/dynafont
This page took 0.033573 seconds and 4 git commands to generate.