rpms/woff/F-11 woff.spec,NONE,1.1

Sandeep Sheshrao Shedmake sandeeps at fedoraproject.org
Thu Dec 10 08:41:57 UTC 2009


Author: sandeeps

Update of /cvs/pkgs/rpms/woff/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23133

Added Files:
	woff.spec 
Log Message:
added woff.spec from devel branch


--- NEW FILE woff.spec ---
Name:           woff
Version:        0.20091126
Release:        2%{?dist}
Summary:        Encoding and Decoding for Web Open Font Format(Woff)

Group:          Development/Tools
License:        GPLv2+ or LGPLv2+ or MPLv1.1
URL:            http://people.mozilla.com/~jkew/woff/
Source0:        http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  zlib-devel

%description
Encoding and Decoding for Web Open Font Format(Woff)

%prep
%setup -q -c  


%build
make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -m 755 -p $RPM_BUILD_ROOT/%{_bindir}
install -m755 sfnt2woff woff2sfnt $RPM_BUILD_ROOT/%{_bindir}/



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{_bindir}/*


%changelog
* Sun Nov 29 2009 Parag Nemade <pnemade at redhat.com>- 0.20091126-2.fc12
- Added BR:zlib-devel

* Fri Nov 27 2009 Parag Nemade <pnemade at redhat.com>- 0.20091126-1.fc12
- Initial specfile for Fedora






More information about the fedora-extras-commits mailing list