Author: deejay1 Date: Sun Dec 28 16:35:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release, based on fonts-TTF-Gentium
---- Files affected: SPECS: fonts-TTF-RiordonFancy.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/fonts-TTF-RiordonFancy.spec diff -u /dev/null SPECS/fonts-TTF-RiordonFancy.spec:1.1 --- /dev/null Sun Dec 28 17:35:45 2008 +++ SPECS/fonts-TTF-RiordonFancy.spec Sun Dec 28 17:35:40 2008 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: RiordonFancy TrueType font +Summary(pl.UTF-8): Czcionka TrueType RiordonFancy +Name: fonts-TTF-RiordonFancy +Version: 2 +Release: 1 +License: Creative Commons cc-by-nc +Group: Fonts +URL: http://blogs.gnome.org/tthurman/2008/12/27/riordonfancy-version-2/ +Requires(post,postun): fontpostinst +Source0: http://dorothy.thurman.org.uk/~tthurman/RiordonFancy/RiordonFancy.ttf +# Source0-md5: 9d7cb93b5678b36f447bb04f2babd5ae +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define ttffontsdir %{_fontsdir}/TTF + +%description +RiordonFancy is a font designed one paper by the ten year old Riordon +Turner. It contains the whole ASCII set and an interrobang. + +%description -l pl.UTF-8 +RiordonFancy jest czcionką zaprojektowaną na papierze przez +dziesięcioletnią Riordon Turner. Zawiera kompletny zestaw znaków ASCII +oraz interrobang. + +%prep + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{ttffontsdir} + +install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst TTF + +%postun +fontpostinst TTF + +%files +%defattr(644,root,root,755) +%{ttffontsdir}/*.ttf + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/12/28 16:35:40 deejay1 +- initial release, based on fonts-TTF-Gentium + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
