8a8dafb
Summary: Window Navigator Construction Kit
8a8dafb
Name: libwnck3
5b27304
Version: 3.3.5
5b27304
Release: 1%{?dist}
8a8dafb
URL: http://download.gnome.org/sources/libwnck/
8a8dafb
#VCS: git:git://git.gnome.org/libwnck
5b27304
Source0: http://download.gnome.org/sources/libwnck/3.3/libwnck-%{version}.tar.xz
8a8dafb
License: LGPLv2+
8a8dafb
Group: System Environment/Libraries
8a8dafb
8a8dafb
Requires: startup-notification
8a8dafb
8a8dafb
BuildRequires: glib2-devel
8a8dafb
BuildRequires: gtk3-devel
8a8dafb
BuildRequires:  pango-devel
8a8dafb
BuildRequires:  startup-notification-devel
8a8dafb
BuildRequires:  gobject-introspection-devel
8a8dafb
BuildRequires:  libXres-devel
8a8dafb
BuildRequires:  gettext
8a8dafb
BuildRequires:  intltool
8a8dafb
BuildRequires:  libtool, automake, autoconf
8a8dafb
BuildRequires:  gnome-common
8a8dafb
Conflicts: libwnck < 2.30.4-2.fc15
8a8dafb
8a8dafb
%description
8a8dafb
libwnck (pronounced "libwink") is used to implement pagers, tasklists,
8a8dafb
and other such things. It allows applications to monitor information
8a8dafb
about open windows, workspaces, their names/icons, and so forth.
8a8dafb
8a8dafb
%package devel
8a8dafb
Summary: Libraries and headers for libwnck
8a8dafb
Group: Development/Libraries
8a8dafb
Requires: %{name} = %{version}-%{release}
8a8dafb
8a8dafb
%description devel
8a8dafb
The %{name}-devel package contains libraries and header files for
8a8dafb
developing applications that use %{name}.
8a8dafb
8a8dafb
%prep
8a8dafb
%setup -q -n libwnck-%{version}
8a8dafb
8a8dafb
%build
8a8dafb
rm -f libtool
8a8dafb
autoreconf -f -i
8a8dafb
%configure --disable-static
8a8dafb
make %{?_smp_mflags}
8a8dafb
8a8dafb
%install
8a8dafb
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
8a8dafb
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
8a8dafb
8a8dafb
%find_lang libwnck-3.0
8a8dafb
8a8dafb
%post -p /sbin/ldconfig
8a8dafb
8a8dafb
%postun -p /sbin/ldconfig
8a8dafb
8a8dafb
%files -f libwnck-3.0.lang
8a8dafb
%doc AUTHORS COPYING README NEWS
8a8dafb
%{_libdir}/lib*.so.*
8a8dafb
%{_bindir}/wnck-urgency-monitor
8a8dafb
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
8a8dafb
8a8dafb
%files devel
8a8dafb
%{_bindir}/wnckprop
8a8dafb
%{_libdir}/lib*.so
8a8dafb
%{_libdir}/pkgconfig/*
8a8dafb
%{_includedir}/*
8a8dafb
%{_datadir}/gir-1.0/Wnck-3.0.gir
8a8dafb
%doc %{_datadir}/gtk-doc
8a8dafb
8a8dafb
%changelog
5b27304
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
5b27304
- Update to 3.3.5
5b27304
22f0dca
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
22f0dca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
22f0dca
f3dbbca
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
f3dbbca
- Rebuilt for glibc bug#747377
f3dbbca
165dfc2
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
165dfc2
- Update to 3.2.1
165dfc2
72143d9
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
72143d9
- Update to 3.2.0
72143d9
ba487c8
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
ba487c8
- Update to 3.1.92
ba487c8
1888734
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
1888734
- Update to 3.1.90
1888734
a08c7dd
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> 3.0.2-1
a08c7dd
- Update to 3.0.2
a08c7dd
ca90df1
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
ca90df1
- Rebuild against newer gtk3
ca90df1
e649f6e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
e649f6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e649f6e
8a8dafb
* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 2.91.6-1
8a8dafb
- Initial import.