Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfd6c78e32 | ||
|
|
86b7e5801e | ||
|
|
15641cbfbc | ||
|
|
05a77c8229 | ||
|
|
4510838870 | ||
|
|
b99d1f9a93 |
6 changed files with 12 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
poppler-data-0.3.0.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
poppler-data-0.4.2.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
poppler-data-0_2_1-1_fc11:HEAD:poppler-data-0.2.1-1.fc11.src.rpm:1249316128
|
||||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5b739b79378c2f41b577e0438e519eeb poppler-data-0.3.0.tar.gz
|
||||
4b7598072bb95686f58bdadc4f09715c poppler-data-0.4.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue