forked from pool/libzypp
Accepting request 78129 from zypp:Head
update OBS-URL: https://build.opensuse.org/request/show/78129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=252
This commit is contained in:
commit
79045c8c3b
3
libzypp-9.10.1.tar.bz2
Normal file
3
libzypp-9.10.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1113ab96c3370ca67fea9ef821ef4e8b764775be449f41098c7c6dfdc0cf6ca9
|
||||
size 4697849
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd8969db8f098f45cc403fef24bf03af9ce724ae830a3f2982ddb679f99e03d7
|
||||
size 4697232
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 15:20:07 CEST 2011 - ma@suse.de
|
||||
|
||||
- Attempt to fix smb mount entry comparison (bnc#710269)
|
||||
- version 9.10.1 (8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 14:54:47 CEST 2011 - ma@suse.de
|
||||
|
||||
- Allow to turn Resolvers upgrade mode on and off (bnc#709480)
|
||||
- Fix reading of integer arrays from rpm headers (bnc#709716)
|
||||
- version 9.10.0 (8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 01:14:00 CEST 2011 - ma@suse.de
|
||||
|
||||
- Update zypp-po.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
|
||||
|
||||
|
33
libzypp.spec
33
libzypp.spec
@ -1,30 +1,22 @@
|
||||
#
|
||||
# spec file for package libzypp
|
||||
#
|
||||
# Copyright (c) 2011 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: 9.9.2
|
||||
Release: 1
|
||||
Version: 9.10.1
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Provides: yast2-packagemanager
|
||||
@ -82,7 +74,7 @@ BuildRequires: hicolor-icon-theme
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora_version}
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: rpm-devel
|
||||
@ -146,7 +138,6 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
|
||||
Requires: libzypp = %{version}
|
||||
Requires: libxml2-devel
|
||||
Requires: openssl-devel
|
||||
@ -166,14 +157,14 @@ Requires: cmake
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version} >= 1100
|
||||
# Code11+
|
||||
Requires: libcurl-devel >= %{min_curl_version}
|
||||
Requires: libcurl-devel >= %{min_curl_version}
|
||||
%else
|
||||
# Code10
|
||||
Requires: curl-devel
|
||||
Requires: curl-devel
|
||||
%endif
|
||||
%else
|
||||
# Other distros (Fedora)
|
||||
Requires: libcurl-devel >= %{min_curl_version}
|
||||
Requires: libcurl-devel >= %{min_curl_version}
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1100
|
||||
%requires_ge libsatsolver-devel
|
||||
@ -239,7 +230,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
cd build
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT
|
||||
%if 0%{?fedora_version}
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
||||
ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||
%else
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
|
||||
@ -260,6 +251,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
|
||||
@ -324,6 +316,7 @@ if is_old ${LOCKSFILE}
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
@ -332,7 +325,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files -f zypp.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/zypp
|
||||
%if 0%{?fedora_version}
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
|
||||
%{_sysconfdir}/zypp/repos.d
|
||||
%else
|
||||
%dir %{_sysconfdir}/zypp/repos.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user