Hello community,

here is the log from the commit of package sil-charis-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:28:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sil-charis-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.sil-charis-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sil-charis-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sil-charis-fonts/sil-charis-fonts.changes        
2012-04-02 19:53:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sil-charis-fonts.new/sil-charis-fonts.changes   
2012-05-26 09:29:06.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:28 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sil-charis-fonts.spec ++++++
--- /var/tmp/diff_new_pack.g3610t/_old  2012-05-26 09:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.g3610t/_new  2012-05-26 09:29:14.000000000 +0200
@@ -15,28 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define fontdir     /usr/share/fonts/truetype
 
 Name:           sil-charis-fonts
-Summary:        Smart Unicode Font for Latin and Cyrillic Scripts
-License:        OFL-1.1
-Group:          System/X11/Fonts
-AutoReqProv:    on
-PreReq:         %suseconfig_fonts_prereq
-Provides:       locale(vi;ru;bg)
 Version:        4.106
 Release:        1
+License:        OFL-1.1
+Summary:        Smart Unicode Font for Latin and Cyrillic Scripts
 Url:            
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
+Group:          System/X11/Fonts
 Source0:        CharisSIL4.106.zip
 Source1:        Changes.txt
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dos2unix unzip
+BuildRequires:  dos2unix
+BuildRequires:  unzip
+Requires(pre):  %suseconfig_fonts_prereq
+Provides:       locale(vi;ru;bg)
 # FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
 Obsoletes:      sil-charis <= 4.106
 Provides:       sil-charis = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 Charis is similar to Bitstream Charter, one of the first fonts designed
@@ -56,29 +55,23 @@
 issues, such as the need to position arbitrary combinations of base
 glyphs and diacritics optimally.
 
-
-
-Authors:
---------
-    Non-Roman Script Initiative, SIL International <n...@sil.org>
-
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j $RPM_SOURCE_DIR/CharisSIL4.106.zip
 chmod 644 *
-cp %{S:1} .
+cp %{SOURCE1} .
 # Fix rpmlint warnings:
 find . -name \*.txt -print0 | xargs -0 dos2unix
 
 %build
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
-mkdir -p $RPM_BUILD_ROOT%{fontdir}/
-install -c -m 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
+[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
+mkdir -p %{buildroot}%{fontdir}/
+install -c -m 644 *.ttf %{buildroot}%{fontdir}
 
 %clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
 
 %post
 %run_suseconfig_fonts


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to