Hello community,
here is the log from the commit of package ctan-latinmodern-fonts for
openSUSE:Factory checked in at 2012-09-14 12:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctan-latinmodern-fonts (Old)
and /work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ctan-latinmodern-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/ctan-latinmodern-fonts/ctan-latinmodern-fonts.changes
2012-05-26 09:22:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new/ctan-latinmodern-fonts.changes
2012-09-14 12:15:49.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 4 12:39:06 CEST 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+ (see openFATE#313536);
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ctan-latinmodern-fonts.spec ++++++
--- /var/tmp/diff_new_pack.5Hhb0v/_old 2012-09-14 12:15:50.000000000 +0200
+++ /var/tmp/diff_new_pack.5Hhb0v/_new 2012-09-14 12:15:50.000000000 +0200
@@ -16,25 +16,24 @@
#
-
Name: ctan-latinmodern-fonts
Version: 2.004
Release: 0
+Summary: Latin Modern Fonts from CTAN/GUST
License: LPPL-1.3c
-Summary: Latin Modern fonts from CTAN/GUST
-Url: http://www.ctan.org/tex-archive/fonts/lm/
Group: System/X11/Fonts
+Url: http://www.ctan.org/tex-archive/fonts/lm/
Source0: lm-%{version}-otf.tar.bz2
Source2: GUST-FONT-LICENSE.txt
Source3: README-Latin-Modern.txt
Source4: strip-source.pl
+BuildRequires: fontpackages-devel
+%reconfigure_fonts_prereq
Obsoletes: lmfonts < %{version}
Provides: lmfonts = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-%define fod %{_datadir}/fonts/truetype
-
%description
The Latin Modern fonts are derived from the famous Computer Modern
fonts designed by Donald E. Knuth and first published by the American
@@ -50,25 +49,17 @@
%build
%install
-c="%{buildroot}/%fod";
+c="%{buildroot}/%_ttfontsdir";
install -dm0755 "$c";
pushd "$c/";
tar -xf "%{SOURCE0}";
popd;
-%post
-if [ -x /sbin/SuSEconfig ]; then
- SuSEconfig --module fonts;
-fi;
-
-%postun
-if [ -x /sbin/SuSEconfig ]; then
- SuSEconfig --module fonts;
-fi;
+%reconfigure_fonts_scriptlets
%files
%defattr(-,root,root)
-%fod
+%_ttfontsdir
%doc *.txt
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]