Hello community,
here is the log from the commit of package ctan-latinmodern-fonts for
openSUSE:Factory checked in at 2012-05-26 09:22:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-17 07:44:26.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new/ctan-latinmodern-fonts.changes
2012-05-26 09:22:36.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:09:55 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ctan-latinmodern-fonts.spec ++++++
--- /var/tmp/diff_new_pack.F8Q0x8/_old 2012-05-26 09:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.F8Q0x8/_new 2012-05-26 09:22:37.000000000 +0200
@@ -16,23 +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
-Source0: lm-%version-otf.tar.bz2
+Source0: lm-%{version}-otf.tar.bz2
Source2: GUST-FONT-LICENSE.txt
Source3: README-Latin-Modern.txt
Source4: strip-source.pl
-Url: http://www.ctan.org/tex-archive/fonts/lm/
+Obsoletes: lmfonts < %{version}
+Provides: lmfonts = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-Obsoletes: lmfonts < %version
-Provides: lmfonts = %version
-%define fod %_datadir/fonts/truetype
+%define fod %{_datadir}/fonts/truetype
%description
The Latin Modern fonts are derived from the famous Computer Modern
@@ -43,16 +44,16 @@
%prep
%setup -Tcq
-sed -i 's/.$//' "%{S:2}"
-cp "%{S:2}" "%{S:3}" .;
+sed -i 's/.$//' "%{SOURCE2}"
+cp "%{SOURCE2}" "%{SOURCE3}" .;
%build
%install
-c="%buildroot/%fod";
+c="%{buildroot}/%fod";
install -dm0755 "$c";
pushd "$c/";
-tar -xf "%{S:0}";
+tar -xf "%{SOURCE0}";
popd;
%post
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]