Hello community,

here is the log from the commit of package SourceSansPro-fonts for 
openSUSE:12.2 checked in at 2012-08-09 21:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/SourceSansPro-fonts (Old)
 and      /work/SRC/openSUSE:12.2/.SourceSansPro-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SourceSansPro-fonts", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-08-03 19:43:57.387656292 +0200
+++ 
/work/SRC/openSUSE:12.2/.SourceSansPro-fonts.new/SourceSansPro-fonts.changes    
    2012-08-09 21:38:24.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Sat Aug  4 09:48:04 UTC 2012 - [email protected]
+
+- Update to latest 1.033 release
+  + No real change, except that we have proper version numbers.
+
+-------------------------------------------------------------------
+Fri Aug  3 11:06:59 UTC 2012 - [email protected]
+
+- Initial package, version from 2012-07-31.
+

New:
----
  SourceSansPro-1.033.zip
  SourceSansPro-fonts.changes
  SourceSansPro-fonts.spec

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

Other differences:
------------------
++++++ SourceSansPro-fonts.spec ++++++
#
# spec file for package
#
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, Netherlands
#
# 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/
#


Name:           SourceSansPro-fonts
%define _name SourceSansPro
# Thre is no real version number, so we use the zip files release date.
Version:        1.033
Release:        0
License:        OFL-1.1
Summary:        A set of OpenType fonts designed for user interfaces
Url:            http://sourceforge.net/projects/sourcesans.adobe/
Group:          System/X11/Fonts
Source:         %{_name}-%{version}.zip
BuildRequires:  unzip
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Source Sans is a set of OpenType fonts that have been designed to work well in 
user interface (UI) environments, as well as in text setting for screen and 
print.

%prep
%setup -q -n %{_name}_FontsOnly-%{version}

%build

%install
install -d %{buildroot}%{_datadir}/fonts/truetype/
install OTF/*.otf %{buildroot}%{_datadir}/fonts/truetype/

%files
%defattr(-,root,root)
%doc LICENSE.txt
%dir %{_datadir}/fonts/truetype/
%{_datadir}/fonts/truetype/SourceSansPro*.otf

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

Reply via email to