*** empty log message ***
This commit is contained in:
parent
3ca6b49b99
commit
986ed2efab
@ -0,0 +1 @@
|
||||
saab.0.91.zip
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
saab-fonts-0_91-1_fc11:HEAD:saab-fonts-0.91-1.fc11.src.rpm:1243992343
|
41
saab-fonts.spec
Normal file
41
saab-fonts.spec
Normal file
@ -0,0 +1,41 @@
|
||||
%global fontname saab
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Punjabi Unicode OpenType Font
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2+ with exceptions
|
||||
URL: http://guca.sourceforge.net/typography/fonts/saab/
|
||||
Source0: http://downloads.sf.net/guca/saab.0.91.zip
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
This package provides a free OpenType Punjabi (Gurmukhi) font.
|
||||
Developed by Bhupinder Singh
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
echo "Nothing to do in Build."
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
|
||||
install -m 0644 -p Saab.otf $RPM_BUILD_ROOT%{_fontdir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%_font_pkg Saab.otf
|
||||
%doc
|
||||
|
||||
%changelog
|
||||
* Tue Jun 2 2009 A S Alam <aalam@redhat.com> - 0.91-1
|
||||
- New Package Build for Punjabi Unicode Font
|
Loading…
Reference in New Issue
Block a user