commit ctan-latinmodern-fonts for openSUSE:Factory

2012-09-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new/ctan-latinmodern-fonts.changes
   2012-09-14 12:15:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.5Hhb0v/_new  2012-09-14 12:15:50.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ctan-latinmodern-fonts for openSUSE:Factory

2012-05-26 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new/ctan-latinmodern-fonts.changes
   2012-05-26 09:22:36.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:09:55 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ ctan-latinmodern-fonts.spec ++
--- /var/tmp/diff_new_pack.F8Q0x8/_old  2012-05-26 09:22:37.0 +0200
+++ /var/tmp/diff_new_pack.F8Q0x8/_new  2012-05-26 09:22:37.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org