]> git.pld-linux.org Git - packages/fonts-TTF-freefont.git/commitdiff
- new, very nice fonts :) AC-STABLE auto/ac/fonts-TTF-freefont-20031008-1
authorkolodko <kolodko@pld-linux.org>
Fri, 20 Aug 2004 17:03:48 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-freefont.spec -> 1.1

fonts-TTF-freefont.spec [new file with mode: 0644]

diff --git a/fonts-TTF-freefont.spec b/fonts-TTF-freefont.spec
new file mode 100644 (file)
index 0000000..429288c
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Free True Type fonts
+Summary(pl):   Darmowe fonty True Type
+Name:          fonts-TTF-freefont
+Version:       20031008
+Release:       1
+License:       GPL v2
+Group:         Fonts
+Source0:       ftp://ftp.gnu.org/savannah/files/freefont/freefont-ttf.zip
+# Source0-md5: b2c9a6348c7679ef2c8fd66250b5ba36
+URL:           http://www.nongnu.org/freefont/
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+This package contains very nice and free fonts TTF.
+
+%description -l pl
+Ten pakiet zawiera bardzo ³adne i darmowe fonty TTF.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install sfd/*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc README CREDITS AUTHORS ChangeLog
+%{ttffontsdir}/*.ttf
This page took 0.071629 seconds and 4 git commands to generate.