Update to last successful build

645394ce115fca61e201702b9b1a7dea0013f81b Move doxygen html doc to libzypp-devel-doc

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1147
This commit is contained in:
ZYpp Developers 2014-10-20 09:06:41 +00:00 committed by Git OBS Bridge
parent 57cc7c0e42
commit e75c41b319
3 changed files with 36 additions and 34 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c6b6a6f6c2bf62ac418cd69c4969a2378568ff55bb430607f1ce0a06901267f
size 4965088
oid sha256:ee1db09763adb30b35fb647170051365c5e111a54d1f8bc1d19d0c9865aa8531
size 4964809

View File

@ -8014,7 +8014,7 @@ Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
- forward port 3924:3939
- Add explicit finish callbacks for subtasks during ProvidePackage
 to avoid UI confusion.
to avoid UI confusion.
- rev3957
-------------------------------------------------------------------
@ -8105,7 +8105,7 @@ Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
- Digest: Don't read the stream character wise but reading blocks,
  as advised by matz profiling.
as advised by matz profiling.
- r3819
-------------------------------------------------------------------
@ -8298,7 +8298,7 @@ Wed Jun 7 01:00:05 CEST 2006 - dmacvicar@suse.de
- Fixes unneeded file download, and add download callbacks
(still need yast side) #181204 and #160206
- Fix stalle tmpdir due to cyclic references, using a master
  TmpDir for zypp. # 178292
TmpDir for zypp. # 178292
-------------------------------------------------------------------
Wed Jun 7 00:02:18 CEST 2006 - ma@suse.de
@ -8401,11 +8401,11 @@ Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
- dont pass root on init but before.
- implement rpm db modification timestamp
  not used yet
not used yet
- move Helix source to testsuite out of the solver
so we can use it for target, storage tests
- add Source_Ref::timestamp(), default to now()
  in order to implement smart sync of sources by zmd
in order to implement smart sync of sources by zmd
- don't parse desc and summary twice
- fix a segfault with tranlated text
- fix broken size tag introduced in rev 3427
@ -8618,7 +8618,7 @@ Wed May 3 17:40:45 CEST 2006 - dmacvicar@suse.de
Wed May 3 15:34:00 CEST 2006 - dmacvicar@suse.de
- use --no-default-keyring to avoid creating a
  default gpg dir in / (#171055)
default gpg dir in / (#171055)
- rev 3335
-------------------------------------------------------------------

View File

@ -19,12 +19,13 @@
%define force_gcc_46 0
Name: libzypp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 14.30.0
Release: 0
Url: git://gitorious.org/opensuse/libzypp.git
Summary: Package, Patch, Pattern, and Product Management
License: GPL-2.0+
Group: System/Packages
Version: 14.30.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Provides: yast2-packagemanager
@ -145,6 +146,10 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: Development/Libraries/C and C++
Provides: yast2-packagemanager-devel
Obsoletes: yast2-packagemanager-devel
Requires: boost-devel
Requires: bzip2
Requires: glibc-devel
@ -178,25 +183,19 @@ Requires: libcurl-devel >= %{min_curl_version}
%else
Requires: libsolv-devel
%endif
%description devel
Package, Patch, Pattern, and Product Management - developers files
%package devel-doc
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: System/Packages
Group: Documentation/HTML
Provides: yast2-packagemanager-devel
Obsoletes: yast2-packagemanager-devel
%description -n libzypp-devel
%description devel-doc
Package, Patch, Pattern, and Product Management - developers files
Authors:
--------
Michael Andres <ma@suse.de>
Jiri Srain <jsrain@suse.cz>
Stefan Schubert <schubi@suse.de>
Duncan Mac-Vicar <dmacvicar@suse.de>
Klaus Kaempf <kkaempf@suse.de>
Marius Tomaschewski <mt@suse.de>
Stanislav Visnovsky <visnov@suse.cz>
Ladislav Slezak <lslezak@suse.cz>
%prep
%setup -q
@ -371,9 +370,12 @@ rm -rf "$RPM_BUILD_ROOT"
%files devel
%defattr(-,root,root)
%{_libdir}/libzypp.so
%{_docdir}/%{name}
%{_includedir}/zypp
%{_datadir}/cmake/Modules/*
%{_libdir}/pkgconfig/libzypp.pc
%files devel-doc
%defattr(-,root,root)
%{_docdir}/%{name}
%changelog