Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8adf6af2a0 | ||
|
|
9d5e0dd908 | ||
|
|
893529fc57 | ||
|
|
13cf7ee633 | ||
|
|
7cc672303c |
3 changed files with 4 additions and 22 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue