Hello community,
here is the log from the commit of package bitstream-vera-fonts for
openSUSE:Factory checked in at 2012-05-26 09:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitstream-vera-fonts (Old)
and /work/SRC/openSUSE:Factory/.bitstream-vera-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitstream-vera-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/bitstream-vera-fonts/bitstream-vera-fonts.changes
2012-04-17 07:43:54.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.bitstream-vera-fonts.new/bitstream-vera-fonts.changes
2012-05-26 09:22:06.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:09:51 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bitstream-vera-fonts.spec ++++++
--- /var/tmp/diff_new_pack.Ho6C6S/_old 2012-05-26 09:22:06.000000000 +0200
+++ /var/tmp/diff_new_pack.Ho6C6S/_new 2012-05-26 09:22:06.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package bitstream-vera
+# spec file for package bitstream-vera-fonts
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,24 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define fontname bitstream-vera
%define ttf_fontdir /usr/share/fonts/truetype
Name: bitstream-vera-fonts
-License: SUSE-Bitstream-Vera
-Group: System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
Version: 1.10
Release: 304
+License: SUSE-Bitstream-Vera
Summary: Bitstream Vera(tm) Truetype fonts
-Source: ttf-%{fontname}-%{version}.tar.bz2
Url: http://www.bitstream.com
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
+Group: System/X11/Fonts
+Source: ttf-%{fontname}-%{version}.tar.bz2
+Requires(pre): %suseconfig_fonts_prereq
# FIXME: This causes a rpmlint warning; change <= to < once there's a new
upstream version
Obsoletes: %{fontname} <= 1.10
Provides: %{fontname} = %{version}
-
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
The package contains the "Vera" truetype fonts from Bitstream Inc.
@@ -43,8 +43,8 @@
%build
%install
-mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}
-install -m 0644 *.ttf $RPM_BUILD_ROOT%{ttf_fontdir}
+mkdir -p %{buildroot}%{ttf_fontdir}
+install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}
%post
%run_suseconfig_fonts
@@ -55,6 +55,6 @@
%files
%defattr(-,root,root,755)
%doc COPYRIGHT.TXT RELEASENOTES.TXT README.TXT local.conf
-/usr/share/fonts/truetype
+%{_datadir}/fonts/truetype
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]