Accepting request 52989 from zypp:Head
Accepted submit request 52989 from user mlandres OBS-URL: https://build.opensuse.org/request/show/52989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=219
This commit is contained in:
commit
a8606ffe9f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92f69315ce5df676761607aeb3cfdac9be099d575d3d2118a71963c5c77f5928
|
||||
size 4963112
|
3
libzypp-8.8.0.tar.bz2
Normal file
3
libzypp-8.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b99ff1b1c0018e7e0be09455cb23062de61b0c1158dcd95a937dd5983f78908
|
||||
size 4971198
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 16:06:46 CET 2010 - dheidler@suse.de
|
||||
|
||||
- added metalink support
|
||||
- version 8.8.0 (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
|
||||
|
||||
- Feed the ProvideFilePolicy progress callback in addition to any
|
||||
connected media::DownloadProgressReport (bnc#545106)
|
||||
- version 8.7.1 (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
|
||||
|
||||
|
27
libzypp.spec
27
libzypp.spec
@ -1,30 +1,22 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 8.7.0)
|
||||
# spec file for package libzypp
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libzypp
|
||||
License: GPLv2+
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 8.7.0
|
||||
Release: 1
|
||||
Version: 8.8.0
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Provides: yast2-packagemanager
|
||||
@ -128,7 +120,6 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -203,8 +194,10 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/media
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/commit
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/services
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/system
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/urlresolver
|
||||
mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
|
||||
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
|
||||
@ -218,6 +211,7 @@ make -C po install DESTDIR=$RPM_BUILD_ROOT
|
||||
cd ..
|
||||
%{find_lang} zypp
|
||||
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
||||
@ -282,6 +276,7 @@ if is_old ${LOCKSFILE}
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user