Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
dfd6c78e32 dist-git conversion 2010-07-29 09:36:04 +00:00
Rex Dieter
86b7e5801e - poppler-data-0.4.2 2010-05-10 20:35:04 +00:00
Rex Dieter
15641cbfbc - poppler-data-0.4.0 2009-12-14 19:29:17 +00:00
Bill Nottingham
05a77c8229 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:43:38 +00:00
Rex Dieter
4510838870 - poppler-data-0.3.1 2009-11-23 21:53:15 +00:00
Jesse Keating
b99d1f9a93 Initialize branch F-12 for poppler-data 2009-09-29 06:28:48 +00:00
6 changed files with 12 additions and 25 deletions

View file

@ -1 +0,0 @@
poppler-data-0.3.0.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
poppler-data-0.4.2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: poppler-data
# $Id$
NAME := poppler-data
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 $$/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 @@
poppler-data-0_2_1-1_fc11:HEAD:poppler-data-0.2.1-1.fc11.src.rpm:1249316128

View file

@ -1,7 +1,7 @@
Summary: Encoding files
Name: poppler-data
Version: 0.3.0
Version: 0.4.2
Release: 1%{?dist}
# The cMap data files installed by the poppler-data package are
# under the COPYING.adobe license
@ -45,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat May 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.4.2-1
- poppler-data-0.4.2
* Mon Dec 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.4.0-1
- poppler-data-0.4.0
* Mon Nov 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.3.1-1
- poppler-data-0.3.1
* Tue Sep 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.3.0-1
- poppler-data-0.3.0
- License: BSD and GPLv2

View file

@ -1 +1 @@
5b739b79378c2f41b577e0438e519eeb poppler-data-0.3.0.tar.gz
4b7598072bb95686f58bdadc4f09715c poppler-data-0.4.2.tar.gz