rpms/fonts-arabic/devel fonts-arabic.spec,1.17,1.18

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Fri Jul 27 09:44:08 UTC 2007


Author: rbhalera

Update of /cvs/pkgs/rpms/fonts-arabic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17960

Modified Files:
	fonts-arabic.spec 
Log Message:
SPEC cleanup for merge review


Index: fonts-arabic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fonts-arabic/devel/fonts-arabic.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fonts-arabic.spec	1 Feb 2007 12:14:07 -0000	1.17
+++ fonts-arabic.spec	27 Jul 2007 09:43:36 -0000	1.18
@@ -3,13 +3,13 @@
 
 Name:    fonts-arabic
 Version: 2.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Source0: %{kacst}.tar.gz
 Source1: %{paktype}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires : dos2unix
+BuildRequires : dos2unix fontconfig
 Group: User Interface/X
 Summary: Fonts for Arabic
 URL: http://www.arabeyes.org/resources.php
@@ -38,17 +38,16 @@
 
 %post
 if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache %{_datadir}/fonts
+  %{_bindir}/fc-cache /usr/share/fonts
 fi
 
 %postun
 if [ "$1" = "0" ]; then
   if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache %{_datadir}/fonts
+    %{_bindir}/fc-cache /usr/share/fonts
   fi
 fi
 
-
 %files
 %defattr(-,root,root)
 %doc %{kacst}/license.txt
@@ -57,6 +56,9 @@
 %{_datadir}/fonts/arabic/*.ttf
 
 %changelog
+* Fri Jul 27 2007 Rahul Bhalerao <rbhalera at redhat.com> - 2.0-6.fc8
+- SPEC cleanup as part of merge review #225760
+
 * Thu Feb 01 2007 Parag Nemade <pnemade at redhat.com> - 2.0-5
 - Updated SPEC file as part of Core/Extras Review Bug rh#225760 
 




More information about the scm-commits mailing list