Accepting request 70144 from devel:libraries:c_c++
- Obsoletes: neon must be in the lib package. Otherwise libneon-devel gets installed as replacement for neon on distro upgrade, drawing in lots of other devel stuff. (forwarded request 70103 from lnussel) OBS-URL: https://build.opensuse.org/request/show/70144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=29
This commit is contained in:
commit
c6a7b28b4f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 11:14:48 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- Obsoletes: neon must be in the lib package. Otherwise
|
||||
libneon-devel gets installed as replacement for neon on distro
|
||||
upgrade, drawing in lots of other devel stuff.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 22 13:34:21 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
|
12
neon.spec
12
neon.spec
@ -71,6 +71,10 @@ properties (PROPPATCH/PROPFIND)
|
||||
License: GPLv2+
|
||||
Summary: An HTTP and WebDAV Client Library
|
||||
Group: Development/Libraries/Other
|
||||
# Drop the main package. It avoids the lib from being installed in different versions
|
||||
# and generally only contained coders doc anyhow.
|
||||
Provides: neon = %{version}
|
||||
Obsoletes: neon < %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: neon-64bit
|
||||
@ -109,13 +113,9 @@ Summary: An HTTP and WebDAV Client Library
|
||||
Group: Development/Libraries/Other
|
||||
Requires: glibc-devel
|
||||
Requires: libneon27 = %{version}
|
||||
# Drop the main package. It avoids the lib from being installed in different versions
|
||||
# and generally only contained coders doc anyhow.
|
||||
Provides: neon = %{version}
|
||||
Obsoletes: neon < %{version}
|
||||
# renamed after openSUSE 10.3
|
||||
Provides: neon-devel = 0.27
|
||||
Obsoletes: neon-devel < 0.27
|
||||
Provides: neon-devel = %{version}
|
||||
Obsoletes: neon-devel < %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: neon-devel-64bit
|
||||
|
Loading…
Reference in New Issue
Block a user