]> git.pld-linux.org Git - packages/fonty.git/commitdiff
- simplification in %files,
authorkloczek <kloczek@pld-linux.org>
Sat, 28 Nov 1998 01:17:05 +0000 (01:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed "Prereq: perl".
By Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>:
- First release in RPM

Changed files:
    fonty.spec -> 1.1

fonty.spec [new file with mode: 0644]

diff --git a/fonty.spec b/fonty.spec
new file mode 100644 (file)
index 0000000..826c805
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:     Fonts on Linux console
+Summary(pl): Fonty na konsoli Linuxa
+Name:       fonty
+Version:     1.0
+Release:     1
+Copyright:   GPL
+Group:      Utilities/Text
+Source:             http://qrczak.home.ml.org/programy/linux/%{name}/%{name}-%{version}.tar.gz
+URL:        http://qrczak.home.ml.org/programy/linux/fonty/
+Requires:    console-tools
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%description
+The Fonty package contains various fonts for Linux text console and
+dynafont - a tool which allows displaying texts containing thousands of
+different characters.
+
+%description -l pl
+Niniejszy pakiet zawiera ró¿ne fonty dla konsoli tekstowej Linuxa oraz
+dynafont - narzêdzie pozwalaj±ce wy¶wietlaæ teksty zawieraj±ce tysi±ce
+ró¿nych znaków.
+
+%prep
+%setup -q
+
+%build
+CXXFLAGS=$RPM_OPT_FLAGS make \
+       consoleprefix=/usr \
+       konwertprefix=/usr \
+       perl=/usr/bin/perl \
+       docdir=/usr/doc/fonty-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install \
+       consoleprefix=$RPM_BUILD_ROOT/usr \
+       konwertprefix=$RPM_BUILD_ROOT/usr \
+       perl=/usr/bin/perl \
+       docdir=$RPM_BUILD_ROOT/usr/doc/fonty-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %lang(en) doc/en
+%doc %lang(pl) doc/pl
+/usr/share/consolefonts/*
+/usr/share/consoletrans/*
+%attr(755, root, root) /usr/lib/konwert/aux/dynafont
+%attr(755, root, root) /usr/share/konwert/filters/dynafont
+
+%changelog
+* Sat Nov 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.0-1]
+- simplification in %files,
+- removed "Prereq: perl".
+
+* Fri Sep 20 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>
+- First release in RPM
This page took 0.074682 seconds and 4 git commands to generate.