diff options
author | Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org> | 2014-11-14 14:15:22 +0100 |
---|---|---|
committer | Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org> | 2014-11-14 14:15:22 +0100 |
commit | df74890095b01d7170a87a3b6dc8c040385705a4 (patch) | |
tree | c2369886472848d0964e46016b3a1e4c818b1379 | |
parent | b03f82c16c070c29537548c938731e91d7c58db8 (diff) | |
download | dejavu-fonts-df74890095b01d7170a87a3b6dc8c040385705a4.tar.gz dejavu-fonts-df74890095b01d7170a87a3b6dc8c040385705a4.tar.bz2 dejavu-fonts-df74890095b01d7170a87a3b6dc8c040385705a4.zip |
cleaned the spec file: group and license fieldsHEADtizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150128.000000submit/tizen_wearable/20150127.000001submit/tizen_tv/20150320.000001submit/tizen_mobile/20150302.000000submit/tizen_mobile/20150223.000000submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150129.000000submit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_ivi/20141225.222222submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20141212.151400submit/tizen_3.0_common/20161104.104000accepted/tizen/wearable/20150129.005802accepted/tizen/tv/20150324.014511accepted/tizen/mobile/20150304.131100accepted/tizen/ivi/20160218.024335accepted/tizen/ivi/20141225.103515accepted/tizen/common/20141215.134506accepted/tizen/3.0/common/20161114.110513tizen_3.0_ivitizen_3.0.m2tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizenaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0_common
Change-Id: I7fc411fe9d4466c2f849b20450fcd7c82598d17e
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
-rw-r--r-- | packaging/dejavu-fonts.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/dejavu-fonts.spec b/packaging/dejavu-fonts.spec index 3f6d6ae..55bbc33 100644 --- a/packaging/dejavu-fonts.spec +++ b/packaging/dejavu-fonts.spec @@ -8,10 +8,10 @@ Name: dejavu-fonts Version: 2.33 Release: 0 -License: Permissive +License: Bitstream Vera and Public Domain Summary: DejaVu Truetype Fonts Url: http://dejavu.sourceforge.net/ -Group: System/Fonts +Group: Graphics & UI Framework/Fonts Source: dejavu-fonts-ttf-%{version}.tar.bz2 Source1001: dejavu-fonts.manifest BuildArch: noarch @@ -34,12 +34,12 @@ install -m 0644 ttf/*.ttf %{buildroot}%{_ttffontsdir}/ %post -if [ -x %{_bindir}/fc-cache ]; then +if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{_ttffontsdir} || : fi %postun -if [ -x %{_bindir}/fc-cache ]; then +if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{_ttffontsdir} || : fi |