Accepting request 25856 from GNOME:Factory
Copy from GNOME:Factory/gwenhywfar based on submit request 25856 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25856 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=13
This commit is contained in:
parent
1134e82584
commit
51e1a9eef7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 02:02:57 UTC 2009 - crrodriguez@opensuse.org
|
||||
|
||||
- fix dependencies (was using >= instead of =)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 16:05:28 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
|
@ -22,10 +22,10 @@ Name: gwenhywfar
|
||||
BuildRequires: doxygen graphviz graphviz-gd libgcrypt-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
|
||||
BuildRequires: fdupes gnutls-devel
|
||||
Version: 3.8.3
|
||||
Release: 3
|
||||
Release: 4
|
||||
Url: http://gwenhywfar.sourceforge.net/
|
||||
Group: System/Libraries
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: Multiplatform Helper Library for Other Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Requires: libgwenhywfar47 = %{version} gwenhywfar47 = %{version}
|
||||
@ -47,10 +47,10 @@ Authors:
|
||||
Christian Stimming
|
||||
|
||||
%package -n gwenhywfar47
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Multiplatform Helper Library for Other Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n gwenhywfar47
|
||||
Gwenhywfar is a base library used to provide OS abstraction functions
|
||||
@ -68,10 +68,10 @@ Authors:
|
||||
Christian Stimming
|
||||
|
||||
%package -n libgwenhywfar47
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Multiplatform Helper Library for Other Libraries
|
||||
Requires: gwenhywfar47 >= %{version}
|
||||
Requires: gwenhywfar47 = %{version}
|
||||
|
||||
%description -n libgwenhywfar47
|
||||
Gwenhywfar is a base library used to provide OS abstraction functions
|
||||
@ -89,7 +89,7 @@ Authors:
|
||||
Christian Stimming
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Multi-Platform Helper Library for Other Libraries
|
||||
Requires: %{name} = %{version} glibc-devel
|
||||
|
Loading…
Reference in New Issue
Block a user