Update to 20150330
- use %license macro for LICENSE file
This commit is contained in:
parent
35e4fb5ed4
commit
cdfc2cdf9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ fontforge_full-20100501.tar.bz2
|
|||||||
/gnulib-2bf7326.tar.gz
|
/gnulib-2bf7326.tar.gz
|
||||||
/20141230.tar.gz
|
/20141230.tar.gz
|
||||||
/20150228.tar.gz
|
/20150228.tar.gz
|
||||||
|
/20150330.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global archive_version 20150228
|
%global archive_version 20150330
|
||||||
%global gettext_package FontForge
|
%global gettext_package FontForge
|
||||||
%global gnulib_githead 2bf7326
|
%global gnulib_githead 2bf7326
|
||||||
|
|
||||||
Name: fontforge
|
Name: fontforge
|
||||||
Version: 20150228
|
Version: 20150330
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Outline and bitmap font editor
|
Summary: Outline and bitmap font editor
|
||||||
|
|
||||||
@ -144,7 +144,8 @@ fi
|
|||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
%files -f %{gettext_package}.lang
|
%files -f %{gettext_package}.lang
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS
|
||||||
|
%license LICENSE
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_datadir}/applications/*fontforge.desktop
|
%{_datadir}/applications/*fontforge.desktop
|
||||||
@ -165,6 +166,10 @@ fi
|
|||||||
%doc htdocs
|
%doc htdocs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150330-1
|
||||||
|
- Update to 20150330
|
||||||
|
- use %%license macro for LICENSE file
|
||||||
|
|
||||||
* Thu Mar 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150228-1
|
* Thu Mar 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150228-1
|
||||||
- Update to 20150228
|
- Update to 20150228
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user