a9927ca
Name:		aqsis
bb5faa6
Version:	1.8.2
27e21c0
Release:	35%{?dist}
6b28823
Summary:	Open source 3D rendering solution adhering to the RenderMan standard
a9927ca
5adf708
License:	GPLv2+ and LGPLv2+
a9927ca
URL:		http://www.aqsis.org
9a00684
Source0:	http://downloads.sourceforge.net/aqsis/aqsis-%{version}.tar.gz
a9927ca
Rex Dieter c7be8f9
# fix build against ilmbase-2.x, kudos to arch linux
Rex Dieter c7be8f9
Patch1: imfinputfile-forward-declaration.diff
2d18047
# Work-around boost-1.59 having dropped
2d18047
# dropped boost/serialization/pfto.hpp
2d18047
# and BOOST_MAKE_PFTO_WRAPPER
2d18047
Patch2: aqsis-1.8.2-boost-1.59.patch
383a599
# Fix code to be C++11 compatible
383a599
# https://sourceforge.net/p/aqsis/bugs/433/
383a599
Patch3: aqsis-1.8.2-gcc6.patch
Rex Dieter c7be8f9
5adf708
BuildRequires:  desktop-file-utils
a9927ca
5adf708
BuildRequires:  bison >= 1.35.0
5adf708
BuildRequires:  boost-devel >= 1.34.0
6b28823
BuildRequires:  cmake >= 2.6.3
a1f777a
BuildRequires:  doxygen
5adf708
BuildRequires:  flex >= 2.5.4
5adf708
BuildRequires:  fltk-devel >= 1.1.0, fltk-fluid
5adf708
BuildRequires:  libjpeg-devel >= 6
5adf708
BuildRequires:  libtiff-devel >= 3.7.1
a1f777a
BuildRequires:  libpng-devel
5adf708
BuildRequires:  libxslt
c7e4ae3
BuildRequires:  qt4-devel >= 4.6.2
549df81
#BuildRequires:  tinyxml-devel
5adf708
BuildRequires:  OpenEXR-devel
357c2a8
BuildRequires:  python3-sphinx
5adf708
BuildRequires:  zlib-devel >= 1.1.4
5adf708
a1f777a
Requires: qt4%{?_isa} >= %{_qt4_version}
5adf708
Requires: aqsis-core = %{version}-%{release}
5adf708
Requires: aqsis-data = %{version}-%{release}
a9927ca
a9927ca
a9927ca
%description
f5de685
Aqsis is a cross-platform photo-realistic 3D rendering solution,
6b28823
adhering to the RenderMan interface standard defined by Pixar
6b28823
Animation Studios.
a9927ca
6b28823
This package contains graphical utilities and desktop integration.
a9927ca
a9927ca
5adf708
%package core
5adf708
Requires:	%{name}-libs = %{version}-%{release}
6b28823
Summary:	Command-line tools for Aqsis Renderer
a9927ca
5adf708
%description core
f5de685
Aqsis is a cross-platform photo-realistic 3D rendering solution,
6b28823
adhering to the RenderMan interface standard defined by Pixar
6b28823
Animation Studios.
a9927ca
6b28823
This package contains a command-line renderer, a shader compiler
6b28823
for shaders written using the RenderMan shading language, a texture
6b28823
pre-processor for optimizing textures and a RIB processor.
5adf708
5adf708
5adf708
%package libs
6b28823
Summary:        Library files for Aqsis Renderer
5adf708
5adf708
%description libs
f5de685
Aqsis is a cross-platform photo-realistic 3D rendering solution,
6b28823
adhering to the RenderMan interface standard defined by Pixar
6b28823
Animation Studios.
6b28823
6b28823
This package contains the shared libraries for Aqsis Renderer.
a9927ca
a9927ca
a9927ca
%package data
a9927ca
Requires:	%{name} = %{version}-%{release}
6b28823
Summary:	Example content for Aqsis Renderer
f46da92
BuildArch:      noarch
a9927ca
a9927ca
%description data
f5de685
Aqsis is a cross-platform photo-realistic 3D rendering solution,
6b28823
adhering to the RenderMan interface standard defined by Pixar
6b28823
Animation Studios.
a9927ca
6b28823
This package contains example content, including additional
6b28823
scenes, procedurals and shaders.
a9927ca
a9927ca
5adf708
%package devel
5adf708
Requires:	%{name} = %{version}-%{release}
5adf708
Requires:	aqsis-core = %{version}-%{release}
5adf708
Requires:	aqsis-libs = %{version}-%{release}
5adf708
Requires:	aqsis-data = %{version}-%{release}
6b28823
Summary:	Development files for Aqsis Renderer
5adf708
5adf708
%description devel
f5de685
Aqsis is a cross-platform photo-realistic 3D rendering solution,
6b28823
adhering to the RenderMan interface standard defined by Pixar
6b28823
Animation Studios.
5adf708
6b28823
This package contains various developer libraries to enable
6b28823
integration with third-party applications.
5adf708
5adf708
a9927ca
%prep
9a00684
%setup -q
f46da92
Rex Dieter c7be8f9
%patch1 -p1 -b imfinputfile-forward-declaration
2d18047
%patch2 -p1
383a599
%patch3 -p1
a9927ca
a9927ca
%build
a9927ca
## Do not Enable pdiff=yes Because it will conflict with Printdiff :
a9927ca
## /usr/bin/pdiff  from package	a2ps
5adf708
rm -rf build
5adf708
mkdir -p build
5adf708
pushd build
5adf708
%cmake \
6b28823
  -DSYSCONFDIR:STRING=%{_sysconfdir}/%{name} \
5adf708
  -DAQSIS_MAIN_CONFIG_NAME=aqsisrc-%{_lib} \
5adf708
  -DLIBDIR=%{_lib} \
6b28823
  -DPLUGINDIR=%{_lib}/%{name} \
5adf708
  -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
5adf708
  -DCMAKE_SKIP_RPATH:BOOL=ON \
5adf708
  -DAQSIS_USE_RPATH:BOOL=OFF \
5adf708
  -DAQSIS_BOOST_FILESYSTEM_LIBRARY_NAME=boost_filesystem-mt \
5adf708
  -DAQSIS_BOOST_REGEX_LIBRARY_NAME=boost_regex-mt \
5adf708
  -DAQSIS_BOOST_THREAD_LIBRARY_NAME=boost_thread-mt \
5adf708
  -DAQSIS_BOOST_WAVE_LIBRARY_NAME=boost_wave-mt \
357c2a8
  -DCMAKE_CXX_FLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=3 -pthread" \
549df81
  -DAQSIS_USE_EXTERNAL_TINYXML:BOOL=OFF ..
5adf708
5adf708
make VERBOSE=1 %{?_smp_mflags}
5adf708
5adf708
popd
a9927ca
a9927ca
a9927ca
%install
5adf708
pushd build
5adf708
make install DESTDIR=$RPM_BUILD_ROOT
5adf708
popd
5adf708
f98d212
# Move aqsisrc
f98d212
mv $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/aqsisrc \
f98d212
  $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/aqsisrc-%{_lib}
f98d212
5adf708
desktop-file-install --vendor "" --delete-original \
5adf708
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
5adf708
  $RPM_BUILD_ROOT%{_datadir}/applications/aqsis.desktop
5adf708
5adf708
desktop-file-install --vendor "" --delete-original \
5adf708
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
5adf708
  $RPM_BUILD_ROOT%{_datadir}/applications/aqsl.desktop
5adf708
5adf708
desktop-file-install --vendor "" --delete-original \
5adf708
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
5adf708
  $RPM_BUILD_ROOT%{_datadir}/applications/aqsltell.desktop
5adf708
5adf708
desktop-file-install --vendor "" --delete-original \
5adf708
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
5adf708
  $RPM_BUILD_ROOT%{_datadir}/applications/eqsl.desktop
5adf708
5adf708
desktop-file-install --vendor "" --delete-original \
5adf708
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
5adf708
  $RPM_BUILD_ROOT%{_datadir}/applications/piqsl.desktop
5adf708
a9927ca
f32e3ed
%ldconfig_scriptlets libs
a9927ca
a9927ca
%files
2d18047
%doc AUTHORS README
2d18047
%license COPYING
5adf708
%{_bindir}/eqsl
5adf708
%{_bindir}/piqsl
84d41c6
%{_bindir}/ptview
5adf708
# Do not use the name pdiff for PerceptualDiff
5adf708
# It is used by PrintDiff in a2ps
5adf708
#{_bindir}/pdiff
5adf708
%{_datadir}/applications/aqsis.desktop
5adf708
%{_datadir}/applications/aqsl.desktop
5adf708
%{_datadir}/applications/aqsltell.desktop
5adf708
%{_datadir}/applications/eqsl.desktop
5adf708
%{_datadir}/applications/piqsl.desktop
5adf708
%{_datadir}/pixmaps/aqsis.png
f46da92
%{_datadir}/icons/hicolor/192x192/mimetypes/aqsis-doc.png
5adf708
%{_datadir}/mime/packages/aqsis.xml
5adf708
5adf708
5adf708
%files core
a9927ca
%{_bindir}/aqsis
a9927ca
%{_bindir}/aqsl
a9927ca
%{_bindir}/aqsltell
a9927ca
%{_bindir}/miqser
a9927ca
%{_bindir}/teqser
5adf708
5adf708
5adf708
%files libs
5adf708
%dir %{_sysconfdir}/%{name}
a9927ca
## Do not use noreplace with aqsis release
a9927ca
## This may definitly change in future releases.
5adf708
%config %{_sysconfdir}/%{name}/aqsisrc-%{_lib}
5adf708
%{_libdir}/%{name}/
5adf708
# Licensed under GPLv2+
f46da92
%{_libdir}/libaqsis_*.so.*
5adf708
# Licensed under LGPLv2+
f46da92
#{_libdir}/libaqsis_ri2rib.so.*
a9927ca
a9927ca
a9927ca
%files devel
a9927ca
%{_includedir}/%{name}/
5adf708
# Licensed under GPLv2+
f46da92
%{_libdir}/libaqsis_*.so
5adf708
# Licensed under LGPLv2+
f46da92
#{_libdir}/libaqsis_ri2rib.so
a9927ca
a9927ca
a9927ca
%files data
5adf708
%dir %{_datadir}/%{name}
f46da92
%{_datadir}/%{name}/examples/
f46da92
%{_datadir}/%{name}/plugins/
5adf708
%{_datadir}/%{name}/scripts/
f46da92
%{_datadir}/%{name}/shaders/
5adf708
a9927ca
a9927ca
a9927ca
%changelog
27e21c0
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-35
27e21c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
27e21c0
73f573b
* Wed Apr 10 2019 Richard Shaw <hobbes1069@gmail.com> - 1.8.2-34
73f573b
- Rebuild for OpenEXR 2.3.0.
73f573b
357c2a8
* Sun Apr 07 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.8.2-33
357c2a8
- Append -pthread to CXXFLAGS (F30FTBS RHBZ#1674655).
357c2a8
- Build with python3-sphinx.
357c2a8
- Spec cosmetics.
357c2a8
49eb6b0
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-32
49eb6b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
49eb6b0
a691e23
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-31
a691e23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a691e23
c727ea7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-30
c727ea7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c727ea7
5388eb7
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.2-29
5388eb7
- Remove obsolete scriptlets
5388eb7
637c4cd
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-28
637c4cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
637c4cd
d1c7910
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-27
d1c7910
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d1c7910
9c7eeb1
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.8.2-26
9c7eeb1
- Rebuilt for Boost 1.64
9c7eeb1
16527dc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-25
16527dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
16527dc
dee7627
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.8.2-24
dee7627
- Rebuilt for Boost 1.63
dee7627
383a599
* Mon May 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.8.2-23
383a599
- Fix FTBFS with GCC 6 (#1307323)
383a599
78a2bd1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-23
78a2bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
78a2bd1
764d42b
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> - 1.8.2-22
764d42b
- Rebuilt for Boost 1.60
764d42b
2d18047
* Sun Sep 27 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.8.2-21
2d18047
- Rebuild for boost 1.59 (Add aqsis-1.8.2-boost-1.59.patch).
2d18047
- Add %%license.
2d18047
- Modernize spec.
2d18047
1fcb38e
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-20
1fcb38e
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
1fcb38e
bb9f5d6
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.8.2-19
bb9f5d6
- rebuild for Boost 1.58
bb9f5d6
591f9ad
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-18
591f9ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
591f9ad
fbfae59
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.8.2-17
fbfae59
- Rebuilt for GCC 5 C++11 ABI change
fbfae59
Rex Dieter cdadcf5
* Thu Feb 19 2015 Rex Dieter <rdieter@fedoraproject.org> 1.8.2-16
Rex Dieter cdadcf5
- rebuild (fltk)
Rex Dieter cdadcf5
e89fc55
* Sat Feb 07 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.8.2-15
e89fc55
- Rebuild for boost 1.57.0 (Previous attempt had failed).
e89fc55
- Fix bogus %%changelog dates.
e89fc55
Petr Machata ae1e86d
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 1.8.2-14
Petr Machata ae1e86d
- Rebuild for boost 1.57.0
Petr Machata ae1e86d
Rex Dieter 7d38d7d
* Wed Nov 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.8.2-13
Rex Dieter 7d38d7d
- rebuild (openexr)
Rex Dieter 7d38d7d
39f5b43
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-12
39f5b43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
39f5b43
Rex Dieter d424151
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.8.2-11
Rex Dieter d424151
- optimize/update scriptlets
Rex Dieter d424151
9ed41b2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-10
9ed41b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9ed41b2
Petr Machata 4fa35df
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.8.2-9
Petr Machata 4fa35df
- Rebuild for boost 1.55.0
Petr Machata 4fa35df
Rex Dieter 9303015
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.8.2-8
Rex Dieter 9303015
- rebuild (openexr)
Rex Dieter 9303015
de358fb
* Sat Sep 14 2013 Bruno Wolff III <bruno@wolff.to> - 1.8.2-7
de358fb
- Rebuild for ilmbase related soname bumps
de358fb
f1a684e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-6
f1a684e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f1a684e
Petr Machata 6f46d0d
* Sat Jul 27 2013 pmachata@redhat.com - 1.8.2-5
Petr Machata 6f46d0d
- Rebuild for boost 1.54.0
Petr Machata 6f46d0d
Rex Dieter 150c18c
* Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.8.2-4
Rex Dieter 150c18c
- rebuild (OpenEXR)
Rex Dieter 150c18c
c945f8e
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.8.2-3
c945f8e
- Rebuild for Boost-1.53.0
c945f8e
b1db82d
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.8.2-2
b1db82d
- Rebuild for Boost-1.53.0
b1db82d
bb5faa6
* Thu Oct 11 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.8.2-1
bb5faa6
- Update to 1.8.2
bb5faa6
ceee16e
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> - 1.8.1-3
ceee16e
- Rebuild for new boost, update boost filesystem to 3
ceee16e
efc0a35
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
efc0a35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
efc0a35
9a00684
* Tue Apr 03 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.8.1-1
9a00684
- Update to 1.8.1
9a00684
84d41c6
* Tue Mar 06 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.8.0-1
84d41c6
- Update to 1.8.0
84d41c6
7632f84
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-15
7632f84
- Rebuilt for c++ ABI breakage
7632f84
316d404
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-14
316d404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
316d404
44eb0ee
* Sun Nov 20 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.6.0-13
44eb0ee
- Rebuilt for boost 1.48
44eb0ee
bb8bd9d
* Sat Jul 23 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.6.0-12
bb8bd9d
- Rebuild for boost
bb8bd9d
30adfd3
* Fri May 27 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.6.0-11
5454a24
- Rebuild for new fltk
5454a24
2c64549
* Sat Apr 09 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.6.0-9
2c64549
- rebuilt
2c64549
549df81
* Tue Mar 29 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.6.0-8
549df81
- Update to current bugfix
549df81
- Disable tinyxml
549df81
118d580
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-7
118d580
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
118d580
Petr Machata 72430e0
* Fri Feb  4 2011 Petr Machata <pmachata@redhat.com> - 1.6.0-6
Petr Machata 72430e0
- Rebuild for boost
Petr Machata 72430e0
  - Request v2 of boost::filesystem.  The new boost defaults to v3
Petr Machata 72430e0
  - Include <cstdlib> on a couple places
Petr Machata 72430e0
Bill Nottingham e4fc2dd
* Thu Jul 29 2010  Bill Nottingham <notting@redhat.com> - 1.6.0-5
Bill Nottingham e4fc2dd
- Rebuild for boost
Bill Nottingham e4fc2dd
3ec0060
* Sat Jan 16 2010  Nicolas Chauvet <kwizart@fedoraproject.org> - 1.6.0-4
3ec0060
- Rebuild for boost
3ec0060
f98d212
* Mon Oct 19 2009  kwizart < kwizart at gmail.com > - 1.6.0-3
6b28823
- Minor updates to SPEC file by Leon Tony Atkinson - <latkinson@aqsis.org> 
6b28823
f46da92
* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 1.6.0-1
f46da92
- Update to 1.6.0
f46da92
ce5fef6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-6
ce5fef6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ce5fef6
8a7767a
* Tue May 12 2009 kwizart < kwizart at gmail.com > - 1.4.2-5
8a7767a
- Rebuild for boost on F-12
8a7767a
4af86d3
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-4
4af86d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4af86d3
b7a276b
* Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.4.2-3
b7a276b
- Fix and Rebuild for gcc44
b7a276b
e89fc55
* Tue Feb  3 2009 kwizart < kwizart at gmail.com > - 1.4.2-2
4b41e71
- Backport piqsl problem with libtiff
4b41e71
- Fix unappropriate use of xdg-tools #481352
4b41e71
4b41e71
* Tue Jan 27 2009 kwizart < kwizart at gmail.com > - 1.4.2-1
4b41e71
- Update to 1.4.2
4b41e71
85154ad
* Fri Dec 19 2008 kwizart < kwizart at gmail.com > - 1.4.1-6
85154ad
- Improve -core summary - #477134
85154ad
06f2034
* Thu Dec 18 2008 kwizart < kwizart at gmail.com > - 1.4.1-5
06f2034
- Rebuild for boost
06f2034
9d7a23a
* Tue Oct 28 2008 kwizart < kwizart at gmail.com > - 1.4.1-4
9d7a23a
- Add Requires(post/preun): xdg-utils
9d7a23a
2539b93
* Wed Oct  8 2008 kwizart < kwizart at gmail.com > - 1.4.1-3
2539b93
- backport gcc43 fix for bake.cpp
2539b93
5adf708
* Wed Oct  8 2008 kwizart < kwizart at gmail.com > - 1.4.1-2
5adf708
- backport patch for intsize problem
5adf708
5adf708
* Mon Sep 29 2008 kwizart < kwizart at gmail.com > - 1.4.1-1
5adf708
- Update to 1.4.1
5adf708
5adf708
* Fri Jul 25 2008 kwizart < kwizart at gmail.com > - 1.4.0-1
5adf708
- Update to 1.4.0
2163c15
fed04be
* Mon Jan  7 2008 kwizart < kwizart at gmail.com > - 1.2.0-7
fed04be
- Fix gcc43
fed04be
529c890
* Mon Oct 15 2007 kwizart < kwizart at gmail.com > - 1.2.0-6
529c890
- Rebuild
529c890
9c90278
* Tue Aug 14 2007 kwizart < kwizart at gmail.com > - 1.2.0-5
9c90278
- Update the license field to GPLv2
9c90278
a9927ca
* Sun Mar  4 2007 kwizart < kwizart at gmail.com > - 1.2.0-4
a9927ca
- Fix ownership for /etc/aqsis directory
a9927ca
a9927ca
* Sun Mar  4 2007 kwizart < kwizart at gmail.com > - 1.2.0-3
a9927ca
- Make comments
a9927ca
a9927ca
* Fri Mar  2 2007 kwizart < kwizart at gmail.com > - 1.2.0-2
a9927ca
- Disable pdiff (PerceptualDiff) to prevent conflicts with a2ps (PrintDiff)
a9927ca
a9927ca
* Wed Feb 28 2007 kwizart < kwizart at gmail.com > - 1.2.0-1
a9927ca
- Update to final 1.2.0
a9927ca
- fix some libdir
a9927ca
- change aqsis config file to sysconfdir/aqsis
a9927ca
- Enable x86_64 build 
a9927ca
- Enable third-party pdiff utility
a9927ca
a9927ca
* Fri Jan 19 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.8.svn738
a9927ca
- Updated to the latest SVN
a9927ca
a9927ca
* Thu Jan 18 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.7.alpha2
a9927ca
- added modifications by kwizart < kwizart at gmail.com >
a9927ca
- fix x86_64 build (experimental)
a9927ca
- fix wrong-end of line encoding in debug
a9927ca
- fix script-without-shebang in debug
a9927ca
a9927ca
* Thu Jan 18 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.2.alpha2
a9927ca
- Excluded x86_64 for now
a9927ca
a9927ca
* Mon Jan 15 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.1.alpha2
a9927ca
- Moved mpanalyse.py to shared
a9927ca
a9927ca
* Sat Jan 13 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.4.alpha1
a9927ca
- Shared libs mod
a9927ca
a9927ca
* Sat Dec 23 2006 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.3.alpha1
a9927ca
- More tuning to meet Fedora-Extras requirements
a9927ca
a9927ca
* Thu Dec 21 2006 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.2.alpha1
a9927ca
- Some cleanup for a Fedora-only spec
a9927ca
a9927ca
* Thu Dec 14 2006 Tobias Sauerwein <tsauerwein@aqsis.org> 1.2.0-0.1.alpha1
a9927ca
- More clean-up/optimisation..
a9927ca
a9927ca
* Mon Dec 11 2006 Leon Tony Atkinson <latkinson@aqsis.org> 1.1.0-3
a9927ca
- Added Fedora (Core 5 tested) and OpenSUSE (10.2 tested) support to SPEC file.
a9927ca
- Cleaned-up/optimised SPEC file.
a9927ca
e89fc55
* Sat Dec 09 2006 Leon Tony Atkinson <latkinson@aqsis.org> 1.1.0-2
a9927ca
- Added Mandriva (2006 tested) support to SPEC file.
a9927ca
a9927ca
* Wed Nov 22 2006 Tobias Sauerwein <tsauerwein@aqsis.org> 1.1.0-1
a9927ca
- Initial RPM/SPEC.