]> git.pld-linux.org Git - packages/fonts-TTF-RedHat-liberation1.git/commitdiff
- revert; 1.05.2.20091019 looks broken in kde koncole (liberation mono - changes...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Oct 2009 08:10:42 +0000 (08:10 +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.13

fonts-TTF-RedHat-liberation.spec

index 00e33ec3de806d8dccf5eff39828c5d0f0b5f2ca..1d197b6b1b7444ca5507cbcc6e2a5c702e2ca0b3 100644 (file)
@@ -1,19 +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.05.2.20091019
+Version:       1.04.93
 Release:       1
+Epoch:         1
 License:       GPL v2 + exceptions
 Group:         Fonts
-Source0:       https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-%{version}.tar.gz
-# Source0-md5: 89cd7e13588da4ca14a523233b3352f0
+Source0:       https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-%{version}.devel.tar.gz
+# Source0-md5: d19457dea29b4daffbe5ba9ac1746d7e
 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
@@ -39,10 +39,7 @@ Mono (zamiennik dla Courier New, Cumberland, Courier, Nimbus Mono L i
 Bitstream Vera Sans Mono).
 
 %prep
-%setup -q -n liberation-fonts-%{version}
-
-%build
-%{__make}
+%setup -q -n liberation-fonts-%{version}.devel
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,7 +47,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/*.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+cp -a *.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.13767 seconds and 4 git commands to generate.