]> git.pld-linux.org Git - packages/fonts-TTF-bitstream-vera.git/commitdiff
- initial
authorArtur Frysiak <artur@frysiak.net>
Wed, 18 Jun 2003 14:28:59 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-bitstream-vera.spec -> 1.1

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

diff --git a/fonts-TTF-bitstream-vera.spec b/fonts-TTF-bitstream-vera.spec
new file mode 100644 (file)
index 0000000..e7d3edb
--- /dev/null
@@ -0,0 +1,40 @@
+%define tarname ttf-bitstream-vera
+Summary:       -
+Name:          fonts-ttf-bitstream-vera
+Version:       1.10
+Release:       0.2
+License:       distributable
+Group:         X11/Fonts
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{tarname}/1.10/%{tarname}-%{version}.tar.bz2
+# Source0-md5: bb22bd5b4675f5dbe17c6963d8c00ed6
+#Source1:      %{name}.Fontmap
+PreReq:                fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _ttffontsdir    %{_fontsdir}/TTF
+
+%description
+
+%prep
+%setup -q -n %{tarname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ttffontsdir}
+install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/usr/bin/fontpostinst TTF
+
+%postun 
+/usr/bin/fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+# README.TXT is almost empty
+%doc COPYRIGHT.TXT RELEASENOTES.TXT
+%{_ttffontsdir}/*
This page took 0.069361 seconds and 4 git commands to generate.