File libzypp-testsuite-tools.spec of Package libzypp-testsuite-tools
#
# spec file for package libzypp-testsuite-tools (Version 4.2.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libzypp-testsuite-tools
BuildRequires: dejagnu fdupes gcc-c++ libexpat-devel libqdialogsolver1-devel libqt4-devel libzypp-devel ruby ruby-zypp ruby-zypptools yast2-core-devel yast2-libyui-devel
Requires: ruby-zypp ruby-zypptools libqt4 libqdialogsolver1 yast2-libyui
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management - testsuite-tools
Version: 4.2.6
Release: 6
Source: zypp-testsuite-tools-4.2.6.tar.bz2
Prefix: /usr
Group: System/Packages
%description
Package, Patch, Pattern, and Product Management - testsuite-tools
Authors:
--------
Michael Andres <ma@suse.de>
Jiri Srain <jsrain@suse.cz>
Stefan Schubert <schubi@suse.de>
Duncan Mac-Vicar <dmacvicar@suse.de>
Klaus Kaempf <kkaempf@suse.de>
Marius Tomaschewski <mt@suse.de>
Stanislav Visnovsky <visnov@suse.cz>
Ladislav Slezak <lslezak@suse.cz>
Arvin Schnell <aschnell@suse.de>
%package data
License: GPL v2 or later
Requires: libzypp-testsuite-tools
Summary: Package, Patch, Pattern, and Product Management - testsuite-tools
Group: System/Packages
%description -n libzypp-testsuite-tools-data
Package, Patch, Pattern, and Product Management - testsuite-tools
Authors:
--------
Michael Andres <ma@suse.de>
Jiri Srain <jsrain@suse.cz>
Stefan Schubert <schubi@suse.de>
Duncan Mac-Vicar <dmacvicar@suse.de>
Klaus Kaempf <kkaempf@suse.de>
Marius Tomaschewski <mt@suse.de>
Stanislav Visnovsky <visnov@suse.cz>
Ladislav Slezak <lslezak@suse.cz>
%prep
%setup -q -n zypp-testsuite-tools-4.2.6
%build
mv configure.ac x
grep -v devel/ x > configure.ac
autoreconf --force --install --symlink --verbose
%{?suse_update_config:%{suse_update_config -f}}
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{prefix} --libdir=%{_libdir} --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/%{_lib} --mandir=%{_mandir} --disable-static
make %{?jobs:-j %jobs}
#cd pokus ; make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
%fdupes -s $RPM_BUILD_ROOT
%clean
%files
%defattr(0755,root,root)
%dir %{prefix}/lib/zypp
%dir %{prefix}/lib/zypp/testsuite/
%dir %{prefix}/lib/zypp/testsuite/bin
%{prefix}/lib/zypp/testsuite/bin/
%files data
%defattr(-,root,root)
%dir %{prefix}/share/zypp/testsuite
%dir %{prefix}/share/zypp/testsuite/data
%{prefix}/share/zypp/testsuite/data/
%changelog
* Thu Nov 20 2008 gs@suse.de
- add test cases for UI testing (new directory UI-tests)
- deptestomatic.cc/load_source(): use pathname (instead of filename)
* Tue Nov 04 2008 dmacvicar@suse.de
- add showselectable tag to see selectables
* Wed Oct 15 2008 dmacvicar@suse.de
- fix build
* Wed Sep 10 2008 ma@suse.de
- adapted to new product handling
* Thu Sep 04 2008 jkupec@suse.cz
- adapted to zypp::RepoInfo setters change
* Tue Sep 02 2008 schubi@suse.de
- compiler fixes
- replace ResTraits<>::kind by ResKind
- version 4.2.6
* Fri Jul 18 2008 schubi@suse.de
- removed scripts,atoms,... from deptestomatic
* Tue Jun 17 2008 schubi@suse.de
- Added new commands: YOU", "PkgUI" for package UI
* Fri May 23 2008 schubi@suse.de
- Added grfical interface again
* Fri Apr 25 2008 coolo@suse.de
- new call resolveQueue added
* Fri Apr 11 2008 coolo@suse.de
- adapt to new libzypp
* Sat Apr 05 2008 matz@suse.de
- Fix testcases with URLs as sources
* Thu Apr 03 2008 coolo@suse.de
- adapt to new libzypp
* Mon Mar 24 2008 coolo@suse.de
- adapt to new libzypp
* Tue Mar 04 2008 coolo@suse.de
- reducing build requires
* Mon Mar 03 2008 schubi@suse.de
- adapt to latest libzypp API
* Fri Feb 29 2008 coolo@suse.de
- fix file list
* Tue Feb 26 2008 schubi@suse.de
- using SAT helix parser
- disables pokus (bindings does not work currently)
* Thu Dec 06 2007 aschnell@suse.de
- adapted to changes in libzypp bindings
* Thu Oct 04 2007 schubi@suse.de
- other valid solutions.
- added vendor to patterns, patches,....
* Thu Sep 27 2007 schubi@suse.de
- added graphical interface to deptestomatic
* Mon Sep 17 2007 aschnell@suse.de
- adapted to changes in libzypp-bindings
- added new testcases
* Thu Sep 13 2007 aschnell@suse.de
- added tests for shared tag
* Thu Aug 30 2007 aschnell@suse.de
- adopted to new exception logging
* Wed Aug 29 2007 aschnell@suse.de
- added more tests
- sign repositories
* Mon Aug 27 2007 schubi@suse.de
- Disabled make check for solver
* Tue Aug 21 2007 schubi@suse.de
- Bugfix for 64 bit architecture
* Mon Aug 20 2007 aschnell@suse.de
- added another testsuite
* Mon Aug 13 2007 schubi@suse.de
- changes due new regex class
- rev 6624
- ver 3.14.9
* Wed Aug 08 2007 schubi@suse.de
- Added vendor to helixparser
- Added new testcases
- reduced logging in solver
- rev 6524
- ver 3.14.8
* Mon Jul 30 2007 schubi@suse.de
- solvertree added (graphic interface)
- Not using pool for retrieving additional dependencies which has to be
regarded by the solver.
- r 6400
- ver 3.14.7
* Wed Jul 25 2007 schubi@suse.de
- new repo handling of libzypp included
- rev 6197
- ver 3.14.6
* Fri Jul 06 2007 schubi@suse.de
- enable "make check" for ix68 and ia64 in autobuild
- rev 5923
- ver 3.14.5
* Wed Jun 20 2007 schubi@suse.de
- added includes for gcc42
* Tue Jun 12 2007 schubi@suse.de
- cleanup; moved bineries to /opt/zypp/testsuite/bin
* Thu Apr 05 2007 schubi@suse.de
- initial; testsuite package has been extracted from libzypp package