Accepting request 21481 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gdl via accept of submit request 21481 revision 2. OBS-URL: https://build.opensuse.org/request/show/21481 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=32
This commit is contained in:
parent
7df68a9f4b
commit
cfebd8a515
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 14:50:19 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
- Rename libgdl-1-2 to libgdl-1-3 as the last updated bumped the
|
||||
soNUM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 18:16:24 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
|
12
gdl.spec
12
gdl.spec
@ -40,7 +40,7 @@ Gnome Devtool Libraries contains components and libraries that are
|
||||
intended to be shared between GNOME development tools, including
|
||||
gnome-debug, gnome-build, and anjuta2.
|
||||
|
||||
%package -n libgdl-1-2
|
||||
%package -n libgdl-1-3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Group: System/Libraries
|
||||
@ -49,7 +49,7 @@ Obsoletes: gdl <= %{version}
|
||||
Provides: gdl = %{version}
|
||||
Obsoletes: libgdl-1-0 < 2.27.2
|
||||
|
||||
%description -n libgdl-1-2
|
||||
%description -n libgdl-1-3
|
||||
Gnome Devtool Libraries contains components and libraries that are
|
||||
intended to be shared between GNOME development tools, including
|
||||
gnome-debug, gnome-build, and anjuta2.
|
||||
@ -58,7 +58,7 @@ gnome-debug, gnome-build, and anjuta2.
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Group: System/Libraries
|
||||
Requires: libgdl-1-2 = %{version}
|
||||
Requires: libgdl-1-3 = %{version}
|
||||
Requires: gtk2-devel libxml2-devel
|
||||
Obsoletes: gdl-doc <= 2.24.0
|
||||
Provides: gdl-doc = 2.24.0
|
||||
@ -83,14 +83,14 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%find_lang %{name}-1
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libgdl-1-2 -p /sbin/ldconfig
|
||||
%post -n libgdl-1-3 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgdl-1-2 -p /sbin/ldconfig
|
||||
%postun -n libgdl-1-3 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -n libgdl-1-2
|
||||
%files -n libgdl-1-3
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_datadir}/gdl
|
||||
|
Loading…
Reference in New Issue
Block a user