rpms/fonts-hebrew/devel fonts-hebrew.spec,1.7,1.8

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Wed Oct 17 09:59:18 UTC 2007


Author: rbhalera

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

Modified Files:
	fonts-hebrew.spec 
Log Message:
Made this package a metapackage


Index: fonts-hebrew.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fonts-hebrew/devel/fonts-hebrew.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fonts-hebrew.spec	27 Jul 2007 09:49:12 -0000	1.7
+++ fonts-hebrew.spec	17 Oct 2007 09:58:44 -0000	1.8
@@ -1,61 +1,34 @@
-%define culmus_version 0.100
-
 Name: fonts-hebrew
-Version: 0.100
-Release: 5%{?dist}
-License: GPL
-Source: culmus-%{culmus_version}.tar.gz
-Source1: LICENSE-BITSTREAM
+Version: 0.101
+Release: 1%{?dist}
+License: GPLv2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Group: User Interface/X
 Summary: Fonts for Hebrew
 URL: http://culmus.sourceforge.net/
-# Require this version to get CLM names in fonts.conf
-Requires: fontconfig >= 2.2.3-4
+Requires: culmus-fonts
  
 %description
 The fonts-hebrew package contains fonts for the display of
 Hebrew from the Culmus project.
 
 %prep
-%setup -q -n culmus-%{culmus_version}
-install -c -p -m 644 %SOURCE1 .
+%{nil}
 
 %build
+echo "Nothing to do in build."
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew
-cp *.pfa *.afm $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew
-# %%ghost the fonts.cache-1 file
-touch $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew/fonts.cache-1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache /usr/share/fonts
-fi
-
-%postun
-if [ "$1" = "0" ]; then
-  if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache /usr/share/fonts
-  fi
-fi
-
-%files
-%defattr(-,root,root)
-%doc CHANGES GNU-GPL LICENSE LICENSE-BITSTREAM
-%dir %{_datadir}/fonts/hebrew
-%{_datadir}/fonts/hebrew/*.pfa
-%{_datadir}/fonts/hebrew/*.afm
-%ghost %verify(not md5 size mtime) %{_datadir}/fonts/hebrew/fonts.cache-1
-
 %changelog
+* Wed Oct 17 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.101-1.fc8
+- This is now a metapackage since Culmus fonts were moved to a separate package
+
 * Fri Jul 27 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.100-5.fc8
 - SPEC cleanup as part of merge review #225762
 




More information about the fedora-extras-commits mailing list