rpms/samyak-fonts/devel .cvsignore, 1.4, 1.5 samyak-fonts.spec, 1.14, 1.15 sources, 1.4, 1.5

Naveen Kumar nkumar at fedoraproject.org
Mon Jun 14 08:33:59 UTC 2010


Author: nkumar

Update of /cvs/pkgs/rpms/samyak-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12440

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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/.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	14 Jun 2010 08:33:59 -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/devel/samyak-fonts.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- samyak-fonts.spec	4 May 2010 06:38:33 -0000	1.14
+++ samyak-fonts.spec	14 Jun 2010 08:33:59 -0000	1.15
@@ -8,8 +8,8 @@ The Samyak package contains fonts for th
 Scripts Devanagari, Gujarati, Malayalam, Oriya and Tamil
 
 Name:	 %{fontname}-fonts
-Version:	1.2.1
-Release:	10%{?dist}
+Version:	1.2.2
+Release:	1%{?dist}
 Summary:	Free Indian truetype/opentype fonts
 Group:	User Interface/X
 License:	GPLv3+ with exceptions
@@ -107,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} \
@@ -157,6 +163,10 @@ rm -fr %{buildroot}
 %dir %{_fontdir}
 
 %changelog
+* Mon Jun 14 2010 Naveen Kumar <nkumar at redhat.com> 1.2.2-1
+- new release from upstream with source
+- changes in spec file to source compile
+
 * Tue May 4 2010 Naveen Kumar <nkumar at redhat.com> 1.2.1-10
 - remove binding="same" from all .conf files
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/samyak-fonts/devel/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	14 Jun 2010 08:33:59 -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