rpms/fonts-indic/devel fonts-indic.spec,1.28,1.29

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Fri Sep 7 12:27:09 UTC 2007


Author: rbhalera

Update of /cvs/pkgs/rpms/fonts-indic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8968

Modified Files:
	fonts-indic.spec 
Log Message:
Renamed the package to reflect upstream project


Index: fonts-indic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fonts-indic/devel/fonts-indic.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- fonts-indic.spec	27 Jul 2007 09:27:07 -0000	1.28
+++ fonts-indic.spec	7 Sep 2007 12:26:37 -0000	1.29
@@ -2,9 +2,9 @@
 %define update_cache    /usr/bin/fc-cache 
 %define langlist        "bengali hindi gujarati tamil punjabi kannada malayalam oriya telugu"
 
-Name:        fonts-indic
+Name:        lohit-fonts
 Version:     2.1.5
-Release:     2%{?dist}
+Release:     3%{?dist}
 License:     GPL
 Group:       User Interface/X
 BuildArch:   noarch
@@ -13,23 +13,23 @@
 Source:    fonts-indic-%{version}.tar.gz
 
 Summary: Free Indian truetype/opentype fonts
-%description
+%description 
 This package provides the Hindi, Bengali, Gujarati, Punjabi, Tamil,
 Kannada, Malayalam, Oriya, Telugu TrueType/Opentype fonts.
 
 # mk_pkg <name> <lang-code> 
 %define mk_pkg() \
-%package -n fonts-%1\
+%package -n lohit-fonts-%1\
 Summary:    Free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/")\
 Group:      User Interface/X \
-Obsoletes:  ttfonts-%2 <= 1.6-1\
-Provides :  ttfonts-%2 <= 1.6-1\
+Provides:  fonts-%1 = %{version}-%{release}\
+Obsoletes :  fonts-%1 < 2.1.5-3\
 Requires:   fontconfig\
 \
-%description -n fonts-%1\
+%description -n lohit-fonts-%1\
 These are the free %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") truetype/opentype fonts \
 \
-%files -n fonts-%1\
+%files -n lohit-fonts-%1\
 %defattr(-, root, root)\
 %dir %{xfontdir}\
 %dir %{xfontdir}/%1\
@@ -37,12 +37,12 @@
 %ghost %{xfontdir}/%1/fonts.cache-1\
 %{xfontdir}/%1/*ttf\
 \
-%post -n fonts-%1 \
+%post -n lohit-fonts-%1 \
 if [ -x %{_bindir}/fc-cache ]; then \
   %{_bindir}/fc-cache /usr/share/fonts \
 fi \
 \
-%postun -n fonts-%1 \
+%postun -n lohit-fonts-%1 \
 if [ "$1" = "0" ]; then \
   if [ -x %{_bindir}/fc-cache ]; then \
     %{_bindir}/fc-cache /usr/share/fonts \
@@ -60,7 +60,7 @@
 %mk_pkg telugu te
 
 %prep
-%setup -q
+%setup -q -n fonts-indic-%{version}
 
 %build
 echo "Nothing to do in Build."
@@ -80,6 +80,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Sep 07 2007 Rahul Bhalerao <rbhalera at redhat.com> - 2.1.5-3.fc8
+- Renamed the package to reflect the upstream project name #253158
+
 * Fri Jul 27 2007 Rahul Bhalerao <rbhalera at redhat.com> - 2.1.5-2.fc8
 - SPEC cleanup as part of merge review #225763
 




More information about the fedora-extras-commits mailing list