2017-07-02 11:03:17 +00:00
|
|
|
%global source_name libwnck
|
|
|
|
|
2011-02-02 23:32:17 +00:00
|
|
|
Summary: Window Navigator Construction Kit
|
|
|
|
Name: libwnck3
|
2017-07-31 13:40:18 +00:00
|
|
|
Version: 3.24.1
|
2018-07-13 09:04:34 +00:00
|
|
|
Release: 3%{?dist}
|
2017-07-02 11:03:17 +00:00
|
|
|
URL: http://download.gnome.org/sources/%{source_name}/
|
2017-07-22 11:47:44 +00:00
|
|
|
Source0: http://download.gnome.org/sources/%{source_name}/3.24/%{source_name}-%{version}.tar.xz
|
2011-02-02 23:32:17 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gtk3-devel
|
2016-06-29 18:43:59 +00:00
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: startup-notification-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: libXres-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libtool, automake, autoconf
|
|
|
|
BuildRequires: gnome-common
|
2017-07-02 11:03:17 +00:00
|
|
|
|
|
|
|
Requires: startup-notification
|
2011-02-02 23:32:17 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libwnck (pronounced "libwink") is used to implement pagers, tasklists,
|
|
|
|
and other such things. It allows applications to monitor information
|
|
|
|
about open windows, workspaces, their names/icons, and so forth.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for libwnck
|
|
|
|
Group: Development/Libraries
|
2014-09-03 10:26:29 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-02-02 23:32:17 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
2017-07-02 11:19:50 +00:00
|
|
|
|
2011-02-02 23:32:17 +00:00
|
|
|
%prep
|
2017-07-02 11:03:17 +00:00
|
|
|
%setup -q -n %{source_name}-%{version}
|
2011-02-02 23:32:17 +00:00
|
|
|
|
|
|
|
%build
|
2017-07-02 11:03:17 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-introspection=yes \
|
|
|
|
--enable-startup-notification
|
|
|
|
|
|
|
|
%{make_build}
|
2011-02-02 23:32:17 +00:00
|
|
|
|
|
|
|
%install
|
2017-07-02 11:03:17 +00:00
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%find_lang %{source_name}-3.0 --with-gnome --all-name
|
2011-02-02 23:32:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2017-07-02 11:03:17 +00:00
|
|
|
|
|
|
|
%files -f %{source_name}-3.0.lang
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README NEWS
|
|
|
|
%{_libdir}/%{source_name}-3.so.*
|
2011-02-02 23:32:17 +00:00
|
|
|
%{_bindir}/wnck-urgency-monitor
|
|
|
|
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/wnckprop
|
2017-07-02 11:03:17 +00:00
|
|
|
%{_libdir}/%{source_name}-3.so
|
2011-02-02 23:32:17 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
2017-07-02 11:03:17 +00:00
|
|
|
%{_includedir}/%{source_name}-3.0/
|
2011-02-02 23:32:17 +00:00
|
|
|
%{_datadir}/gir-1.0/Wnck-3.0.gir
|
|
|
|
%doc %{_datadir}/gtk-doc
|
|
|
|
|
2017-07-22 11:47:44 +00:00
|
|
|
|
2011-02-02 23:32:17 +00:00
|
|
|
%changelog
|
2018-07-13 09:04:34 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 23:43:36 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-31 13:40:18 +00:00
|
|
|
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
|
|
|
|
- Update to 3.24.1
|
|
|
|
|
2017-07-26 20:00:09 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-22 11:47:44 +00:00
|
|
|
* Sat Jul 22 2017 Wolfgang Ulbrich <fedora@raveit.de> - 3.24.0-2
|
|
|
|
- fix locale dir
|
|
|
|
- https://git.gnome.org/browse/libwnck/commit/?id=4feb967
|
|
|
|
|
2017-07-02 11:19:50 +00:00
|
|
|
* Sun Jul 02 2017 Wolfgang Ulbrich <fedora@raveit.de> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
- modernize spec file
|
|
|
|
|
2017-02-10 19:42:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-29 18:43:59 +00:00
|
|
|
* Wed Jun 29 2016 Wolfgang Ulbrich <chat-to-me@raveit.de> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2016-06-22 12:15:39 +00:00
|
|
|
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-02-16 13:52:07 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2016-02-04 04:09:54 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 17:58:52 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-11-25 12:37:44 +00:00
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-03 10:25:27 +00:00
|
|
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.4.9-1
|
|
|
|
- Update to 3.4.9
|
2014-09-03 10:26:29 +00:00
|
|
|
- Tighten -devel subpackage deps
|
2014-09-03 10:25:27 +00:00
|
|
|
|
2014-08-17 06:50:32 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 18:01:57 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.4.7-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 06:06:40 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-22 19:05:34 +00:00
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.4.7-1
|
|
|
|
- Update to 3.4.7
|
|
|
|
|
2013-08-03 07:30:52 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-19 17:32:36 +00:00
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.4.5-1
|
|
|
|
- Update to 3.4.5
|
|
|
|
|
2013-02-14 05:31:19 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-12 21:31:48 +00:00
|
|
|
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.4-1
|
|
|
|
- Update to 3.4.4
|
|
|
|
|
2012-09-22 21:52:20 +00:00
|
|
|
* Sat Sep 22 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.3-1
|
|
|
|
- Update to 3.4.3
|
|
|
|
|
2012-07-27 05:50:06 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-18 12:16:46 +00:00
|
|
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2012-03-26 22:24:56 +00:00
|
|
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-02-07 13:55:58 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-13 08:40:15 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-27 00:11:15 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-18 04:03:28 +00:00
|
|
|
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2011-09-27 17:25:24 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-20 01:39:58 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-08-31 10:46:53 +00:00
|
|
|
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
|
|
|
|
- Update to 3.1.90
|
|
|
|
|
2011-07-07 00:13:35 +00:00
|
|
|
* Wed Jul 6 2011 Matthias Clasen <mclasen@redhat.com> 3.0.2-1
|
|
|
|
- Update to 3.0.2
|
|
|
|
|
2011-02-10 22:59:09 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
|
|
|
|
- Rebuild against newer gtk3
|
|
|
|
|
2011-02-08 12:50:23 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 23:32:17 +00:00
|
|
|
* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 2.91.6-1
|
|
|
|
- Initial import.
|