rpms/paktype-fonts/devel paktype-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 10:36:18 UTC 2007


Author: rbhalera

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

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



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

Name:    %{fontname}-fonts
Version: 2.0
Release: 2%{?dist}
License: GPLv2 with exceptions
Source: %{paktype}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires : dos2unix 
Group: User Interface/X
Summary: Fonts for Arabic from PakType
URL: https://sourceforge.net/projects/paktype/
 
%description
The paktype-fonts package contains fonts for the display of
Arabic from the PakType by Lateef Sagar.

%prep
%setup -q -n %{paktype}
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
* Thu Oct 11 2007 Rahul Bhalerao <rbhalera at redhat.com> - 2.0-2.fc8
- Changed license to include font exception and removed fonts.cache-1 file

* Thu Oct 04 2007 Rahul Bhalerao <rbhalera at redhat.com> - 2.0-1.fc8
- Initial packaging for split from fonts-arabic 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/paktype-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2007 15:40:01 -0000	1.1
+++ .cvsignore	16 Oct 2007 10:35:43 -0000	1.2
@@ -0,0 +1 @@
+paktype-20061222.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/paktype-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2007 15:40:01 -0000	1.1
+++ sources	16 Oct 2007 10:35:43 -0000	1.2
@@ -0,0 +1 @@
+cd75bd7fa714f307d25407a61f8bc43c  paktype-20061222.tar.gz




More information about the fedora-extras-commits mailing list