Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b01d2f4ee6 | ||
|
|
4507bd29bb | ||
|
|
b276a0c4d7 | ||
|
|
6c668bd5f0 |
4 changed files with 9 additions and 24 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
a2ps-4.14.tar.gz
|
|
||||||
i18n-fonts-0.1.tar.gz
|
|
||||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
a2ps-4.14.tar.gz
|
||||||
|
i18n-fonts-0.1.tar.gz
|
||||||
|
/a2ps-4.14.tar.gz
|
||||||
|
/i18n-fonts-0.1.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: a2ps
|
|
||||||
# $Id: Makefile,v 1.1 2004/09/09 02:51:00 cvsdist Exp $
|
|
||||||
NAME := a2ps
|
|
||||||
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),)
|
|
||||||
# attempt 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)
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
Summary: Converts text and other types of files to PostScript
|
Summary: Converts text and other types of files to PostScript
|
||||||
Name: a2ps
|
Name: a2ps
|
||||||
Version: 4.14
|
Version: 4.14
|
||||||
Release: 10%{?dist}
|
Release: 10.1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
||||||
|
|
@ -288,6 +288,10 @@ exit 0
|
||||||
%{emacs_lispdir}/*.el
|
%{emacs_lispdir}/*.el
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 26 2010 Dennis Gregorovic <dgregor@redhat.com> - 4.14-10.1
|
||||||
|
- Rebuilt for RHEL 6
|
||||||
|
Related: rhbz#566527
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-10
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue