Mageia Bugzilla – Attachment 2549 Details for
Bug 6740
ttf2eot, an utility for converting TTF to EOT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for ttf2eot
ttf2eot.spec (text/x-rpm-spec), 948 bytes, created by
Olivier Delaune
on 2012-07-10 19:40:04 CEST
(
hide
)
Description:
spec file for ttf2eot
Filename:
MIME Type:
Creator:
Olivier Delaune
Created:
2012-07-10 19:40:04 CEST
Size:
948 bytes
patch
obsolete
>%define name ttf2eot >%define version 0.0.2 >%define release %mkrel 1 > >Summary: A utility for converting TTF to EOT >Name: %{name} >Version: %{version} >Release: %{release} >Source0: https://ttf2eot.googlecode.com/files/%{name}-%{version}-2.tar.gz >Patch0: cstddef.patch >Url: https://code.google.com/p/ttf2eot/ >License: BSD and LGPLv2+ >Group: System/Fonts/True type >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot > >%description >Very small utility to convert TTF files to EOT. >EOT is used by Internet Explorer to support css >@font-face declarations. > >%prep >%setup -q -n %{name}-%{version}-2 >%patch0 -p1 > >%build >%make > >%install >rm -rf %{buildroot} >mkdir -p %{buildroot}/%{_bindir} >install -D -m 0755 %{name} %{buildroot}/%{_bindir}/ > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root) >%doc ChangeLog README >%{_bindir}/%{name} > >%changelog >* Tue Jul 10 2012 Olivier Delaune <olivier.delaune@wanadoo.fr> 0.0.2-1.mga2 >- Package creation
%define name ttf2eot %define version 0.0.2 %define release %mkrel 1 Summary: A utility for converting TTF to EOT Name: %{name} Version: %{version} Release: %{release} Source0: https://ttf2eot.googlecode.com/files/%{name}-%{version}-2.tar.gz Patch0: cstddef.patch Url: https://code.google.com/p/ttf2eot/ License: BSD and LGPLv2+ Group: System/Fonts/True type BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description Very small utility to convert TTF files to EOT. EOT is used by Internet Explorer to support css @font-face declarations. %prep %setup -q -n %{name}-%{version}-2 %patch0 -p1 %build %make %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_bindir} install -D -m 0755 %{name} %{buildroot}/%{_bindir}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc ChangeLog README %{_bindir}/%{name} %changelog * Tue Jul 10 2012 Olivier Delaune <olivier.delaune@wanadoo.fr> 0.0.2-1.mga2 - Package creation
View Attachment As Raw
Actions:
View
Attachments on
bug 6740
: 2549 |
2550