rpms/nafees-web-naskh-fonts/devel nafees-web-naskh-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Sat Oct 6 03:50:52 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/nafees-web-naskh-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29652/devel

Modified Files:
	.cvsignore sources 
Added Files:
	nafees-web-naskh-fonts.spec 
Log Message:
Initial import.



--- NEW FILE nafees-web-naskh-fonts.spec ---
%define archivename     NafeesWeb
%define archivedate     20070820
%define fontdir         %{_datadir}/fonts/nafees

Name:           nafees-web-naskh-fonts
Version:        1.0
Release:        1%{?dist}
Summary:        Nafees Web font for writing Urdu in the Naskh script 

Group:          User Interface/X
License:        Bitstream Vera
URL:            http://www.crulp.org/Downloads/NafeesWeb.zip
# NOTE: the original archive is unversioned, so we rename it to add a date stamp
Source0:        %{archivename}-%{archivedate}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Provides:       nafees-web-naskh-fonts = %{version}-%{release}
Requires:       fontconfig

%description

Character based Nafees Web Naskh Open Type Font for writing Urdu in Naskh
script based on Unicode standard. This version has complete support of
Aerabs for Urdu and updated glyphs for Latin characters.
Nafees Web Naskh OTF contains approximately 330 glyphs, including 5 ligatures.


%prep
%setup -q -c

%build
#nop

%install
rm -rf $RPM_BUILD_ROOT

#fonts
install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
install -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}


%clean
rm -rf $RPM_BUILD_ROOT


%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(0644,root,root,0755)

%dir %{fontdir}
%{fontdir}/*.ttf


%changelog
* Sat Sep 15 2007 Bernardo Innocenti <bernie at codewiz.org> 1.0-1
- Initial packaging, borrowing many things from abyssinica-fonts


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nafees-web-naskh-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Oct 2007 02:32:21 -0000	1.1
+++ .cvsignore	6 Oct 2007 03:50:20 -0000	1.2
@@ -0,0 +1 @@
+NafeesWeb-20070820.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nafees-web-naskh-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Oct 2007 02:32:21 -0000	1.1
+++ sources	6 Oct 2007 03:50:20 -0000	1.2
@@ -0,0 +1 @@
+ad8bc7947df986d30306868f7a9c6096  NafeesWeb-20070820.zip




More information about the fedora-extras-commits mailing list