rpms/kacst-fonts/devel kacst-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Tue Oct 16 16:16:24 UTC 2007


Author: rbhalera

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

Modified Files:
	.cvsignore sources 
Added Files:
	kacst-fonts.spec 
Log Message:
Initial import



--- NEW FILE kacst-fonts.spec ---
%define fontname kacst
%define fontdir %{_datadir}/fonts/%{fontname}

Name: %{fontname}-fonts
Version: 1.6.2
Release: 2%{?dist}
License: GPLv2
Source: http://downloads.sourceforge.net/sourceforge/arabeyes/%{fontname}_fonts_%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: dos2unix
Group: User Interface/X
Summary: Fonts for arabic from arabeyes project 
URL: http://www.arabeyes.org/resources.php
 
%description
This package contains fonts for the display of Arabic 
from the King Abdulaziz City for Science & Technology(kacst).

%prep
%setup -q -n KacstArabicFonts-1.6.2
find . -not -name \*.ttf -type f -exec dos2unix -k {} \;

%build
echo "Nothing to do in Build."

%install
rm -rf %{buildroot} 

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p *.ttf %{buildroot}%{fontdir}

%clean
rm -rf %{buildroot}

%post
if [ -x %{_bindir}/fc-cache ]; then
  %{_bindir}/fc-cache %{fontdir} 
fi

%postun
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/fc-cache ]; then
    %{_bindir}/fc-cache %{fontdir}
  fi
fi

%files
%defattr(-,root,root,-)
%doc *.TXT
%dir %{fontdir}
%{fontdir}/*.ttf

%changelog
* Mon Oct 15 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.6.2-2.fc8
- Used dos2unix

* Thu Oct 12 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.6.2-1.fc8
- Initial Packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kacst-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2007 15:41:44 -0000	1.1
+++ .cvsignore	16 Oct 2007 16:15:51 -0000	1.2
@@ -0,0 +1 @@
+kacst_fonts_1.6.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kacst-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2007 15:41:44 -0000	1.1
+++ sources	16 Oct 2007 16:15:51 -0000	1.2
@@ -0,0 +1 @@
+3f914b65dc4e0cc7b30e1d6b263f1d16  kacst_fonts_1.6.2.tar.bz2




More information about the fedora-extras-commits mailing list