rpms/smc-fonts/devel smc-fonts.spec,1.4,1.5

Rajeesh K Nambiar rajeeshknambiar at fedoraproject.org
Thu Jan 22 17:54:49 UTC 2009


Author: rajeeshknambiar

Update of /cvs/pkgs/rpms/smc-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29391

Modified Files:
	smc-fonts.spec 
Log Message:

* Thu Jan 22 2009 Rajeesh K Nambiar <rajeeshknambiar at gmail.com> 04.1-4
- change descriptions
- fix bug in kalyani font's obsoleting version number
- move _font_pkg macros next to corresponding packages



Index: smc-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smc-fonts.spec	17 Jan 2009 05:28:18 -0000	1.4
+++ smc-fonts.spec	22 Jan 2009 17:54:18 -0000	1.5
@@ -3,12 +3,12 @@
 
 # Common description
 %define common_desc \
-The smc-fonts package contains fonts for the display of\
+The SMC Fonts package contains fonts for the display of\
 traditional and new Malayalam Script.
 
 Name:		%{fontname}-fonts
 Version:	04.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Open Type Fonts for Malayalam script
 Group:		User Interface/X
 License:	GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and  GPLv2
@@ -34,88 +34,89 @@
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-dyuthi < 04.1-3
+Obsoletes: %{name}-dyuthi < 04.1-4
 %description -n %{fontname}-dyuthi-fonts
-The smc-fonts-dyuthi package contains fonts for the display of
+The Dyuthi font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n dyuthi Dyuthi*.ttf 
+
 %package -n %{fontname}-meera-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+ with exceptions
-Obsoletes: %{name}-meera < 04.1-3
+Obsoletes: %{name}-meera < 04.1-4
 %description -n %{fontname}-meera-fonts
-The smc-fonts-meera package contains fonts for the display of
+The Meera font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf 
+
 
 %package -n %{fontname}-rachana-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+
-Obsoletes: %{name}-rachana < 04.1-3
+Obsoletes: %{name}-rachana < 04.1-4
 %description -n %{fontname}-rachana-fonts
-The smc-fonts-rachana package contains fonts for the display of
+The Rachana font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n rachana Rachana*.ttf
+
 
 %package -n %{fontname}-raghumalayalam-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2
-Obsoletes: %{name}-raghumalayalam < 04.1-3
+Obsoletes: %{name}-raghumalayalam < 04.1-4
 %description -n %{fontname}-raghumalayalam-fonts
-The smc-fonts-malayalam package contains fonts for the display of
+The SMC Malayalam fonts package contains fonts for the display of
 new Malayalam Scripts.
 
+%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf
+
 %package -n %{fontname}-suruma-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-suruma < 04.1-3
+Obsoletes: %{name}-suruma < 04.1-4
 %description -n %{fontname}-suruma-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Suruma font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n suruma suruma*.ttf
+
 %package -n %{fontname}-kalyani-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-kalyani < 04-1.3
+Obsoletes: %{name}-kalyani < 04.1-4
 %description -n %{fontname}-kalyani-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Kalyani font package contains fonts for the display of
 new Malayalam Scripts.
 
+%_font_pkg -n kalyani Kalyani*.ttf
+
 %package -n %{fontname}-anjalioldlipi-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-anjalioldlipi < 04.1-3
+Obsoletes: %{name}-anjalioldlipi < 04.1-4
 %description -n %{fontname}-anjalioldlipi-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Anjali OldLipi package contains fonts for the display of
 traditional Malayalam Scripts.
 
-#%{_fontdir} is shared by following packages since they all are for malayalam script only
-%_font_pkg -n dyuthi Dyuthi*.ttf 
-
-%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf 
-
-%_font_pkg -n rachana Rachana*.ttf
-
-%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf
-
-%_font_pkg -n suruma suruma*.ttf
-
-%_font_pkg -n kalyani Kalyani*.ttf
-
 %_font_pkg -n anjalioldlipi AnjaliOldLipi.ttf
 
+#%{_fontdir} is shared by following packages since they all are for malayalam script only
+
 %prep
 %setup -q -n malayalam-fonts-04
 
@@ -144,6 +145,11 @@
 %dir %{_fontdir}
 
 %changelog
+* Thu Jan 22 2009 Rajeesh K Nambiar <rajeeshknambiar at gmail.com> 04.1-4
+- change descriptions
+- fix bug in kalyani font's obsoleting version number
+- move _font_pkg macros next to corresponding packages
+
 * Sat Jan 17 2009 Rajeesh K Nambiar <rajeeshknambiar at gmail.com> 04.1-3
 - update for new font guidelines
 




More information about the Fedora-fonts-bugs-list mailing list