Skip to content

Commit

Permalink
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
Browse files Browse the repository at this point in the history
 * Added .la files to the development RPM, fixing RPM build on RedHat 8
  • Loading branch information
slouken committed May 3, 2003
1 parent 2975a39 commit 58ef776
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
1.2.4:
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
* Added .la files to the development RPM, fixing RPM build on RedHat 8

1.2.3:
Ryan C. Gordon - Sat, 8 Feb 2003 09:36:33 -0500
Expand Down
1 change: 1 addition & 0 deletions SDL_image.spec.in
Expand Up @@ -55,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{prefix}/lib/lib*.a
%{prefix}/lib/lib*.la
%{prefix}/lib/lib*.so
%{prefix}/include/SDL/

Expand Down
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=3
INTERFACE_AGE=2
BINARY_AGE=3
MICRO_VERSION=4
INTERFACE_AGE=3
BINARY_AGE=4
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 58ef776

Please sign in to comment.