churchyard / rpms / blender

Forked from rpms/blender 5 years ago
Clone
8e9844a
%define blenderlib %{_datadir}/blender
8e9844a
%define plugins %{_libdir}/blender/plugins
8e9844a
cvsextras 214509a
Name:           blender
eb3aeae
Version:        2.45
af5c5bd
Release: 	11%{?dist}
e38d1c8
8f4e533
Summary:        3D modeling, animation, rendering and post-production
cvsextras 214509a
8f4e533
Group:          Applications/Multimedia
4243bd2
License:        GPLv2
cvsextras 214509a
URL:            http://www.blender.org
40c46f2
# During a Legel issue (#239476) the package contains a cusromized
40c46f2
# source package created as fellow.
40c46f2
# wget http://download.blender.org/source/blender-%{version}.tar.gz
40c46f2
# tar -zxv blender-%{version}.tar.gz
40c46f2
# rm -rf blender-%{version}/extern/ffmpeg
eb07fc2
# tar -zcf blender-%{version}-noffmpeg.tar.gz blender-%{version}/
eb07fc2
Source0:	blender-%{version}-noffmpeg.tar.gz
cvsextras 281bfc3
Source1:        http://bane.servebeer.com/programming/blender/import-3ds-0.7.py
cvsextras 281bfc3
Source2:        http://bane.servebeer.com/programming/blender/export-3ds-0.71.py
8f4e533
Source3:        blender.png
8f4e533
Source4:        blender.desktop
pcompton 43c4714
Source5:        blender.xml
8e9844a
Source6:        blender-wrapper
eb07fc2
Source7:	blender-2.44.config
4faad04
ab0ece9
Patch1:         blender-2.44-scons.patch
b7f78e1
Patch2:		blender-2.44-bid.patch
1249199
Patch3:		blender-2.45-gcc43.patch
2aa71da
Patch4:         blender-2.45-yafray.patch
4faad04
af5c5bd
Patch100:	blender-2.45-cve-2008-1102.patch
af5c5bd
cvsextras 281bfc3
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras 214509a
pcompton be534f2
BuildRequires:  desktop-file-utils
8f4e533
BuildRequires:  esound-devel
8f4e533
BuildRequires:  freeglut-devel
b249e5e
BuildRequires:  gettext-devel
8f4e533
BuildRequires:  libjpeg-devel
8f4e533
BuildRequires:  libogg-devel
8f4e533
BuildRequires:  libpng-devel
7227261
BuildRequires:  libtool
7227261
BuildRequires:  libvorbis-devel
4faad04
BuildRequires:  freealut-devel
pcompton be534f2
BuildRequires:  openssl-devel
pcompton be534f2
BuildRequires:  python-devel
cvsextras 281bfc3
BuildRequires:  scons
7227261
BuildRequires:  SDL-devel
7227261
BuildRequires:  zlib-devel
a7d6322
BuildRequires:  libtiff-devel
673c1b5
BuildRequires:  libXi-devel
a7d6322
BuildRequires:  xorg-x11-proto-devel
a7d6322
BuildRequires:  mesa-libGL-devel
a7d6322
BuildRequires:  mesa-libGLU-devel
a7d6322
buildRequires:  freetype-devel
673c1b5
BuildRequires:  OpenEXR-devel
eb07fc2
pcompton be534f2
Requires(post): desktop-file-utils
cvsextras 281bfc3
Requires(post): shared-mime-info
pcompton be534f2
Requires(postun): desktop-file-utils
cvsextras 281bfc3
Requires(postun): shared-mime-info
cvsextras 214509a
cvsextras 214509a
%description
cvsextras 214509a
Blender is the essential software solution you need for 3D, from modeling,
cvsextras 214509a
animation, rendering and post-production to interactive creation and playback.
cvsextras 214509a
cvsextras 214509a
Professionals and novices can easily and inexpensively publish stand-alone,
cvsextras 214509a
secure, multi-platform content to the web, CD-ROMs, and other media.
cvsextras 214509a
6e3ec21
This version doesn't contains ffmpeg support, so that any features may be not
6e3ec21
available.
6e3ec21
cvsextras 214509a
%prep
1b2b126
%setup -q 
ab0ece9
%patch1 -p1 -b .org
b7f78e1
%patch2 -p1 -b .bid
1249199
%patch3 -p1 -b .gcc43
cbcf96c
af5c5bd
cbcf96c
%if "%{?_lib}" == "lib64"
2aa71da
%patch4 -p1
cbcf96c
%endif
b7f78e1
af5c5bd
%patch100 -p1 -b .cve
af5c5bd
0bbe393
PYVER=$(%{__python} -c "import sys ; print sys.version[:3]")
0bbe393
0bbe393
sed -e 's|@LIB@|%{_libdir}|g' -e "s/@PYVER@/$PYVER/g" \
eb07fc2
	 <%{SOURCE7} >user-config.py
cvsextras 214509a
cvsextras 214509a
%build
cd80114
cd80114
#
cd80114
# Don't use $RPM_OPT_FLAGS (see #199418)
cd80114
#
cd80114
1b2b126
scons %{?_smp_mflags} blenderplayer BF_QUIET=0
8e9844a
8e9844a
install -d release/plugins/include
8e9844a
install -m 644 source/blender/blenpluginapi/*.h release/plugins/include
8e9844a
8e9844a
chmod +x release/plugins/bmake
cvsextras 214509a
8e9844a
make -C release/plugins/
cvsextras 214509a
cvsextras 214509a
%install
cvsextras 214509a
rm -rf ${RPM_BUILD_ROOT}
8e9844a
8e9844a
install -D -m 755 build/linux2/bin/blender ${RPM_BUILD_ROOT}/%{_bindir}/blender.bin
8e9844a
1b2b126
install -D -m 755 build/linux2/bin/blenderplayer ${RPM_BUILD_ROOT}/%{_bindir}/blenderplayer
1b2b126
8e9844a
install -D -m 755 %{SOURCE6} ${RPM_BUILD_ROOT}/%{_bindir}/blender
8e9844a
8e9844a
# install -D -m 755 blenderplayer ${RPM_BUILD_ROOT}/%{_bindir}/blenderplayer
8e9844a
8e9844a
#
8e9844a
#  Install miscellanous files to /usr/lib/blender
8e9844a
#
8e9844a
8e9844a
mkdir -p ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
8e9844a
cp -a release/scripts/bpydata ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
cp -a release/scripts ${RPM_BUILD_ROOT}/%{blenderlib}
51f4f52
51f4f52
pushd bin/.blender/locale
51f4f52
mv pt_br pt_BR
51f4f52
mv zh_cn uh_CN
eb3aeae
rm -rf $(find -name '.svn' -print)
51f4f52
popd
51f4f52
cd80114
cp -a bin/.blender/locale ${RPM_BUILD_ROOT}/%{_datadir}
8e9844a
8e9844a
install -p -D -m 644 release/scripts/*.py ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
8e9844a
install -m 644 release/VERSION ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
install -m 644 bin/.blender/.Blanguages ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
install -m 644 bin/.blender/.bfont.ttf ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
8e9844a
install -p -D -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{blenderlib}/import-3ds-0.7.py
8e9844a
install -p -D -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{blenderlib}/export-3ds-0.71.py
8e9844a
8e9844a
install -p -D -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/blender.png
8e9844a
8e9844a
install -p -D -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/blender.xml
8e9844a
8e9844a
#
8e9844a
# Install plugins
8e9844a
#
8e9844a
8e9844a
install -d ${RPM_BUILD_ROOT}/%{plugins}/sequence
8e9844a
install -d ${RPM_BUILD_ROOT}/%{plugins}/texture
8e9844a
8e9844a
install -m 644 release/plugins/sequence/*.so ${RPM_BUILD_ROOT}/%{plugins}/sequence
8e9844a
install -m 655 release/plugins/texture/*.so ${RPM_BUILD_ROOT}/%{plugins}/texture
8e9844a
cvsextras 214509a
desktop-file-install --vendor fedora                    \
7227261
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
cvsextras 214509a
  --add-category X-Fedora                               \
cvsextras 281bfc3
  %{SOURCE4}
cvsextras 214509a
cd80114
%find_lang %name
cvsextras 214509a
cvsextras 214509a
%clean
cvsextras 214509a
rm -rf ${RPM_BUILD_ROOT}
cvsextras 214509a
cvsextras 281bfc3
%post
8f4e533
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
pcompton 43c4714
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsextras 281bfc3
cvsextras 281bfc3
cvsextras 281bfc3
%postun
8f4e533
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
pcompton 43c4714
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsextras 281bfc3
cvsextras 214509a
cd80114
%files -f %name.lang
cvsextras 214509a
%defattr(-,root,root,-)
cvsextras 281bfc3
%doc COPYING README doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt
cvsextras 214509a
%{_bindir}/*
cvsextras 214509a
%{_datadir}/applications/fedora-blender.desktop
cvsextras 281bfc3
%{_datadir}/pixmaps/*.png
1ec3076
%{blenderlib}/
35dded6
%{_libdir}/blender/
cvsextras 281bfc3
%{_datadir}/mime/packages/blender.xml
cvsextras 214509a
cvsextras 214509a
%changelog
af5c5bd
* Thu Apr 24 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-11
af5c5bd
- Fix CVS-2008-1102 (#443937)
af5c5bd
6e3ec21
* Wed Mar 12 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-10
6e3ec21
- Clarification of restrictions caused by legal issues
6e3ec21
cbcf96c
* Tue Mar  4 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-9
cbcf96c
- Apply yafray patch only on 64-bit systems
cbcf96c
cbcf96c
* Thu Feb 28 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-8
2aa71da
- Fix yafray load bug (#451571)
2aa71da
d94928f
* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-7
d94928f
- Rebuild for gcc-4.3
d94928f
cbcf96c
* Sat Jan 26 2008 Alex Lancaster <alexlan[AT]fedoraproject org> 2.45-6
8f9edee
- Rebuild for new gettext
8f9edee
1249199
* Thu Jan 17 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-5
1249199
- Fix gcc-4.3 related issues
1249199
3f85e2d
* Tue Oct 16 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-4
3f85e2d
- Rebuild again for OpenEXR
3f85e2d
4cb232f
* Sun Oct 14 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-3
4cb232f
- Rebuild
4cb232f
0bbe393
* Sun Sep 23 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-2
0bbe393
- Change method how to determinate python version
0bbe393
eb3aeae
* Thu Sep 20 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-1
eb3aeae
- New upstream release
eb3aeae
b7f78e1
* Thu Aug  9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-8
4b4c5f5
- Fix koji-python issue
4b4c5f5
a46cfc3
* Wed Aug  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-6
4243bd2
- Changing license tag
a46cfc3
- Add python as an BR
4243bd2
4243bd2
* Mon May 21 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-4
ab0ece9
- Use of $$RPM_OPT_FLAGS to compile blender
ab0ece9
d112e86
* Sun May 20 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-2
d112e86
- Increase release number
d112e86
eb07fc2
* Tue May 15 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-1
eb07fc2
- New upstream release
eb07fc2
40c46f2
* Wed May  9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-24
40c46f2
- Remove ffmpeg lib during a legal issue (#239476)
40c46f2
77f6d73
* Tue May  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-23
a8f3a7d
- Exclude ppc64 arch
a8f3a7d
f4f172f
* Mon May  7 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-21
f4f172f
- Fix security issue (#239338)
f4f172f
d238660
* Sun Apr 22 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-20
49102b9
- Romove package from the x86_64 arch (#237423)
67ee6b7
7f625fb
* Mon Jan  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-18
7f625fb
- Rebult
7f625fb
2afb60e
* Thu Dec 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-17
2afb60e
- Replace x86-patch with one from the blender project
2afb60e
1b780b8
* Thu Dec 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-16
a6ab8f4
- Rebuild
a6ab8f4
5baf1b7
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-12
5baf1b7
- Fix typo
5baf1b7
14c883c
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-11
14c883c
- Try x64-patch for complle with python-2.5
14c883c
7578d00
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-10
7578d00
- Exclude x86_64 arch (#219329)
7578d00
9feb425
* Mon Dec 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-9
8d7a6a9
- New build to solve broken deps
8d7a6a9
37c43a3
* Wed Nov 29 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-6
37c43a3
- Rebuild to solve broken deps
37c43a3
47fa9f5
* Tue Oct 31 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-5
47fa9f5
- Rebuilt to fix broken deps
47fa9f5
35dded6
* Mon Oct 16 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-4
35dded6
- /usr/lib/blender should own by the package
35dded6
51f4f52
* Wed Oct 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-3
51f4f52
- Correct invalid locale paths (#210209)
51f4f52
1ec9bf4
* Wed Sep 13 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-2
1b2b126
- Update to new upstream release
1b2b126
9e2f8ca
* Tue Sep 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-10
9e2f8ca
- Rebuild to solve broken deps
9e2f8ca
b249e5e
* Sun Sep  3 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-9
71a7208
- Rebuild for FC-6
71a7208
1ec3076
* Thu Aug 10 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-7
1ec3076
- Remove %%ghost for pyo files for fullfilling new packaging guidelines
1ec3076
f038b45
* Thu Aug 10 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-6
f038b45
- Rebuilt to solve broken deps
f038b45
8d9c94b
* Wed Jul 26 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-5
8d9c94b
- Fix symlink in blender-wrapper to locale
8d9c94b
cd80114
* Thu Jul 20 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-4
cd80114
- Fix UI Problem (#199418)
cd80114
673c1b5
* Mon Jul 17 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-3
673c1b5
- Fix some BR stuff.
673c1b5
8e9844a
* Sun Jul 16 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-1
8e9844a
- New upstream release.
8e9844a
6abb048
* Sun Feb 19 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.41-3
8e9844a
- Rebuild for FC-5.
533786a
4faad04
* Mon Feb  6 2006 Jochen Schmitt <Jochen herr-schmitt.de> 2.41-2
4faad04
- Add freealut as dependancy.
4faad04
ceb0198
* Sun Jan 30 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.41-1
ceb0198
- Update to new upstream release.
ceb0198
a7d6322
* Wed Jan 18 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.40-2
0b2f7b7
- New upstream release.
a7d6322
- adapting to mudular X.
a7d6322
- add libtiff-devel as BuildRequires.
0b2f7b7
af3aa79
* Mon Jun 6 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-3
af3aa79
- Bump release for development.
30b398a
af3aa79
* Sun Jun 5 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-2
af3aa79
- Patch to fix compilation errors on x86_64.
30b398a
af3aa79
* Sun Jun 5 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-1
af3aa79
- Update to 2.37.
af3aa79
- Drop gcc4 patch.
30b398a
730d49f
* Mon May 16 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-3
730d49f
- Bump and rebuild now that scons is available on all platforms.
30b398a
edd844c
* Sat May 14 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-2
edd844c
- Fix a gcc4 error.
30b398a
b525335
* Fri May 13 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-1
b525335
- Update to 2.36.
b525335
- Rebuild with new gcc4.
b525335
e38d1c8
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
e38d1c8
- rebuilt
e38d1c8
pcompton 9ae3ad3
* Mon Nov 15 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.35-1
pcompton 9ae3ad3
- 2.35.
pcompton 43c4714
pcompton be534f2
* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.34-0.fdr.3
pcompton be534f2
- Mime-type corrections for FC3.
pcompton be534f2
- Dropped redundent BR XFree86-devel.
pcompton be534f2
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.2
cvsextras 281bfc3
- blender.applications file.
cvsextras 281bfc3
- blender.xml file.
cvsextras 281bfc3
- post/postun update-mime-database.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.1
cvsextras 281bfc3
- Updated to 2.34.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.2.a
cvsextras 281bfc3
- Include 3ds import/export scripts.
cvsextras 281bfc3
- Added mime info.
cvsextras 281bfc3
- Added mime icon (from yattacier theme).
cvsextras 281bfc3
cvsextras 281bfc3
* Wed Aug 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.1.a
cvsextras 281bfc3
- 2.33a.
cvsextras 281bfc3
- Now building with scons.
cvsextras 281bfc3
cvsextras 281bfc3
* Tue Feb 10 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.2
cvsextras 281bfc3
- Now including scripts.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Feb 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.1
cvsextras 281bfc3
- Updated to 2.32.
cvsextras 281bfc3
cvsextras 214509a
* Sun Jan 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.3.a
cvsextras 214509a
- --enable-openal.
cvsextras 214509a
- --disable-rpath.
cvsextras 214509a
- remove --enable-international.
cvsextras 214509a
- modify .desktop to execute with -w.
cvsextras 214509a
cvsextras 214509a
* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.2.a
cvsextras 214509a
- Updated to 2.31a.
cvsextras 214509a
cvsextras 214509a
* Sun Nov 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.1
cvsextras 214509a
- Updated to 2.31.
cvsextras 214509a
- enable-international.
cvsextras 214509a
cvsextras 214509a
* Tue Nov 18 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.30-0.fdr.1
8f4e533
- Updated to 2.30.
cvsextras 214509a
cvsextras 214509a
* Fri Oct 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.5.c
cvsextras 214509a
- Updated to 2.28c.
cvsextras 214509a
cvsextras 214509a
* Tue Oct 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.4.a
cvsextras 214509a
- Removed BuildReq smpeg-devel
cvsextras 214509a
cvsextras 214509a
* Mon Sep 15 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.3.a
cvsextras 214509a
- Moved 'a' out of version according to naming guidelines.
cvsextras 214509a
cvsextras 214509a
* Fri Sep 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.2
cvsextras 214509a
- changed file permission on tarball.
cvsextras 214509a
- dropped redundant messages about aclocal, etc.
cvsextras 214509a
- configure --disable-shared.
cvsextras 214509a
- automake --foreign.
cvsextras 214509a
- added doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt to %%doc.
cvsextras 214509a
cvsextras 214509a
* Wed Sep 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.1
cvsextras 214509a
- Updated to 2.28a.
cvsextras 214509a
cvsextras 214509a
* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.2
cvsextras 214509a
- New Icon.
cvsextras 214509a
cvsextras 214509a
* Thu Jul 24 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.1
cvsextras 214509a
- Updated to 2.28.
cvsextras 214509a
- BuildReq libvorbis-devel.
cvsextras 214509a
- BuildReq smpeg-devel.
cvsextras 214509a
- BuildReq esound-devel.
cvsextras 214509a
- BuildReq libogg-devel.
cvsextras 214509a
- BuildReq vorbis-tools.
cvsextras 214509a
- BuildReq openal-devel
cvsextras 214509a
- BuildReq libtool
cvsextras 214509a
cvsextras 214509a
* Mon May 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.2
cvsextras 214509a
- Removed post/postun ldconfig.
cvsextras 214509a
- Added autoconf workaround.
cvsextras 214509a
cvsextras 214509a
* Mon May 19 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.1
cvsextras 214509a
- Updated to 2.27.
cvsextras 214509a
- Removed devel package.
cvsextras 214509a
cvsextras 214509a
* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.9
cvsextras 214509a
- Corrected devel Group.
cvsextras 214509a
cvsextras 214509a
* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.8
cvsextras 214509a
- Added desktop-file-utils to BuildRequires.
cvsextras 214509a
- Changed category to X-Fedora-Extra.
cvsextras 214509a
cvsextras 214509a
* Mon Mar 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.7
cvsextras 214509a
- Added Missing BuildRequires.
cvsextras 214509a
cvsextras 214509a
* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.6
cvsextras 214509a
- Cleaned up BuildRequires.
cvsextras 214509a
- Added Epoch:0.
cvsextras 214509a
cvsextras 214509a
* Sat Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-0.fdr.5
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Sat Mar 08 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fdr.4
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Wed Feb 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fedora.3
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Thu Feb 20 2003 Warren Togami
cvsextras 214509a
- Add BuildRequires python-devel
cvsextras 214509a
cvsextras 214509a
* Wed Feb 19 2003 Phillip Compton
cvsextras 214509a
- Initial RPM release.