Hello community,

here is the log from the commit of package vollkorn-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vollkorn-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.vollkorn-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vollkorn-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/vollkorn-fonts/vollkorn-fonts.changes    
2012-02-16 12:29:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vollkorn-fonts.new/vollkorn-fonts.changes       
2012-09-14 12:41:58.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jul  4 12:39:06 CEST 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+-------------------------------------------------------------------
+Thu May 17 09:10:35 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vollkorn-fonts.spec ++++++
--- /var/tmp/diff_new_pack.nXjNGx/_old  2012-09-14 12:41:59.000000000 +0200
+++ /var/tmp/diff_new_pack.nXjNGx/_new  2012-09-14 12:41:59.000000000 +0200
@@ -17,20 +17,20 @@
 
 
 %define fontname Vollkorn
-%define fontdir  /usr/share/fonts/truetype
 
 Name:           vollkorn-fonts
 Version:        2.1
 Release:        0
+Summary:        An every day use free serif font
+License:        OFL-1.1
+Group:          System/X11/Fonts
 Url:            http://friedrichalthausen.de/?page_id=411
 Source0:        %{fontname}-%{version}.zip
-PreReq:         %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildArch:      noarch
+%reconfigure_fonts_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        An every day use free serif font
-License:        OFL-1.1
-Group:          System/X11/Fonts
+BuildArch:      noarch
 
 %description
 From the Vollkorn webpage:
@@ -41,7 +41,6 @@
 »Vollkorn« (pronounced »Follkorn«) is German for »wholemeal«
 which refers to the old term »Brotschrift«.
 
-
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j %{SOURCE0}
@@ -57,23 +56,14 @@
 # -- nop --
 
 %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}
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && %{__rm} -rf 
$RPM_BUILD_ROOT;
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt
-%dir %{fontdir}/
-%{fontdir}/*
+%{_ttfontsdir}
 
 %changelog


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

Reply via email to