OBS User unknown 2007-07-27 13:11:39 +00:00 committed by Git OBS Bridge
parent f9c085754a
commit 4ab5f6760f
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 27 10:25:30 CEST 2007 - sbrabec@suse.cz
- Fixed typo in shared library name.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 17 12:39:12 CEST 2007 - sbrabec@suse.cz Tue Jul 17 12:39:12 CEST 2007 - sbrabec@suse.cz

View File

@ -15,7 +15,7 @@ BuildRequires: gnome-common gtk-doc gtk2-devel intltool licenses perl-XML-Parse
License: LGPL v2 or later License: LGPL v2 or later
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Version: 2.19.4 Version: 2.19.4
Release: 1 Release: 2
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1) #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
%define libwnck-1_name 22 %define libwnck-1_name 22
@ -28,7 +28,7 @@ Patch9: libwnck-opacity-2.patch
# someone should re-review this patch # someone should re-review this patch
Patch10: libwnck-viewport-2.patch Patch10: libwnck-viewport-2.patch
Patch11: libwnck-border_width-fix-2.patch Patch11: libwnck-border_width-fix-2.patch
Requires: libwnck-1-22 licenses Requires: libwnck-1-22 = %{version} licenses
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -60,7 +60,7 @@ Authors:
%package devel %package devel
Summary: Include Files and Libraries mandatory for Development. Summary: Include Files and Libraries mandatory for Development.
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: %{name}-%{shlib_name} = %{version} gtk2-devel Requires: %{name} = %{version} gtk2-devel
%description devel %description devel
This package contains all necessary include files and libraries needed This package contains all necessary include files and libraries needed
@ -75,7 +75,7 @@ Authors:
%package doc %package doc
Summary: Window Navigator Construction Kit (Library Package) Summary: Window Navigator Construction Kit (Library Package)
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: %{name}-%{shlib_name} = %{version} Requires: %{name} = %{version}
%description doc %description doc
The Window Navigator Construction Kit is a library that can be used to The Window Navigator Construction Kit is a library that can be used to
@ -146,6 +146,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Fri Jul 27 2007 - sbrabec@suse.cz
- Fixed typo in shared library name.
* Tue Jul 17 2007 - sbrabec@suse.cz * Tue Jul 17 2007 - sbrabec@suse.cz
- Fixed shared library packaging. - Fixed shared library packaging.
- Added script to update library package names. - Added script to update library package names.