001997
%global __cmake_in_source_build 1
001997
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
001997
001997
Name:       scl-utils
001997
Epoch:      1
001997
Version:    2.0.3
02a87b
Release:    4%{?dist}
001997
Summary:    Utilities for alternative packaging
001997
001997
License:    GPLv2+
001997
URL:        https://github.com/sclorg/scl-utils
001997
Source0:    https://github.com/sclorg/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
001997
Source1:    macros.scl-filesystem
001997
BuildRequires:	gcc make
001997
BuildRequires:  cmake
001997
BuildRequires:  rpm-devel
001997
BuildRequires:  libcmocka libcmocka-devel environment-modules
001997
Requires:   %{_bindir}/modulecmd
001997
001997
Patch1:     0003-Scl-utils-layout-patch-from-fedora-famillecollet.com.patch
02a87b
Patch2:     BZ-2056462-do-not-error-out-on-SIGINT.patch
02a87b
Patch3:     BZ-2091000-remove-tmp-file.patch
001997
001997
%description
001997
Run-time utility for alternative packaging.
001997
001997
%package build
001997
Summary:    RPM build macros for alternative packaging
001997
Requires:   iso-codes
001997
Requires:   redhat-rpm-config
001997
001997
%description build
001997
Essential RPM build macros for alternative packaging.
001997
001997
%prep
001997
%autosetup -p1
001997
001997
%build
001997
%cmake .
001997
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
001997
001997
001997
%install
001997
rm -rf %{buildroot}
001997
make install DESTDIR=%{buildroot}
001997
if [ %{macrosdir} != %{_sysconfdir}/rpm ]; then
001997
    mkdir -p %{buildroot}%{macrosdir}
001997
    mv %{buildroot}%{_sysconfdir}/rpm/macros.scl %{buildroot}%{macrosdir}
001997
    rmdir %{buildroot}%{_sysconfdir}/rpm
001997
fi
001997
cat %SOURCE1 >> %{buildroot}%{macrosdir}/macros.scl
001997
mkdir -p %{buildroot}%{_sysconfdir}/scl
001997
cd %{buildroot}%{_sysconfdir}/scl
001997
mkdir modulefiles
001997
mkdir prefixes
001997
ln -s prefixes conf
001997
001997
%check
001997
make check
001997
001997
%files
001997
%dir %{_sysconfdir}/scl
001997
%dir %{_sysconfdir}/scl/modulefiles
001997
%dir %{_sysconfdir}/scl/prefixes
001997
%{_sysconfdir}/scl/conf
001997
%{_sysconfdir}/scl/func_scl.csh
001997
%config %{_sysconfdir}/bash_completion.d/scl
001997
%config %{_sysconfdir}/profile.d/scl-init.sh
001997
%config %{_sysconfdir}/profile.d/scl-init.csh
001997
%{_bindir}/scl
001997
%{_bindir}/scl_enabled
001997
%{_bindir}/scl_source
001997
%{_mandir}/man1/scl.1.gz
001997
%doc LICENSE
001997
001997
%files build
001997
%{macrosdir}/macros.scl
001997
%{_rpmconfigdir}/scldeps.sh
001997
%{_rpmconfigdir}/fileattrs/scl.attr
001997
%{_rpmconfigdir}/fileattrs/sclbuild.attr
001997
%{_rpmconfigdir}/brp-scl-compress
001997
%{_rpmconfigdir}/brp-scl-python-bytecompile
001997
001997
%changelog
02a87b
* Tue Dec 13 2022 Florian Festi <ffesti@redhat.com> - 1:2.0.3-4
02a87b
- Remove tmp file (#2151261)
02a87b
02a87b
* Mon Feb 21 2022 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.3-3
02a87b
- Don't error out when command receives SIGINT (#2056462)
02a87b
001997
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.0.3-2
001997
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
001997
  Related: rhbz#1991688
001997
001997
* Mon Jul 26 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.3-1
001997
- Rebase to 2.0.3 (#1986085)
001997
001997
* Mon Jul 26 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.2-21
001997
- Own directory /etc/scl (#1986040)
001997
001997
* Fri Jul 23 2021 Honza Horak <hhorak@redhat.com> - 1:2.0.2-20
001997
- Fix problem with python version in the byte compilation script (#1984598)
001997
001997
* Wed May 12 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.2-19
001997
- Fix dist tag syntax (#1958982)
001997
001997
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.0.2-18
001997
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
001997
001997
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-17
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
001997
001997
* Wed Jul 29 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1:2.0.2-16
001997
- Backported upstream patches to resolve RHBZ#1728450.
001997
001997
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-15
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
001997
001997
* Fri Jul 24 2020 Jeff Law <law@redhat.com> - 1:2.0.2-14
001997
- Use __cmake_in_source_build
001997
001997
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-13
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
001997
001997
* Thu Aug 22 2019 Remi Collet <remi@remirepo.net> - 1:2.0.2-12
001997
- Fix error: macro %%undefine is a built-in #1744583
001997
001997
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-11
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
001997
001997
* Mon Jun 10 22:13:23 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.0.2-10
001997
- Rebuild for RPM 4.15
001997
001997
* Mon Jun 10 15:42:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.0.2-9
001997
- Rebuild for RPM 4.15
001997
001997
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-8
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
001997
001997
* Tue Jul 24 2018 Vít Ondruch <vondruch@redhat.com> - 1:2.0.2-7
001997
- Don't enforce modulefile ownership.
001997
001997
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-6
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
001997
001997
* Mon Feb 19 2018 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-5
001997
- Explicitly BuildRequire gcc and make
001997
001997
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-4
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
001997
001997
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-3
001997
- Fixup URL and Source, fedorahosted.org is no more
001997
001997
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-2
001997
- scl-utils is not compatible with Lmod, fix the dependency (#1296383)
001997
001997
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-1
001997
- Rebase to 2.0.2
001997
001997
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-20
001997
- Rebuilt after RPM update (â„– 3)
001997
001997
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-19
001997
- Rebuilt for RPM soname bump
001997
001997
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-18
001997
- Rebuilt for RPM soname bump
001997
001997
* Mon Aug  7 2017 Joe Orton <jorton@redhat.com> - 1:2.0.1-17
001997
- add aarch64, ppc64le to list of arches with lib64 (#1475718)
001997
001997
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-16
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
001997
001997
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-15
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
001997
001997
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-14
001997
- Permit choosing environment modules implementation (#1296383)
001997
001997
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-13
001997
- Own license directory by runtime (#1206044)
001997
001997
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-12
001997
- Don't try to use no longer existing brp-java-repack-jars script (#1409277)
001997
001997
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-11
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
001997
001997
* Wed Mar 09 2016 Lubos Kardos <lkardos@redhat.com> -1:2.0.1-10
001997
- apply rh layout fixes from Remi Collet (#1198693)
001997
001997
* Mon Mar  7 2016 Remi Collet <remi@fedoraproject.org> - 1:2.0.1-9
001997
- fix grep usage in macros.scl #1315051
001997
001997
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-8
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
001997
001997
* Thu Aug 27 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-7
001997
- Fix core dumps with large input on stdin (#1257274)
001997
001997
* Mon Jul 27 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-6
001997
- Rebuild with the newest rpm.
001997
001997
* Tue Jul 07 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-5
001997
- Honor CFLAGS passed to cmake (#1239997)
001997
001997
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.1-4
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
001997
001997
* Wed Mar  4 2015 Ville Skyttä <ville.skytta@iki.fi> - 1:2.0.1-3
001997
- Install macros in %%{_rpmconfigdir}/macros.d where available (#1074284)
001997
001997
* Wed Jan 21 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-2
001997
- added owning of module file
001997
001997
* Tue Jan 20 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-1
001997
- rebase to scl-utils-2.0.1
001997
- escaped macros in changelog
001997
- added %%config for files in /etc
001997
001997
* Fri Jan 09 2015 Jan Zeleny <jzeleny@redhat.com> - 1:2.0-2
001997
- corrected URL of Source0
001997
001997
* Thu Jan 08 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0-1
001997
- rebase to scl-utils-2.0
001997
001997
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-4
001997
- propagate the %%nfsmountable into -build subpackage content
001997
- use vendor prefix in the names of the packages if required
001997
001997
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-3
001997
- add support for register/deregister scriptlets
001997
- add support %%nfsmountable macro
001997
- fix some paths in %%scl_files and %%scl_install
001997
001997
* Wed Aug 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-2
001997
- fixed the paths in /etc/opt and /var/opt (missing /scls/)
001997
- adjust the spec so all patches are automatically applied
001997
001997
* Tue Aug 26 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-1
001997
- rebased to 20140815
001997
- switched to %%autosetup in %%prep
001997
001997
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-7
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
001997
001997
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-6
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
001997
001997
* Wed May 07 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-5
001997
- changed __os_install_post script paths to keep up with rpm (#1093074)
001997
001997
* Fri Apr 11 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-4
001997
- reverted "-f filelist" modification
001997
- added %%scl_vendor macro to macros.%%{scl}-config file (#1084095)
001997
- %%scl_prefix now accepts a parameter to improve
001997
  inter-collection dependencies (#1028953)
001997
- modified the behavior of debuginfo generation process
001997
- changed command description in scl man pages
001997
- added conditional dependencies for main metapackage
001997
001997
* Tue Mar 18 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-3
001997
- added scl-runtime requirement for all subpackages
001997
001997
* Wed Mar 12 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-2
001997
- %%scl_files body moved to %%scl_install
001997
- the "filesystem" file renamed back to "filelist"
001997
- add automatic Provide: scl-package(%%scl) to all scl-related packages (#105290)
001997
001997
* Mon Jan 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140127-1
001997
- don't exclude provides from SCLs (#1056183)
001997
- don't generate scl-package(%%scl) in macros.scl, it's already
001997
  handled in dependency generator
001997
- add automatic Requires: %%scl_runtime to every SCL package (#1054711)
001997
001997
* Wed Jan 08 2014 Jan Zeleny <jzeleny@redhat.com> - 20140108-1
001997
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
001997
- check if temp file is created (#1032666)
001997
- don't split command arguments containing white space (#1032666)
001997
- rename some attr rpm macros to stop confusing rpm (#1023625)
001997
001997
* Thu Oct 17 2013 Jan Zeleny <jzeleny@redhat.com> - 20131017-1
001997
- fixed one issue in scl_source script
001997
001997
* Wed Oct 16 2013 Jan Zeleny <jzeleny@redhat.com> - 20131016-1
001997
- fixed the -- separator behavior
001997
001997
* Wed Oct 09 2013 Jan Zeleny <jzeleny@redhat.com> - 20131015-1
001997
- Correct the %%_sharedstatedir and %%_root_sharedstatedir macros
001997
- Don't install /%%{_lib} when not necessary
001997
- Add LICENSE file
001997
- Add scl_source script
001997
- Don't change directory in %%scl_install
001997
- Don't generate provides from sonames in the SCL root
001997
- Add the SCL prefix to virtual provides of SCL-based packages
001997
- Implement "--" as a command separator
001997
- Removed binary file scl from git tracking
001997
- Fixed typo
001997
- Added example wrapper script.
001997
001997
* Mon Aug 26 2013 Jan Zeleny <jzeleny@redhat.com> - 20130529-3
001997
- updated the file list to handle /etc/scl/conf correctly
001997
001997
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130529-2
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
001997
001997
* Wed May 29 2013 Jan Zeleny <jzeleny@redhat.com> - 20130529-1
001997
- changed the upstream tarball location
001997
- update to 20130529
001997
001997
* Fri Feb 01 2013 Jindrich Novy <jnovy@redhat.com> 20121110-2
001997
- add build compatibility fixes
001997
001997
* Wed Dec 19 2012 Jindrich Novy <jnovy@redhat.com> 20121110-1
001997
- introduce sclbuild utility
001997
- fix exporting of env. variables when mutiple collections are
001997
  enabled at the same time
001997
- better bash completion
001997
- fix changelog
001997
001997
* Thu Sep 27 2012 Jindrich Novy <jnovy@redhat.com> 20120927-1
001997
- update to 20120927
001997
- better BUILDROOT processing
001997
- bash completition for scl command
001997
- debuginfo package now has SCL-specific provide
001997
- non-SCL builds are without warning in build log
001997
- improved help
001997
001997
* Thu Aug 09 2012 Jindrich Novy <jnovy@redhat.com> 20120809-1
001997
- update to 20120809
001997
- processes the SCL buildroot correctly now
001997
001997
* Thu Aug 02 2012 Jindrich Novy <jnovy@redhat.com> 20120802-1
001997
- update to 20120802
001997
001997
* Tue Jul 31 2012 Jindrich Novy <jnovy@redhat.com> 20120731-1
001997
- add functionality that allows to list all packages in a collection
001997
- add dependency generators
001997
001997
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120613-2
001997
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
001997
001997
* Wed Jun 13 2012 Jindrich Novy <jnovy@redhat.com> 20120613-1
001997
- Requires: iso-codes for basic filesystem in build subpackage
001997
- add scl_require_package() macro to depend on a particular package
001997
  from the collection
001997
- fix filesystem file list
001997
- tighten runtime package dependency via scl_require()
001997
- fix _localstatedir to point to the correct path according to redhat-rpm-config
001997
- thanks to Bohuslav Kabrda for feature proposals/QA/fixes
001997
001997
* Thu May 03 2012 Jindrich Novy <jnovy@redhat.com> 20120503-1
001997
- avoid doublefree corruption when reading commands from stdin
001997
001997
* Sun Apr 22 2012 Jindrich Novy <jnovy@redhat.com> 20120423-1
001997
- keep filesystem macros out of the main sources as
001997
  it is distro-dependent
001997
001997
* Fri Apr 13 2012 Jindrich Novy <jnovy@redhat.com> 20120413-1
001997
- filesystem ownership by meta package
001997
- add man page
001997
- fix memory leak when parsing commands from stdin
001997
- use more descriptive error message if /etc/prefixes is missing
001997
001997
* Wed Feb 29 2012 Jindrich Novy <jnovy@redhat.com> 20120229-1
001997
- do not prepend scl_* prefix to package names
001997
- unify package naming to <SCL>-package-version
001997
- add scl --list functionality to list available SCLs
001997
001997
* Thu Feb 09 2012 Jindrich Novy <jnovy@redhat.com> 20120209-1
001997
- fix minor bugs (#788194)
001997
  - clear temp files
001997
  - handle commands from stdin properly
001997
  - run command even if ran as "scl enable SCL command" from already
001997
    enabled SCL
001997
001997
* Wed Jan 25 2012 Jindrich Novy <jnovy@redhat.com> 20120125-1
001997
- remove dsc macros
001997
- trigger scl-utils-build BR inclusion while using scl macros
001997
001997
* Wed Jan 11 2012 Jindrich Novy <jnovy@redhat.com> 20120111-1
001997
- add "dsc" alias to "scl" utility
001997
001997
* Wed Dec 14 2011 Jindrich Novy <jnovy@redhat.com> 20111214-1
001997
- initial review fixes (#767556)
001997
001997
* Fri Dec  9 2011 Jindrich Novy <jnovy@redhat.com> 20111209-1
001997
- allow to use dsc_* macros and dsc* package naming
001997
001997
* Wed Nov 16 2011 Jindrich Novy <jnovy@redhat.com> 20111116-1
001997
- package is now named scl-utils
001997
001997
* Mon Oct 17 2011 Jindrich Novy <jnovy@redhat.com> 20111017-1
001997
- initial packaging for upstream
001997
001997
* Wed Sep 21 2011 Jindrich Novy <jnovy@redhat.com> 0.1-14
001997
- define %%_defaultdocdir to properly relocate docs into
001997
  a stack
001997
- document a way how to pass command to stack via stdin
001997
001997
* Wed Jun 22 2011 Jindrich Novy <jnovy@redhat.com> 0.1-13
001997
- fix Stack meta config configuration
001997
001997
* Fri Jun 17 2011 Jindrich Novy <jnovy@redhat.com> 0.1-12
001997
- use own Stack path configuration mechanism
001997
001997
* Fri Jun 17 2011 Jindrich Novy <jnovy@redhat.com> 0.1-11
001997
- avoid redefinition of %%_root* macros by multiple
001997
  occurence of %%stack_package
001997
- make the Stack root path configurable
001997
001997
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 0.1-10
001997
- stack utility allows to read command from stdin
001997
001997
* Mon Jun 13 2011 Jindrich Novy <jnovy@redhat.com> 0.1-9
001997
- introduce stack enablement tracking
001997
- introduce "stack_enabled" helper utility to let a stack
001997
  application figure out which stacks are actually enabled
001997
- disallow running stacks recursively
001997
001997
* Mon Jun 13 2011 Jindrich Novy <jnovy@redhat.com> 0.1-8
001997
- stack utility returns executed commands' exit value
001997
001997
* Fri Jun 10 2011 Jindrich Novy <jnovy@redhat.com> 0.1-7
001997
- fix possible segfault in the stack utility
001997
001997
* Fri Jun 10 2011 Jindrich Novy <jnovy@redhat.com> 0.1-6
001997
- %%stack_name: initial part of stack prefix and name of
001997
  meta package providing scriptlets
001997
- %%stack_prefix: stack namespacing part to be prepended to
001997
  original non-stack package name, can be used for Provides
001997
  namespacing as well
001997
- %%stack_runtime: run-time package name providing scriptlets
001997
- %%stack_require: macro to define dependency to other stacks
001997
001997
* Thu Jun 09 2011 Jindrich Novy <jnovy@redhat.com> 0.1-5
001997
- split the package into two - runtime and build part
001997
- decrease verbosity when enabling a stack
001997
001997
* Wed Jun 08 2011 Jindrich Novy <jnovy@redhat.com> 0.1-4
001997
- prepend stack package with stack_* to prevent namespace
001997
  conflicts with core packages
001997
001997
* Thu Jun 02 2011 Jindrich Novy <jnovy@redhat.com> 0.1-3
001997
- introduce metapackage concept
001997
001997
* Wed Jun 01 2011 Jindrich Novy <jnovy@redhat.com> 0.1-2
001997
- modify macros so that they don't change preamble tags
001997
001997
* Sun May 08 2011 Jindrich Novy <jnovy@redhat.com> 0.1-1
001997
- initial packaging