]> git.pld-linux.org Git - packages/fonts-TTF-RedHat-liberation1.git/commitdiff
- up to 1.05.2.20091019 auto/th/fonts-TTF-RedHat-liberation-1_05_2_20091019-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Oct 2009 20:25:14 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-RedHat-liberation.spec -> 1.12

fonts-TTF-RedHat-liberation.spec

index d3f295df9ff4de61d9ce9375a190c2a8d34b5a8e..00e33ec3de806d8dccf5eff39828c5d0f0b5f2ca 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       Fonts to replace commonly used Microsoft Windows Fonts
 Summary(pl.UTF-8):     Fonty zastępujące popularne fonty z Microsoft Windows
 Name:          fonts-TTF-RedHat-liberation
-Version:       1.04.93
+Version:       1.05.2.20091019
 Release:       1
 License:       GPL v2 + exceptions
 Group:         Fonts
-Source0:       https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-%{version}.devel.tar.gz
-# Source0-md5: d19457dea29b4daffbe5ba9ac1746d7e
+Source0:       https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-%{version}.tar.gz
+# Source0-md5: 89cd7e13588da4ca14a523233b3352f0
 Source1:       %{name}.fontconfig
 URL:           https://fedorahosted.org/liberation-fonts/
 Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/TTF
 Obsoletes:     liberation-fonts-ttf
 BuildArch:     noarch
+BuildRequires: fontforge >= 20090923
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _ttffontsdir    %{_fontsdir}/TTF
@@ -38,7 +39,10 @@ Mono (zamiennik dla Courier New, Cumberland, Courier, Nimbus Mono L i
 Bitstream Vera Sans Mono).
 
 %prep
-%setup -q -n liberation-fonts-%{version}.devel
+%setup -q -n liberation-fonts-%{version}
+
+%build
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,7 +50,7 @@ install -d $RPM_BUILD_ROOT%{_ttffontsdir}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
 
-cp -a *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+cp -a ttf/*.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail/60-liberation.conf
 ln -s ../conf.avail/60-liberation.conf $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
 
This page took 0.063675 seconds and 4 git commands to generate.