diff options
author | Chris Rankin <rankincj@yahoo.com> | 2012-07-28 21:16:27 +0100 |
---|---|---|
committer | Chris Rankin <rankincj@yahoo.com> | 2012-07-28 21:16:27 +0100 |
commit | 0df74d54bcbf038030d7f29965c18a2ed6a55806 (patch) | |
tree | d939642f89011208c2f7bad47f15fd7e396bf7af | |
parent | 836e8304e6eb36d968b65f03b06ee885bc0e5061 (diff) | |
download | xine-lib-0df74d54bcbf038030d7f29965c18a2ed6a55806.tar.gz xine-lib-0df74d54bcbf038030d7f29965c18a2ed6a55806.tar.bz2 |
Compatibility tweaks for RPMs.
-rw-r--r-- | misc/build_rpms.sh.in | 2 | ||||
-rw-r--r-- | misc/xine-lib.spec.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/build_rpms.sh.in b/misc/build_rpms.sh.in index 6f96b71fb..22cca7d44 100644 --- a/misc/build_rpms.sh.in +++ b/misc/build_rpms.sh.in @@ -3,7 +3,7 @@ #DATE=`date +%y%m%d` DATE=1 -PKGNAME=libxine2 +PKGNAME=libxine1 # Some rpm checks RPMVERSION=`rpm --version | tr [A-Z] [a-z] | sed -e 's/[a-z]//g' -e 's/\.//g' -e 's/ //g'` diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 99f0b56c7..12ba6ff91 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -1,5 +1,5 @@ %define shortname libxine -%define name libxine2 +%define name libxine1 %define version @PACKAGE_VERSION@ %define release 0 |