Accepting request 61168 from zypp:Head

Accepted submit request 61168 from user mlandres

OBS-URL: https://build.opensuse.org/request/show/61168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=227
This commit is contained in:
Marcus Rückert 2011-02-14 15:04:19 +00:00 committed by Git OBS Bridge
commit cc4f452db8
4 changed files with 151 additions and 147 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf84a8d5a9605a679bc1e12127d0f4913afb619446a4815fe3842c07d787cd3d
size 4954648

3
libzypp-8.12.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82efdcc2b19dbc1c51f628cec3351be107aca298ef93cb3707e850f5c1f6bb72
size 4955330

View File

@ -1,8 +1,26 @@
-------------------------------------------------------------------
Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
- Remove package-manager.desktop file (bnc#329635)
- version 8.12.1 (10)
-------------------------------------------------------------------
Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
- Apply patch introducing armv7nhl:armv7hl
-------------------------------------------------------------------
Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
- allow for Repo Index Services to set the enabled state of
repositories from the server side.
- Fix priority not being set on reading service indexes
- version 8.12.0 (10)
-------------------------------------------------------------------
Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
- Add new ServicePlugin Exceptions.
- version 8.12.0 (10)
-------------------------------------------------------------------
Thu Jan 13 01:13:32 CET 2011 - ma@suse.de

View File

@ -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: 8.12.0
Release: 1
Version: 8.12.1
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -61,8 +53,6 @@ BuildRequires: expat-devel
%endif
%if 0%{?suse_version}
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
BuildRequires: rpm-devel
Requires: /usr/bin/uuidgen
%endif
@ -129,7 +119,6 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
License: GPLv2+
Requires: libzypp = %{version}
Requires: libxml2-devel
Requires: openssl-devel
@ -212,15 +201,12 @@ mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
%if 0%{?suse_version}
%suse_update_desktop_file -G "" -C "" package-manager
%endif
make -C po install DESTDIR=$RPM_BUILD_ROOT
# Create filelist with translations
cd ..
%{find_lang} zypp
%post
/sbin/ldconfig
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
@ -285,6 +271,7 @@ if is_old ${LOCKSFILE}
done
fi
%postun -p /sbin/ldconfig
%clean
@ -303,7 +290,6 @@ rm -rf "$RPM_BUILD_ROOT"
%dir %{_var}/cache/zypp
%{_prefix}/lib/zypp
%{_datadir}/zypp
%{_datadir}/applications/package-manager.desktop
%{_bindir}/*
%{_libdir}/libzypp*so.*
%doc %{_mandir}/man5/locks.5.*