- update to cvs snapshot 20090803.
This commit is contained in:
parent
716aa66dbd
commit
048c4f7013
@ -1 +1 @@
|
|||||||
lklug-0.2.2.tar.gz
|
lklug-20090803.tar.gz
|
||||||
|
@ -1,21 +1,28 @@
|
|||||||
%define fontname lklug
|
%define fontname lklug
|
||||||
|
%define cvsdate 20090803
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
# Do not trust font metadata versionning unless you've checked upstream does
|
# Do not trust font metadata versionning unless you've checked upstream does
|
||||||
# update versions on file changes. When in doubt use the timestamp of the most
|
# update versions on file changes. When in doubt use the timestamp of the most
|
||||||
# recent file as version.
|
# recent file as version.
|
||||||
Version: 0.2.2
|
Version: 0.6
|
||||||
Release: 10%{?dist}
|
Release: 1.%{cvsdate}cvs%{?dist}
|
||||||
Summary: Fonts for Sinhala language
|
Summary: Fonts for Sinhala language
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sinhala.sourceforge.net/
|
URL: http://sinhala.sourceforge.net/
|
||||||
Source: lklug-%{version}.tar.gz
|
# cvs snapshot created with following steps
|
||||||
|
#cvs -z3 -d:pserver:anonymous@sinhala.cvs.sourceforge.net:/cvsroot/sinhala co -P sinhala/fonts
|
||||||
|
#cd sinhala/fonts/
|
||||||
|
#tar -czf lklug-%{cvsdate}.tar.gz convert.ff COPYING CREDITS lklug.sfd Makefile README.fonts
|
||||||
|
|
||||||
|
|
||||||
|
Source: lklug-%{cvsdate}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel fontforge
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,28 +32,29 @@ Haralambous and are in GPL. OTF tables are added by Anuradha
|
|||||||
Ratnaweera and Harshani Devadithya.
|
Ratnaweera and Harshani Devadithya.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{fontname}-%{version}
|
%setup -q -c
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||||
echo %{fontdir}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
%_font_pkg *.ttf
|
%_font_pkg *.ttf
|
||||||
%doc license.txt COPYING
|
%doc CREDITS COPYING README.fonts
|
||||||
%dir %{_fontdir}
|
%dir %{_fontdir}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 03 2009 Parag <pnemade@redhat.com> - 0.6-1.20090803cvs
|
||||||
|
- update to cvs snapshot 20090803.
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-10
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user