This commit is contained in:
parent
f9c085754a
commit
4ab5f6760f
@ -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
|
||||
|
||||
|
10
libwnck.spec
10
libwnck.spec
@ -15,7 +15,7 @@ BuildRequires: gnome-common gtk-doc gtk2-devel intltool licenses perl-XML-Parse
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.19.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||||
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
|
||||
%define libwnck-1_name 22
|
||||
@ -28,7 +28,7 @@ Patch9: libwnck-opacity-2.patch
|
||||
# someone should re-review this patch
|
||||
Patch10: libwnck-viewport-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
|
||||
|
||||
%description
|
||||
@ -60,7 +60,7 @@ Authors:
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name}-%{shlib_name} = %{version} gtk2-devel
|
||||
Requires: %{name} = %{version} gtk2-devel
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -75,7 +75,7 @@ Authors:
|
||||
%package doc
|
||||
Summary: Window Navigator Construction Kit (Library Package)
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name}-%{shlib_name} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
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/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 - sbrabec@suse.cz
|
||||
- Fixed typo in shared library name.
|
||||
* Tue Jul 17 2007 - sbrabec@suse.cz
|
||||
- Fixed shared library packaging.
|
||||
- Added script to update library package names.
|
||||
|
Loading…
x
Reference in New Issue
Block a user