rpms/samyak-fonts/F-13 .cvsignore, 1.4, 1.5 samyak-fonts.spec, 1.15, 1.16 sources, 1.4, 1.5

Naveen Kumar nkumar at fedoraproject.org
Thu Jun 17 09:18:35 UTC 2010


Author: nkumar

Update of /cvs/pkgs/rpms/samyak-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30084

Modified Files:
	.cvsignore samyak-fonts.spec sources 
Log Message:
* Thu Jun 17 2010 Naveen Kumar <nkumar at redhat.com> 1.2.2-1
- new release from upstream with source
- changes in spec file to source compile
- resolves bug # 586279
- resolves bug # 586281




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/samyak-fonts/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	18 Sep 2008 09:35:10 -0000	1.4
+++ .cvsignore	17 Jun 2010 09:18:35 -0000	1.5
@@ -1,3 +1,4 @@
 samyak-fonts-1.1.0.tar.gz
 samyak-fonts-1.2.0.tar.gz
 samyak-fonts-1.2.1.tar.gz
+samyak-fonts-1.2.2.tar.gz


Index: samyak-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samyak-fonts/F-13/samyak-fonts.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- samyak-fonts.spec	30 Mar 2010 09:49:11 -0000	1.15
+++ samyak-fonts.spec	17 Jun 2010 09:18:35 -0000	1.16
@@ -8,12 +8,12 @@ The Samyak package contains fonts for th
 Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil
 
 Name:	 %{fontname}-fonts
-Version:	1.2.1
-Release:	11%{?dist}
+Version:	1.2.2
+Release:	1%{?dist}
 Summary:	Free Indian truetype/opentype fonts
 Group:	User Interface/X
 License:	GPLv3+ with exceptions
-URL:	https://sarovar.org/projects/samyak/
+URL:	http://sarovar.org/projects/samyak/
 Source:	samyak-fonts-%{version}.tar.gz
 Source1: 67-samyak-devanagari.conf
 Source2: 67-samyak-tamil.conf
@@ -22,6 +22,7 @@ Source4: 67-samyak-gujarati.conf
 Source5: 67-samyak-oriya.conf
 BuildArch:	noarch
 BuildRequires:	fontpackages-devel
+BuildRequires:	fontforge >= 20080429
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -76,7 +77,7 @@ Scripts Malayalam.
 %_font_pkg -n malayalam -f 68-samyak-malayalam.conf %{fontname}-malayalam/*.ttf 
 
 %package -n %{fontname}-gujarati-fonts
-Summary: Open Type Fonts for Gujarai script
+Summary: Open Type Fonts for Gujarati script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
@@ -106,15 +107,21 @@ Scripts Oriya.
 %setup -q -n samyak-fonts-%{version}
 
 %build
-echo "Nothing to do in Build."
+mkdir -p TTFfiles/
+./generate.pe */*.sfd
 
 %install
 rm -rf %{buildroot}
+cp TTFfiles/Samyak-Devanagari.ttf TTFfiles/devanagari
+cp TTFfiles/Samyak-Gujarati.ttf TTFfiles/gujarati
+cp TTFfiles/Samyak-Malayalam.ttf TTFfiles/malayalam
+cp TTFfiles/Samyak-Oriya.ttf TTFfiles/oriya
+cp TTFfiles/Samyak-Tamil.ttf TTFfiles/tamil
 
 for i in "%{langlist}"
 do
 install -m 0755 -d %{buildroot}%{_fontdir}/samyak-$i
-install -m 0644 -p $i/* %{buildroot}%{_fontdir}/samyak-$i
+install -m 0644 -p $i/*.ttf %{buildroot}%{_fontdir}/samyak-$i
 done
 
 install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
@@ -156,6 +163,12 @@ rm -fr %{buildroot}
 %dir %{_fontdir}
 
 %changelog
+* Thu Jun 17 2010 Naveen Kumar <nkumar at redhat.com> 1.2.2-1
+- new release from upstream with source
+- changes in spec file to source compile
+- resolves bug # 586279
+- resolves bug # 586281
+
 * Tue Mar 30 2010 Naveen Kumar <nkumar at redhat.com> 1.2.1-11
 - remove binding="same" from all .conf files
 - resolves Bug#578042


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/samyak-fonts/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	18 Sep 2008 09:35:10 -0000	1.4
+++ sources	17 Jun 2010 09:18:35 -0000	1.5
@@ -1 +1 @@
-b487da8289cf633ea131c715a60a6348  samyak-fonts-1.2.1.tar.gz
+e104a9d8b3bdc8bac7b6c4b869680a23  samyak-fonts-1.2.2.tar.gz



More information about the fonts-bugs mailing list