Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
338d5e3bcc dist-git conversion 2010-07-29 15:23:23 +00:00
Sandeep Sheshrao Shedmake
9be50edb60 Added woff-2009-10-03.html 2010-05-05 10:12:55 +00:00
Jesse Keating
a9cd02b853 Initialize branch F-13 for woff 2010-02-17 03:27:30 +00:00
4 changed files with 5 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: woff
# $Id$
NAME := woff
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
woff-0_20091126-2_fc13:HEAD:woff-0.20091126-2.fc13.src.rpm:1260432538

View file

@ -1,6 +1,6 @@
Name: woff
Version: 0.20091126
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Encoding and Decoding for Web Open Font Format(Woff)
Group: Development/Tools
@ -34,11 +34,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%doc woff-2009-10-03.html
%{_bindir}/*
%changelog
* Wed May 05 2010 Sandeep Shedmake <sshedmak@redhat.com>- 0.20091126-3.fc13
- Added woff-2009-10-03.html
* Sun Nov 29 2009 Parag Nemade <pnemade@redhat.com>- 0.20091126-2.fc12
- Added BR:zlib-devel