Skip to content

Commit

Permalink
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
Browse files Browse the repository at this point in the history
 * Added support for building RPM directly from tar archive
  • Loading branch information
Sam Lantinga committed Apr 28, 2001
1 parent 47c7521 commit 4e495f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

1.2.1:
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
* Added support for building RPM directly from tar archive

1.2.0:
Sam Lantinga - Wed Apr 4 12:42:20 PDT 2001
* Synchronized release version with SDL 1.2.0
Expand Down
9 changes: 5 additions & 4 deletions Makefile.am
Expand Up @@ -36,10 +36,12 @@ EXTRA_DIST = \
VisualC.zip \
MPWmake.sea.bin \
CWprojects.sea.hqx \
SDL_mixer.spec \
SDL_mixer.spec.in \
autogen.sh

libSDL_mixer_la_LDFLAGS = \
-release $(LT_RELEASE) \
-release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB)

Expand All @@ -49,10 +51,9 @@ playwave_LDADD = libSDL_mixer.la
playmus_LDADD = libSDL_mixer.la

# Rule to build tar-gzipped distribution package
$(PACKAGE)-$(VERSION).tar.gz: dist
$(PACKAGE)-$(VERSION).tar.gz: distcheck

# Rule to build RPM distribution package
rpm: $(PACKAGE)-$(VERSION).tar.gz
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
rpm -ba $(PACKAGE).spec
rpm -ta $(PACKAGE)-$(VERSION).tar.gz

6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources

MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
MICRO_VERSION=1
INTERFACE_AGE=1
BINARY_AGE=1
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 4e495f1

Please sign in to comment.