]> git.pld-linux.org Git - packages/fonts-bitmap-artwiz.git/commitdiff
- PLD initial
authorhavner <havner@pld-linux.org>
Thu, 23 Dec 2004 13:40:58 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-bitmap-artwiz.spec -> 1.1

fonts-bitmap-artwiz.spec [new file with mode: 0644]

diff --git a/fonts-bitmap-artwiz.spec b/fonts-bitmap-artwiz.spec
new file mode 100644 (file)
index 0000000..a3b0c0c
--- /dev/null
@@ -0,0 +1,45 @@
+%define                _tarname        artwiz-aleczapka-en
+Summary:       Artwiz aleczapka bitmap fonts
+Summary(pl):   Fonty bitmapowe artwiz aleczapka
+Name:          fonts-bitmap-artwiz
+Version:       1.3
+Release:       1
+License:       GPL v2
+Group:         Fonts
+Source0:       http://dl.sourceforge.net/artwizaleczapka/%{_tarname}-%{version}.tar.bz2
+# Source0-md5: bb22bd5b4675f5dbe17c6963d8c00ed6
+URL:           http://artwizaleczapka.sourceforge.net/
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/misc
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _miscfontsdir   %{_fontsdir}/misc
+
+%description
+This package contains artwiz aleczapka bitmap fonts (PCF).
+
+%description -l pl
+Pakiet ten zawiera bitmapowe (PCF) fonty artwiz aleczapka.
+
+%prep
+%setup -q -n %{_tarname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_miscfontsdir}
+install *.pcf $RPM_BUILD_ROOT%{_miscfontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst misc
+
+%postun
+fontpostinst misc
+
+%files
+%defattr(644,root,root,755)
+%doc README AUTHORS ChangeLog
+%{_miscfontsdir}/*
This page took 0.07942 seconds and 4 git commands to generate.