d81b0c7
%define __cmake_in_source_build 1
d81b0c7
c8ac328
Name:           libcomps
2902e87
Version:        0.1.21
2902e87
Release:        1%{?dist}
c8ac328
Summary:        Comps XML file manipulation library
c8ac328
c63d0c6
License:        GPL-2.0-or-later
Igor Gnatenko 149b265
URL:            https://github.com/rpm-software-management/libcomps
d6d2825
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Igor Gnatenko 149b265
Igor Gnatenko f4e7f46
BuildRequires:  gcc-c++
Igor Gnatenko 149b265
BuildRequires:  cmake
Igor Gnatenko 149b265
BuildRequires:  gcc
c8ac328
BuildRequires:  libxml2-devel
c8ac328
BuildRequires:  check-devel
c8ac328
BuildRequires:  expat-devel
b8c0bec
BuildRequires:  zlib-devel
c8ac328
c8ac328
%description
c8ac328
Libcomps is library for structure-like manipulation with content of
c8ac328
comps XML files. Supports read/write XML file, structure(s) modification.
c8ac328
Igor Gnatenko 149b265
%package devel
Igor Gnatenko 149b265
Summary:        Development files for libcomps library
Igor Gnatenko 149b265
Requires:       %{name}%{?_isa} = %{version}-%{release}
Igor Gnatenko 149b265
Igor Gnatenko 149b265
%description devel
Igor Gnatenko 149b265
Development files for libcomps library.
Igor Gnatenko 149b265
c8ac328
%package doc
c8ac328
Summary:        Documentation files for libcomps library
c8ac328
Requires:       %{name} = %{version}-%{release}
c8ac328
BuildArch:      noarch
c8ac328
BuildRequires:  doxygen
c8ac328
c8ac328
%description doc
Igor Gnatenko 149b265
Documentation files for libcomps library.
c8ac328
Igor Gnatenko 149b265
%package -n python-%{name}-doc
20871b6
Summary:        Documentation files for python bindings libcomps library
20871b6
Requires:       %{name} = %{version}-%{release}
20871b6
BuildArch:      noarch
9b613a1
BuildRequires:  python3-sphinx
d6d2825
20871b6
Igor Gnatenko 149b265
%description -n python-%{name}-doc
Igor Gnatenko 149b265
Documentation files for python bindings libcomps library.
c8ac328
Igor Gnatenko 149b265
%package -n python3-%{name}
Igor Gnatenko 149b265
Summary:        Python 3 bindings for libcomps library
c8ac328
BuildRequires:  python3-devel
bf40a6f
BuildRequires:  python3-setuptools
3766487
BuildRequires:  make
Igor Gnatenko 149b265
%{?python_provide:%python_provide python3-%{name}}
c8ac328
Requires:       %{name}%{?_isa} = %{version}-%{release}
6dfab73
Obsoletes:      platform-python-%{name} < %{version}-%{release}
c8ac328
Igor Gnatenko 149b265
%description -n python3-%{name}
Igor Gnatenko 149b265
Python3 bindings for libcomps library.
c8ac328
c8ac328
%prep
d6d2825
%autosetup -p1 -n %{name}-%{version}
Igor Gnatenko 149b265
Igor Gnatenko 149b265
mkdir build-py3
b8c0bec
mkdir build-doc
c8ac328
c8ac328
%build
Igor Gnatenko 149b265
pushd build-py3
d6d2825
  %cmake ../libcomps/
Igor Gnatenko 149b265
  %make_build
b8c0bec
popd
b8c0bec
b8c0bec
pushd build-doc
d6d2825
  %cmake ../libcomps/
9b613a1
  make %{?_smp_mflags} docs
9b613a1
  make %{?_smp_mflags} pydocs
20871b6
popd
c8ac328
c8ac328
%install
Igor Gnatenko 149b265
pushd build-py3
Igor Gnatenko 149b265
  %make_install
c8ac328
popd
c8ac328
Igor Gnatenko 149b265
%check
Igor Gnatenko 149b265
pushd build-py3
b8c0bec
  make test
Igor Gnatenko 149b265
  make pytest
Igor Gnatenko 149b265
popd
c8ac328
b8c0bec
%if %{undefined ldconfig_scriptlets}
b8c0bec
%post -p /sbin/ldconfig
b8c0bec
%postun -p /sbin/ldconfig
b8c0bec
%else
Igor Gnatenko 6f164d9
%ldconfig_scriptlets
b8c0bec
%endif
c8ac328
c8ac328
%files
Igor Gnatenko 149b265
%license COPYING
Igor Gnatenko 149b265
%doc README.md
Igor Gnatenko 149b265
%{_libdir}/%{name}.so.*
c8ac328
c8ac328
%files devel
Igor Gnatenko 149b265
%{_libdir}/%{name}.so
5e2a5f6
%{_libdir}/pkgconfig/%{name}.pc
Igor Gnatenko 149b265
%{_includedir}/%{name}/
c8ac328
c8ac328
%files doc
b8c0bec
%doc build-doc/docs/libcomps-doc/html
c8ac328
Igor Gnatenko 149b265
%files -n python-%{name}-doc
b8c0bec
%doc build-doc/src/python/docs/html
20871b6
Igor Gnatenko 149b265
%files -n python3-%{name}
Igor Gnatenko 149b265
%{python3_sitearch}/%{name}/
5e2a5f6
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
c8ac328
c8ac328
%changelog
2902e87
* Sat Apr 20 2024 Sérgio Basto <sergio@serjux.com> - 0.1.21-1
2902e87
- Update libcomps to 0.1.21 (#2269210)
2902e87
cf1ed8e
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.20-5
cf1ed8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
cf1ed8e
45c1741
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.20-4
45c1741
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
45c1741
32d6dd5
* Wed Jan 03 2024 Florian Weimer <fweimer@redhat.com> - 0.1.20-3
32d6dd5
- Backport upstream patch to fix C compatibility issue
32d6dd5
7fb7ff7
* Wed Dec 13 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.1.20-2
7fb7ff7
- Fix build with libxml2-2.12.0
7fb7ff7
3766487
* Thu Oct 05 2023 Jan Kolarik <jkolarik@redhat.com> - 0.1.20-1
3766487
- Update to 0.1.20
3766487
- Fixes of xml parsing
3766487
- Fix non-optimized builds by removing inline keyword
3766487
- Use Py_hash_t instead of long
3766487
a99b4d5
* Wed Oct 04 2023 Mattia Verga <mattia.verga@proton.me> - 0.1.19-5
a99b4d5
- Backport additional patch to fix segfault in fromxml_str
a99b4d5
Mattia Verga 29fe878
* Tue Sep 05 2023 Mattia Verga <mattia.verga@proton.me> - 0.1.19-4
Mattia Verga 29fe878
- Backport patch to fix segfault in fromxml_str
Mattia Verga 29fe878
5e12e3f
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.19-3
5e12e3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
5e12e3f
74e68b2
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.1.19-2
74e68b2
- Rebuilt for Python 3.12
74e68b2
c63d0c6
* Tue Feb 28 2023 Sérgio Basto <sergio@serjux.com> - 0.1.19-1
c63d0c6
- Update libcomps to 0.1.19
c63d0c6
- Migrated to SPDX license
c63d0c6
bf40a6f
* Tue Feb 28 2023 Miro Hrončok <mhroncok@redhat.com> - 0.1.18-6
bf40a6f
- BuildRequire python3-setuptools explicitly, don't assume they are pulled transitively
bf40a6f
2d27a02
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-5
2d27a02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2d27a02
7b7ba9b
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-4
7b7ba9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7b7ba9b
7f10045
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.1.18-3
7f10045
- Rebuilt for Python 3.11
7f10045
a36fabf
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-2
a36fabf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a36fabf
9da667c
* Thu Sep 23 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.18-1
9da667c
- Update to 0.1.18
9da667c
- Fix several covscan warnings
9da667c
54f9001
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-2
54f9001
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
54f9001
d6d2825
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.17-1
d6d2825
- Update to 0.1.17
d6d2825
- Fix a crash when clearing COMPS_ObjRTree (RhBug:1888343)
d6d2825
- Don't print empty requires
d6d2825
- Fix memory leaks and resource leaks
d6d2825
- Remove Python 2 support
d6d2825
ce47535
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.1.15-7
ce47535
- Rebuilt for Python 3.10
ce47535
b98836e
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-6
b98836e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b98836e
d81b0c7
* Fri Aug 07 2020 Nicola Sella <nsella@redhat.com> - 0.1.15-5
d81b0c7
- spec: Fix building with new cmake macros
d81b0c7
2bab2d9
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-4
2bab2d9
- Second attempt - Rebuilt for
2bab2d9
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2bab2d9
dcf98c2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-3
dcf98c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
dcf98c2
9796d00
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.15-2
9796d00
- Rebuilt for Python 3.9
9796d00
6f45b54
* Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.1.15-1
6f45b54
- Update to 0.1.15
6f45b54
- Do not skip type=mandatory in xml output (RhBug:1771224)
6f45b54
591a5f7
* Fri Jan 31 2020 Ales Matej <amatej@redhat.com> - 0.1.14-4
591a5f7
- Fix global header variable defined without extern for gcc-10
591a5f7
a1b9a43
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-3
a1b9a43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a1b9a43
c50b8fd
* Sat Dec 14 2019 Jeff Law <law@redhat.com> - 0.1.14-2
c50b8fd
- Fix inline vs static inline issue for gcc-10
c50b8fd
6683eb5
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 0.1.14-1
6683eb5
- Update to 0.1.14
6683eb5
5e2a5f6
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 0.1.12-1
5e2a5f6
- Update to 0.1.12
5e2a5f6
6a1b41c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-5
6a1b41c
- Rebuilt for Python 3.8.0rc1 (#1748018)
6a1b41c
0e00780
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-4
0e00780
- Rebuilt for Python 3.8
0e00780
bec8dbc
* Wed Jul 31 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-3
bec8dbc
- Fix Python method descriptors for Python 3.8 (#1734777)
bec8dbc
c5d702f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
c5d702f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c5d702f
b8c0bec
* Mon Mar 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.11-1
b8c0bec
- Update to 0.1.11
b8c0bec
3e89ddd
* Wed Feb 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.10-1
3e89ddd
- Update to 0.1.10
3e89ddd
6798816
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
6798816
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6798816
9b613a1
* Tue Nov 27 2018 Marek Blaha <mblaha@redhat.com> - 0.1.8-15
9b613a1
- Disable Python 2 bindings for Fedora >= 30
9b613a1
bbe076f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-14
bbe076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bbe076f
8a3aa3d
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.8-13
8a3aa3d
- Rebuilt for Python 3.7
8a3aa3d
76c3093
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.8-12
76c3093
- Update Python 2 dependency declarations to new packaging standards
76c3093
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
76c3093
470253e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-11
470253e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
470253e
Igor Gnatenko 6f164d9
* Wed Jan 31 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.1.8-10
Igor Gnatenko 6f164d9
- Switch to %%ldconfig_scriptlets
Igor Gnatenko 6f164d9
6dfab73
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-9
6dfab73
- Use better Obsoletes for platform-python
6dfab73
Igor Gnatenko a24dcbd
* Fri Nov 03 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.1.8-8
Igor Gnatenko a24dcbd
- Remove platform-python subpackage
Igor Gnatenko a24dcbd
Igor Gnatenko 4230798
* Fri Sep 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.1.8-7
Igor Gnatenko 4230798
- Disable platform python on old releases
Igor Gnatenko 4230798
Iryna Shcherbina 5fe4e61
* Thu Aug 10 2017 Lumír Balhar <lbalhar@redhat.com> - 0.1.8-6
Iryna Shcherbina 5fe4e61
- Add Platform Python subpackage (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
Iryna Shcherbina 5fe4e61
b6830e2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-5
b6830e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b6830e2
100ae8c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-4
100ae8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
100ae8c
b6ea96b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
b6ea96b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b6ea96b
b552e49
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.1.8-2
b552e49
- Rebuild for Python 3.6
b552e49
Igor Gnatenko 4faaddf
* Thu Sep 22 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.1.8-1
Igor Gnatenko 4faaddf
- Update to 0.1.8
Igor Gnatenko 4faaddf
Igor Gnatenko 10c9736
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.1.7-6
Igor Gnatenko 10c9736
- Add %%{?system_python_abi}
Igor Gnatenko 10c9736
054d275
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-5
054d275
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
054d275
Igor Gnatenko 149b265
* Tue Apr 12 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.1.7-4
Igor Gnatenko 149b265
- Adopt to new packaging guidelines
Igor Gnatenko 149b265
- Use %%license macro
Igor Gnatenko 149b265
- Fix file ownerships
Igor Gnatenko 149b265
147d620
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
147d620
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
147d620
Robert Kuska 2f2ce0e
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 0.1.7-2
Robert Kuska 2f2ce0e
- Rebuilt for Python3.5 rebuild
Robert Kuska 2f2ce0e
13656ec
* Thu Jul 02 2015 Jindrich Luza <jluza@redhat.com> 0.1.7
13656ec
- added langpacks to union process
13656ec
- comps DOCTYPE read-write-read fix
13656ec
- support biarchonly attribute
13656ec
- fixed rhbz#1073885 rhbz#1073890 rhbz#1073907 rhbz#1073979
13656ec
- fix rhbz#1073079
13656ec
- comps_*_match() now support fnmatching
13656ec
- added libpycomps.MATCH_IGNORECASE as matching flag
13656ec
- added group.packages_match
13656ec
- added comps.groups_match, comps.categories_match, comps.entironments_match
13656ec
- PyCOMPS_Package hash
13656ec
- cmake-2.6, python-2.6, RHEL-6 compatible
13656ec
- '_arch' attribute change to 'arch'
13656ec
- empty 'arch' attribute will be ommited from output from now
0945b90
f452dc2
* Wed Jan 29 2014 Jindrich Luza <jluza@redhat.com> 0.1.6
f452dc2
- version bumped
f452dc2
- added libcomps.MDict.keys()
f452dc2
-         libcomps.MDict.values()
f452dc2
-         libcomps.MDict.items()
f452dc2
-         libcomps.MDict.clear()
f452dc2
-         libcomps.MDict.update()
f452dc2
-         libcomps.MDict.copy()
f452dc2
- COMPS_List replaced with COMPS_HSList
f452dc2
- added missing basearchonly to DocGroupPackage
f452dc2
- python3/CMakeLists.txt fixed
f452dc2
- added explicit attributes support for xml options
f452dc2
- added arch_filter test for python
f452dc2
- insert method in libcomps.Sequence
f452dc2
- Unioning is now accomplished with replace x append policy
f452dc2
- Weaker package equality check (comparing only name now)
f452dc2
- Fixed leeks in unioning
f452dc2
- modified test_merge_comps test_libcomps
f452dc2
- dictionaries are now storing keys in alphabetical order
f452dc2
- comps parser redesigned
f452dc2
- change python/tests directory composition
f452dc2
- added elem attributes check in parser
f452dc2
- xml output '_arch' attribute support
f452dc2
- parser and xml output defaults options for specify defaults values
f452dc2
- comps object validation in python
f452dc2
- added validity checker before append/set object to list (python only)
f452dc2
- .validate() method
f452dc2
- added libcomps.Dict.keys
f452dc2
-         libcomps.Dict.values
f452dc2
-         libcomps.Dict.items
f452dc2
-         libcomps.Dict.clear
f452dc2
-         libcomps.Dict.update
f452dc2
-         libcomps.Dict.copy
f452dc2
- added xml output options (comps.xml_str([options = {}]), comps.xml_f(options = {}))
f452dc2
f01b741
* Wed Oct 23 2013 Jindrich Luza <jluza@redhat.com> 0.1.4-4
f01b741
- group.uservisible is true by default now.
20871b6
- fixed comps_mobjradix parent node problem
20871b6
- implemented bindings for blacklist, whiteout and langpacks
20871b6
- COMPS_Logger redesigned
2d610cc
da123f9
* Tue Oct 08 2013 Jindrich Luza <jluza@redhat.com> 0.1.5
da123f9
- version bump
20871b6
- PyCOMPS_Sequence.__getitem__["objectid"] implemented for libcomps.GroupList, libcomps.CategoryList, libcomps.EnvList
20871b6
- added missing files
20871b6
- missing display_order fix for libcomps.Environment
2530309
2530309
* Tue Oct 01 2013 Jindrich Luza <jluza@redhat.com> 0.1.4
2530309
- added missing files
2530309
- architectural redesign finished
49f9679
- fixed #1003986 by Gustavo Luiz Duarte guidelines (but not tested on ppc)
49f9679
- fixed bug #1000449
49f9679
- fixed bug #1000442
49f9679
- added GroupId.default test
49f9679
- some minor unreported bugs discovered during testing fixed
20871b6
- finished default attribute support in groupid object
20871b6
- Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed
20871b6
-   as Comps.get_last_errors and Comps.get_last_log
20871b6
- version bumped. Python bindings is now easier.
20871b6
- added missing files
7b2d114
7b2d114
* Tue Aug 20 2013 Jindrich Luza <jluza@redhat.com> 0.1.3
7b2d114
- finished default attribute support in groupid object
7b2d114
- Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed
7b2d114
-   as Comps.get_last_errors and Comps.get_last_log
49f9679
- finished default attribute support in groupid object
49f9679
- Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed
49f9679
-   as Comps.get_last_errors and Comps.get_last_log
c8ac328
c8ac328
* Thu Jul 18 2013 Jindrich Luza <jluza@redhat.com> 0.1.2
c8ac328
- automatic changelog system
c8ac328
- fixed issue #14
c8ac328
- libcomps.Dict is now behave more like python dict. Implemented iter(libcomps.Dict)
c8ac328
- libcomps.iteritems() and libcomps.itervalues()
c8ac328
- remaked error reporting system.
c8ac328
-     libcomps.Comps.fromxml_f and libcomps.Comps.fromxml_str now return
c8ac328
-     -1, 0 or 1. 0 means parse procedure completed without any problem,
c8ac328
-     1 means there's some errors or warnings but not fatal. -1 indicates
c8ac328
-     fatal error problem (some results maybe given, but probably incomplete
c8ac328
-     and invalid)
c8ac328
- errors catched during parsing can be obtained by calling
c8ac328
-     libcomps.Comps.get_last_parse_errors
c8ac328
- all log is given by
c8ac328
-     libcomps.Comps.get_last_parse_log
f452dc2
- prop system complete
f452dc2
- fixed issue 1
f452dc2
- fixed issue 3
f452dc2
- added <packagereq requires=...> support
f452dc2
- new prop system in progress....
f452dc2
- separated doc package
f452dc2
- some minor fixes in CMakeFiles
f452dc2
- improved integrated tests
c8ac328
c8ac328
* Tue Jun 25 2013 Jindrich Luza <jluza@redhat.com> 0.1.1-1
c8ac328
- Automatic commit of package [libcomps] release [0.1.1-1].
Igor Gnatenko a24dcbd