summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2002-01-25 06:25:58 +0000
committerbehdad <behdad>2002-01-25 06:25:58 +0000
commitbd378675a83788f47725f4d66ef7d43e9e37b993 (patch)
treee84f94c3c189577bb647ca6d89a7e1d6496bcb19
parentd813d98cafba1d4bd25ba34fbbc924d0cc0bc803 (diff)
Added fribidi.spec to distribution.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am1
-rw-r--r--configure.in10
-rw-r--r--fribidi.spec.in2
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f43d915..41634b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-25 Behdad Esfahbod <behdad@bamdad.org>
+ * Makefile.am: Added fribidi.spec to distribution, to be able to make
+ RPMs from released distribution with 'rpm -tb'.
+
2002-01-23 Behdad Esfahbod <behdad@bamdad.org>
* fribidi_create_char_types.c, fribidi_create_mirroring.c: Changed
to use sprintf() instead of snprintf().
diff --git a/Makefile.am b/Makefile.am
index a55c54d..0aa1eb4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,6 +91,7 @@ EXTRA_DIST = \
fribidi_config.h.in \
fribidi.pc.in \
fribidi.spec.in \
+ fribidi.spec \
$(TEST_FILES) \
$(TABLE_FILES) \
$(UNIDATA_FILES) \
diff --git a/configure.in b/configure.in
index 3a37a48..0f6ee5f 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ AC_INIT(fribidi.c)
# FRIBIDI_MICRO_VERSION++;
# FRIBIDI_INTERFACE_AGE++;
# FRIBIDI_BINARY_AGE++;
-# FRIBIDI_SPEC_RELEASE = 0;
+# FRIBIDI_RPM_RELEASE = 0;
#
# If any functions have been added:
# FRIBIDI_INTERFACE_AGE = 0;
@@ -17,15 +17,15 @@ AC_INIT(fribidi.c)
# FRIBIDI_BINARY_AGE = FRIBIDI_INTERFACE_AGE = 0;
#
# Building RPMs:
-# FRIBIDI_SPEC_RELEASE++;
+# FRIBIDI_RPM_RELEASE++;
#
FRIBIDI_MAJOR_VERSION=0
FRIBIDI_MINOR_VERSION=10
-FRIBIDI_MICRO_VERSION=1
+FRIBIDI_MICRO_VERSION=1post
FRIBIDI_INTERFACE_VERSION=2
FRIBIDI_INTERFACE_AGE=1
FRIBIDI_BINARY_AGE=1
-FRIBIDI_SPEC_RELEASE=0
+FRIBIDI_RPM_RELEASE=0
FRIBIDI_VERSION=$FRIBIDI_MAJOR_VERSION.$FRIBIDI_MINOR_VERSION.$FRIBIDI_MICRO_VERSION
AC_SUBST(FRIBIDI_MAJOR_VERSION)
@@ -35,7 +35,7 @@ AC_SUBST(FRIBIDI_VERSION)
AC_SUBST(FRIBIDI_INTERFACE_VERSION)
AC_SUBST(FRIBIDI_INTERFACE_AGE)
AC_SUBST(FRIBIDI_BINARY_AGE)
-AC_SUBST(FRIBIDI_SPEC_RELEASE)
+AC_SUBST(FRIBIDI_RPM_RELEASE)
PACKAGE=fribidi
VERSION=$FRIBIDI_VERSION
diff --git a/fribidi.spec.in b/fribidi.spec.in
index 86c54be..fdfd9d5 100644
--- a/fribidi.spec.in
+++ b/fribidi.spec.in
@@ -16,7 +16,7 @@
%define minor @FRIBIDI_MINOR_VERSION@
%define micro @FRIBIDI_MICRO_VERSION@
%define apiver @FRIBIDI_INTERFACE_VERSION@
-%define rel @FRIBIDI_SPEC_RELEASE@
+%define rel @FRIBIDI_RPM_RELEASE@
%define prefix %{_prefix}
Name: %{name}