rpms/liberation-fonts/devel liberation-fonts.spec,1.45,1.46

cchance cchance at fedoraproject.org
Tue Jan 12 05:11:51 UTC 2010


Author: cchance

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

Modified Files:
	liberation-fonts.spec 
Log Message:
* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-3.fc13
- Removed full stop in Summary.
- Set default file permission in files.
- Provides liberation-fonts and liberation-fonts-compat by 
  liberation-fonts-common.
- Macro as much as possible in .spec.




Index: liberation-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liberation-fonts/devel/liberation-fonts.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- liberation-fonts.spec	19 Oct 2009 01:19:00 -0000	1.45
+++ liberation-fonts.spec	12 Jan 2010 05:11:51 -0000	1.46
@@ -10,7 +10,7 @@ New.
 Name:             %{fontname}-fonts
 Summary:          Fonts to replace commonly used Microsoft Windows fonts
 Version:          1.05.2.20091019
-Release:          2%{?dist}
+Release:          3%{?dist}
 # The license of the Liberation Fonts is a EULA that contains GPLv2 and two
 # exceptions:
 # The first exception is the standard FSF font exception.
@@ -33,11 +33,12 @@ Meta-package of Liberation fonts which i
 families.
 
 %package -n %{fontname}-fonts-common
-Summary:          Shared common files of Liberation font families.
+Summary:          Shared common files of Liberation font families
 Group:            User Interface/X
 Requires:         fontpackages-filesystem >= 1.13
 Obsoletes:        liberation-fonts < 1.04.93-7
 Obsoletes:        liberation-fonts-compat <= 1.05.1.20090630
+Provides:         liberation-fonts, liberation-fonts-compat
 
 %description -n %{fontname}-fonts-common
 %common_desc
@@ -97,21 +98,28 @@ New.
 %__make build
 
 %install
-rm -rf %{buildroot}
+%__rm -rf %{buildroot}
 # fonts .ttf
 install -m 0755 -d %{buildroot}%{_fontdir}
 install -m 0644 -p ttf/*.ttf %{buildroot}%{_fontdir}
 # catalogue
 install -m 0755 -d %{buildroot}%{catalogue}
-ln -sf %{_fontdir} %{buildroot}%{catalogue}/%{name}
+%__ln -sf %{_fontdir} %{buildroot}%{catalogue}/%{name}
 # fonts.{dir,scale}
 mkfontdir %{buildroot}%{_fontdir}
 mkfontscale %{buildroot}%{_fontdir}
 
 %clean
-rm -rf %{buildroot}
+%__rm -rf %{buildroot}
 
 %changelog
+* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-3.fc13
+- Removed full stop in Summary.
+- Set default file permission in files.
+- Provides liberation-fonts and liberation-fonts-compat by 
+  liberation-fonts-common.
+- Macro as much as possible in .spec.
+
 * Mon Oct 19 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-2.fc13
 - Rebuilt.
 



More information about the fonts-bugs mailing list