diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fe4326f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/0install-2.3.3.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..931b22b --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +obsoleted by 0install diff --git a/sources b/sources deleted file mode 100644 index ea4bd59..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -00d567d9086d0b030ac610df6e4cb237 0install-2.3.3.tar.bz2 diff --git a/zeroinstall-injector.spec b/zeroinstall-injector.spec deleted file mode 100644 index de52b82..0000000 --- a/zeroinstall-injector.spec +++ /dev/null @@ -1,294 +0,0 @@ -%global cache_dir /var/cache/0install.net -%global upstream_name 0install -#global prerel rc1 - -Name: zeroinstall-injector -Version: 2.3.3 -Release: 11%{?dist} -Summary: The Zero Install Injector (0launch) - -Group: Applications/System -License: LGPLv2 -URL: http://0install.net -Source0: http://downloads.sf.net/project/zero-install/%{upstream_name}/%{version}/%{upstream_name}-%{version}.tar.bz2 - -BuildArch: noarch -BuildRequires: python2-devel >= 2.6 -BuildRequires: desktop-file-utils -BuildRequires: gettext -# for-tests -BuildRequires: pygtk2 gnupg xdg-utils -BuildRequires: tar gzip bzip2 xz-lzma-compat -BuildRequires: python2-coverage -# /for-tests -Requires: pygtk2 gnupg sudo xdg-utils -Requires: tar gzip bzip2 xz-lzma-compat -# for PackageKit support -Requires: python2-dbus - -Requires(pre): shadow-utils - -# for icons -Requires: hicolor-icon-theme - -%description -The Zero Install Injector makes it easy for users to install software -without needing root privileges. It takes the URL of a program and -runs it (downloading it first if necessary). Any dependencies of the -program are fetched in the same way. The user controls which version -of the program and its dependencies to use. - -Zero Install is a decentralized installation system (there is no -central repository; all packages are identified by URLs), -loosely-coupled (if different programs require different versions of a -library then both versions are installed in parallel, without -conflicts), and has an emphasis on security (all package descriptions -are GPG-signed, and contain cryptographic hashes of the contents of -each version). Each version of each program is stored in its own -sub-directory within the Zero Install cache (nothing is installed to -directories outside of the cache, such as /usr/bin) and no code from -the package is run during install or uninstall. The system can -automatically check for updates when software is run. - -%prep -%setup -q -n %{upstream_name}-%{version} - -%build -%py2_build - -%install -rm -rf $RPM_BUILD_ROOT -%py2_install -mv "$RPM_BUILD_ROOT/usr/man" "$RPM_BUILD_ROOT/%{_datadir}/man" -mkdir -p "$RPM_BUILD_ROOT%{cache_dir}/implementations" - -desktop-file-validate \ - $RPM_BUILD_ROOT%{_datadir}/applications/0install.desktop - -%find_lang zero-install - -%check -export PYTHONPATH=`pwd` -cd tests -for t in download packagekit; do - mv test${t}.py{,.off} -done -./testall.py - - -%pre -# Add the "zeroinst" user. -# This is not used by default, but is required if you want to -# set up sharing of downloads later. -getent group zeroinst >/dev/null || groupadd -r zeroinst -getent passwd zeroinst >/dev/null || \ -useradd -r -g zeroinst -d %{cache_dir} -s /sbin/nologin \ - -c "Zero Install shared cache" zeroinst -exit 0 - -%files -f zero-install.lang -%doc COPYING README.md -%{_bindir}/0* -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/*/apps/zeroinstall.png -%{_datadir}/icons/hicolor/scalable/apps/zeroinstall.svg -%{python2_sitelib}/zeroinstall/ -%if 0%{!?el5:1} -%{python2_sitelib}/*.egg-info -%endif -%{_mandir}/man1/0* -%dir %{cache_dir} -%attr(755,zeroinst,zeroinst) %{cache_dir}/implementations -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/0install -%dir %{_datadir}/fish -%dir %{_datadir}/fish/completions -%{_datadir}/fish/completions/0install.fish -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_0install - - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 2.3.3-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 14 2018 Iryna Shcherbina - 2.3.3-10 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 2.3.3-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Igor Gnatenko - 2.3.3-8 -- Remove obsolete scriptlets - -* Thu Jul 27 2017 Fedora Release Engineering - 2.3.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 2.3.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 2.3.3-5 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 2.3.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 2.3.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 2.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Aug 14 2013 Michel Salim - 2.3.3-1 -- Update to 2.3.3 - -* Sun Aug 04 2013 Fedora Release Engineering - 2.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Jul 5 2013 Michel Salim - 2.3-1 -- Update to 2.3 - -* Mon May 6 2013 Michel Salim - 2.2-1 -- Update to 2.2 - -* Fri Apr 5 2013 Michel Salim - 2.1-1 -- Update to 2.1 - -* Wed Mar 6 2013 Michel Salim - 2.0-1 -- Update to 2.0 - -* Mon Feb 25 2013 Michel Salim - 1.16-1 -- Update to 1.16 - -* Fri Feb 15 2013 Fedora Release Engineering - 1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Nov 19 2012 Michel Salim - 1.13-1 -- Update to 1.13 - -* Wed Sep 5 2012 Michel Salim - 1.11-1 -- Update to 1.11 - -* Sun Jul 22 2012 Fedora Release Engineering - 1.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 29 2012 Michel Salim - 1.9-1 -- Update to 1.9 -- Remove redundant %%{python_sitelib} declaration - -* Wed May 23 2012 Michel Salim - 1.8-1 -- Update to 1.8 - -* Tue Apr 24 2012 Michel Salim - 1.7-1 -- Update to 1.7 - -* Thu Jan 26 2012 Michel Salim - 1.5-2 -- Prune dependencies - -* Thu Jan 26 2012 Michel Salim - 1.5-1 -- Update to 1.5 - -* Sat Jan 14 2012 Fedora Release Engineering - 1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Jul 25 2011 Michel Salim - 1.2-1 -- Update to 1.2 - -* Sat Jul 2 2011 Michel Salim - 1.1-2 -- Further launcher script clean-up - -* Wed Jun 29 2011 Michel Salim - 1.1-1 -- Update to 1.1 -- Remove --versions option, obsoleted in favor of '0alias launcher' - -* Wed Jun 22 2011 Michel Salim - 1.0-3 -- Fix --versions handling of 0alias-generated launchers - -* Wed Jun 15 2011 Michel Salim - 1.0-2 -- Add main category "System" to desktop entries - -* Tue Jun 14 2011 Michel Salim - 1.0-1 -- Update to 1.0 - -* Tue May 3 2011 Michel Salim - 1.0-0.rc1.1 -- Update to 1.0rc1 - -* Thu Mar 17 2011 Michel Salim - 0.53-1 -- Update to 0.53 - -* Sun Mar 13 2011 Michel Salim - 0.52-1 -- Update to 0.52 - -* Thu Jul 22 2010 David Malcolm - 0.49-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Fri Jul 9 2010 Michel Salim - 0.49-2 -- Enable tests - -* Fri Jul 9 2010 Michel Salim - 0.49-1 -- Update to 0.49 - -* Mon Jul 27 2009 Fedora Release Engineering - 0.38-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sat Feb 28 2009 Michel Salim - 0.38-2 -- Workaround for RHEL's desktop-file-utils -- Add missing dependency on xdg-utils - -* Fri Feb 27 2009 Michel Salim - 0.38-1 -- Update to 0.38 -- Upgrades now preserve the existing menu, if modified - -* Wed Feb 25 2009 Fedora Release Engineering - 0.34-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.34-2 -- Rebuild for Python 2.6 - -* Sun Aug 3 2008 Michel Alexandre Salim - 0.34-1 -- Update to 0.34 - -* Sat Apr 5 2008 Michel Salim - 0.32-1 -- Update to 0.32 -- Package .egg-info file on Fedora >= 9 - -* Fri Jan 18 2008 Michel Salim - 0.31-1 -- Update to 0.31 - -* Sat Sep 8 2007 Michel Salim 0.30-2 -- Update scriptlet that creates zeroinst user - -* Wed Sep 5 2007 Michel Salim 0.30-1 -- Update to 0.30 -- License is now versioned -- Incorporate changes from Thomas Leonard: - * create zeroinst user - * create shared cache - -* Mon Dec 18 2006 Michel Salim 0.24-3 -- Rebuild for development branch - -* Sat Nov 11 2006 Michel Salim 0.24-2 -- Allow installation of ix86 binaries on x86_64 - -* Sat Nov 4 2006 Michel Salim 0.24-1 -- Update to 0.24 -- Not ghosting .pyos any longer - -* Sun Oct 8 2006 Michel Salim 0.23-1 -- Update to 0.23 - -* Sun Mar 5 2006 Michel Salim 0.18-4 -- Removed left-behind pushd and popd - -* Sat Feb 25 2006 Michel Salim 0.18-3 -- Add Python-related requirements, BuildReq on gnupg to decrypt upstream source - -* Sat Feb 18 2006 Michel Salim 0.18-2 -- Use _mandir, discard CFLAGS and unused python_sitearch definition - -* Thu Feb 16 2006 Michel Salim 0.18-1 -- Initial Fedora Extras release, based on upstream spec contributed by Juan Carlos Jimenez Garcia