forked from pool/libzypp
This commit is contained in:
parent
f60e032a0d
commit
12971aa65b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59dd3dc1dc32f4012d36452d760a6dbb675bf2d0b62d31e7c53a9799d457415e
|
||||
size 5720107
|
3
libzypp-4.8.0.tar.bz2
Normal file
3
libzypp-4.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a186661c53164f082f3d87dcfe79cadf0a25802ab92e22b0a3375494ae9e9c0
|
||||
size 5723072
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 14:01:45 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
- add split with respect to escaped delimeters and also for quotes
|
||||
- revision 9373
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 12:55:50 CEST 2008 - ma@suse.de
|
||||
|
||||
|
11
libzypp.spec
11
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.7.0)
|
||||
# spec file for package libzypp (Version 4.8.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.7.0
|
||||
Version: 4.8.0
|
||||
Release: 1
|
||||
Source: libzypp-4.7.0.tar.bz2
|
||||
Source: libzypp-4.8.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -63,7 +63,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 4.7.0
|
||||
Requires: libzypp == 4.8.0
|
||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
||||
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||
Requires: cmake libsatsolver-devel
|
||||
@ -157,6 +157,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 04 2008 jreidinger@suse.cz
|
||||
- add split with respect to escaped delimeters and also for quotes
|
||||
- revision 9373
|
||||
* Thu Apr 03 2008 ma@suse.de
|
||||
- Fixed some missing package and source package attributes.
|
||||
- revision 9348
|
||||
|
Loading…
x
Reference in New Issue
Block a user