Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
8adf6af2a0 dist-git conversion 2010-07-29 17:45:34 +00:00
Bill Nottingham
9d5e0dd908 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:26 +00:00
Behdad Esfahbod
893529fc57 - Bump nvr for it to build 2008-01-30 02:01:15 +00:00
Behdad Esfahbod
13cf7ee633 - Bump nvr for it to build 2008-01-30 02:00:03 +00:00
Jesse Keating
7cc672303c Initialize branch F-8 for libthai 2007-10-20 23:57:46 +00:00
3 changed files with 4 additions and 22 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: libthai
# $Id: Makefile,v 1.1 2007/01/18 00:48:49 besfahbo Exp $
NAME := libthai
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)

View file

@ -4,7 +4,7 @@
Summary: Thai language support routines
Name: libthai
Version: 0.1.9
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: System Environment/Libraries
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Jan 29 2008 Behdad Esfahbod <besfahbo@redhat.com> 0.1.9-2
- Bump nvr for it to build
* Tue Aug 28 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.9-1
- Update to 0.1.9
- Adjust patch