Hello community,

here is the log from the commit of package free-ttf-fonts for openSUSE:Factory 
checked in at 2012-05-26 13:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/free-ttf-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.free-ttf-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "free-ttf-fonts", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/free-ttf-fonts/free-ttf-fonts.changes    
2011-09-23 01:58:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.free-ttf-fonts.new/free-ttf-fonts.changes       
2012-05-26 13:00:18.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:09:58 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ free-ttf-fonts.spec ++++++
--- /var/tmp/diff_new_pack.m7cXVC/_old  2012-05-26 13:00:21.000000000 +0200
+++ /var/tmp/diff_new_pack.m7cXVC/_new  2012-05-26 13:00:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package free-ttf-fonts (Version 1.0)
+# spec file for package free-ttf-fonts
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           free-ttf-fonts
-BuildRequires:  unzip
-%define        fontdir     /usr/share/fonts/truetype
-License:        Artistic-1.0 ; GPL-2.0+ ; SUSE-Public-Domain
-Group:          System/X11/Fonts
-PreReq:         %suseconfig_fonts_prereq
 Version:        1.0
 Release:        342
+%define        fontdir     /usr/share/fonts/truetype
+License:        Artistic-1.0 ; GPL-2.0+ ; SUSE-Public-Domain
 Summary:        Free TrueType Art Fonts
+Group:          System/X11/Fonts
 # Fonts from http://www.dustismo.com/
 # Licensed under GPL
 Source0:        Dustismo.zip
@@ -44,6 +44,8 @@
 # Fonts from http://www.larabiefonts.com/
 # Licensed under a freeware license
 Source100:      allfonts.zip
+BuildRequires:  unzip
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -57,31 +59,31 @@
 /usr/share/doc/packages/free-ttf-fonts/ for further information.
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}/
-mkdir -p $RPM_BUILD_ROOT/%_docdir/%name
-pushd $RPM_BUILD_ROOT%{fontdir}/
-    for i in %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 %SOURCE5 %SOURCE6 
%SOURCE7 %SOURCE8 %SOURCE9 %SOURCE10 %SOURCE100 \
+mkdir -p %{buildroot}%{fontdir}/
+mkdir -p %{buildroot}/%_docdir/%{name}
+pushd %{buildroot}%{fontdir}/
+    for i in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} 
%{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE100} \
       ; do
        unzip -o "$i"
     done
     for i in *.TTF *.TXT; do
         mv "$i" "`echo $i|tr '[A-Z]' '[a-z]'`"
     done 
-    install -m 0644 *.txt $RPM_BUILD_ROOT/%_docdir/%name
-    rm $RPM_BUILD_ROOT%{fontdir}/*.txt
+    install -m 0644 *.txt %{buildroot}/%_docdir/%{name}
+    rm %{buildroot}%{fontdir}/*.txt
 popd
 mkdir Isabella
 pushd Isabella
     tar xfvz $RPM_SOURCE_DIR/Isabella.ttf.tar.gz
-    install -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
-    install -m 0644 README.txt 
$RPM_BUILD_ROOT/%_docdir/%name/README.Isabella.txt
-    install -m 0644 COPYING $RPM_BUILD_ROOT/%_docdir/%name/COPYING.Isabella
+    install -m 0644 *.ttf %{buildroot}%{fontdir}
+    install -m 0644 README.txt 
%{buildroot}/%_docdir/%{name}/README.Isabella.txt
+    install -m 0644 COPYING %{buildroot}/%_docdir/%{name}/COPYING.Isabella
 popd
 mkdir latex-xft
 pushd latex-xft
     tar xfvz $RPM_SOURCE_DIR/latex-xft-fonts-0.1.tar.gz
-    install -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
-    install -m 0644 readme.latex-fonts $RPM_BUILD_ROOT/%_docdir/%name
+    install -m 0644 *.ttf %{buildroot}%{fontdir}
+    install -m 0644 readme.latex-fonts %{buildroot}/%_docdir/%{name}
 popd
 
 %post
@@ -92,7 +94,7 @@
 
 %files
 %defattr(0644,root,root,755)
-%_docdir/%name
+%_docdir/%{name}
 %{fontdir}
 
 %changelog













-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to