Hello community,
here is the log from the commit of package paratype-pt-sans-fonts for
openSUSE:Factory checked in at 2012-01-25 10:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paratype-pt-sans-fonts (Old)
and /work/SRC/openSUSE:Factory/.paratype-pt-sans-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paratype-pt-sans-fonts", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.paratype-pt-sans-fonts.new/paratype-pt-sans-fonts.changes
2012-01-25 10:40:22.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Wed Dec 14 12:18:28 UTC 2011 - [email protected]
+
+- Renamed PTSans-fonts -> paratype-pt-sans-fonts according to
+ openSUSE packaging guidelines and FATE#313035
+ Adjusted Obsoletes and Provides accordingly
+
+-------------------------------------------------------------------
+Thu Nov 24 17:38:09 UTC 2011 - [email protected]
+
+- Spec clean up.
+
+-------------------------------------------------------------------
+Sat Sep 17 10:02:25 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Thu Jul 7 02:06:44 UTC 2011 - [email protected]
+
+- Provides locale be, ru, uk
+
+-------------------------------------------------------------------
+Mon Jun 27 03:25:40 UTC 2011 - [email protected]
+
+- Initial package created - 2.003OFL
+
New:
----
Info_PT_SS.pdf
PTSansOFL.zip
paratype-pt-sans-fonts.changes
paratype-pt-sans-fonts.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ paratype-pt-sans-fonts.spec ++++++
#
# spec file for package paratype-pt-sans-fonts
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _ttf_fontdir %{_datadir}/fonts/truetype
Name: paratype-pt-sans-fonts
Version: 2.003OFL
Release: 0
Summary: Sans Fonts for Minority Languages of Russia
License: OFL-1.1
Group: System/X11/Fonts
Url: http://www.paratype.com/public/
Source0: http://www.fontstock.com/public/PTSansOFL.zip
Source1: http://www.paratype.ru/public/Info_PT_SS.pdf
BuildRequires: unzip
BuildRequires: xorg-x11-devel
Provides: locale(be;ru;uk)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires(pre): %suseconfig_fonts_prereq
# FIXME: This causes a rpmlint warning; change <= to < once there's a new
upstream version
Obsoletes: PTSans-fonts <= 2.003OFL
Provides: PTSans-fonts = %{version}
%description
PT Sans is based on Russian sans serif types of the second part of
the XX century, but at the same time has a very distinctive features of
modern humanistic design. The family consists of 8 styles: 4 basic
styles; 2 captions styles for small sizes and 2 narrows styles for
economic setting.
The fonts beside standard Western, Central European and Cyrillic code
pages contain characters of all title languages of Russian Federation
that make them unique and very important tool of the modern digital
communications.
%prep
%setup -cqn %{name}-%{version}
cp %{SOURCE1} .
sed -i 's/\r$//g' PTSansPTSerifOFL.txt
%build
%install
install -dm 0755 %{buildroot}%{_ttf_fontdir}
install -m 0644 *.ttf %{buildroot}%{_ttf_fontdir}
%post
%run_suseconfig_fonts
%postun
%run_suseconfig_fonts
%files
%defattr(-,root,root,-)
%doc Info_PT_SS.pdf PTSansPTSerifOFL.txt
%dir %{_ttf_fontdir}
%{_ttf_fontdir}/*.ttf
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]