Hello community, here is the log from the commit of package ipa-ex-fonts for openSUSE:Factory checked in at 2012-05-26 09:25:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipa-ex-fonts (Old) and /work/SRC/openSUSE:Factory/.ipa-ex-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipa-ex-fonts", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ipa-ex-fonts/ipa-ex-fonts.changes 2012-04-02 19:52:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ipa-ex-fonts.new/ipa-ex-fonts.changes 2012-05-26 09:25:50.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 17 09:10:14 UTC 2012 - [email protected] + +- call spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipa-ex-fonts.spec ++++++ --- /var/tmp/diff_new_pack.jN7OAb/_old 2012-05-26 09:25:51.000000000 +0200 +++ /var/tmp/diff_new_pack.jN7OAb/_new 2012-05-26 09:25:51.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ipa-ex-fonts # -# Copyright (c) 2010 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,21 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild + Name: ipa-ex-fonts -BuildRequires: dos2unix +Version: 001.02 +Release: 1 %define ttf_fontdir %{_datadir}/fonts/truetype License: IPA -Group: System/X11/Fonts -AutoReqProv: on Summary: Scalable Japanese TrueType fonts made by IPA -Version: 001.02 -Release: 1 Url: http://ossipedia.ipa.go.jp/ipafont/ +Group: System/X11/Fonts Source0: IPAexfont00102.tar.bz2 Source1: ipa-ex-gothic-hinting.conf Source2: ipa-ex-mincho-hinting.conf +BuildRequires: dos2unix BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -68,21 +67,21 @@ done %install -mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir} +mkdir -p %{buildroot}%{ttf_fontdir} for i in *.ttf do - install -m 644 $i $RPM_BUILD_ROOT%{ttf_fontdir} + install -m 644 $i %{buildroot}%{ttf_fontdir} done -mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.avail -mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.d -for i in %{S:1} %{S:2}; do +mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail +mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d +for i in %{SOURCE1} %{SOURCE2}; do hint=21-${i##*/} - install -m 644 $i $RPM_BUILD_ROOT/etc/fonts/conf.avail/$hint - ln -s ../conf.avail/$hint $RPM_BUILD_ROOT/etc/fonts/conf.d/$hint + install -m 644 $i %{buildroot}%{_sysconfdir}/fonts/conf.avail/$hint + ln -s ../conf.avail/$hint %{buildroot}%{_sysconfdir}/fonts/conf.d/$hint done %clean -rm -rf $RPM_BUILD_ROOT; +rm -rf %{buildroot}; %post -n ipa-ex-gothic-fonts %run_suseconfig_fonts -c @@ -101,21 +100,21 @@ %doc *.txt %dir %{ttf_fontdir}/ %{ttf_fontdir}/ipaexg.* -%dir /etc/fonts -%dir /etc/fonts/conf.avail -%dir /etc/fonts/conf.d -%config /etc/fonts/conf.avail/21-ipa-ex-gothic-hinting.conf -/etc/fonts/conf.d/21-ipa-ex-gothic-hinting.conf +%dir %{_sysconfdir}/fonts +%dir %{_sysconfdir}/fonts/conf.avail +%dir %{_sysconfdir}/fonts/conf.d +%config %{_sysconfdir}/fonts/conf.avail/21-ipa-ex-gothic-hinting.conf +%{_sysconfdir}/fonts/conf.d/21-ipa-ex-gothic-hinting.conf %files -n ipa-ex-mincho-fonts %defattr(-,root,root) %doc *.txt %dir %{ttf_fontdir}/ %{ttf_fontdir}/ipaexm.* -%dir /etc/fonts -%dir /etc/fonts/conf.avail -%dir /etc/fonts/conf.d -%config /etc/fonts/conf.avail/21-ipa-ex-mincho-hinting.conf -/etc/fonts/conf.d/21-ipa-ex-mincho-hinting.conf +%dir %{_sysconfdir}/fonts +%dir %{_sysconfdir}/fonts/conf.avail +%dir %{_sysconfdir}/fonts/conf.d +%config %{_sysconfdir}/fonts/conf.avail/21-ipa-ex-mincho-hinting.conf +%{_sysconfdir}/fonts/conf.d/21-ipa-ex-mincho-hinting.conf %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
