diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b16d321 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libwnck-3.24.1.tar.xz diff --git a/.libwnck3.metadata b/.libwnck3.metadata new file mode 100644 index 0000000..8b24487 --- /dev/null +++ b/.libwnck3.metadata @@ -0,0 +1 @@ +5c16cd0c63022cfa7cf2f824d037482cfbd9068b SOURCES/libwnck-3.24.1.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libwnck3.spec b/SPECS/libwnck3.spec new file mode 100644 index 0000000..659bb61 --- /dev/null +++ b/SPECS/libwnck3.spec @@ -0,0 +1,147 @@ +%global source_name libwnck + +Summary: Window Navigator Construction Kit +Name: libwnck3 +Version: 3.24.1 +Release: 2%{?dist} +URL: http://download.gnome.org/sources/%{source_name}/ +Source0: http://download.gnome.org/sources/%{source_name}/3.24/%{source_name}-%{version}.tar.xz +License: LGPLv2+ +Group: System Environment/Libraries + +BuildRequires: glib2-devel +BuildRequires: gtk3-devel +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 + +Requires: startup-notification + +%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 +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{source_name}-%{version} + +%build +%configure \ + --disable-static \ + --enable-introspection=yes \ + --enable-startup-notification + +%{make_build} + +%install +%{make_install} + +find %{buildroot} -name '*.la' -exec rm -f {} ';' + +%find_lang %{source_name}-3.0 --with-gnome --all-name + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f %{source_name}-3.0.lang +%license COPYING +%doc AUTHORS README NEWS +%{_libdir}/%{source_name}-3.so.* +%{_bindir}/wnck-urgency-monitor +%{_libdir}/girepository-1.0/Wnck-3.0.typelib + +%files devel +%{_bindir}/wnckprop +%{_libdir}/%{source_name}-3.so +%{_libdir}/pkgconfig/* +%{_includedir}/%{source_name}-3.0/ +%{_datadir}/gir-1.0/Wnck-3.0.gir +%doc %{_datadir}/gtk-doc + + +%changelog +* Wed Jun 06 2018 Richard Hughes - 3.24.1-2 +- Update to 3.24.1 +- Resolves: #1569735 + +* Thu Nov 24 2016 Kalev Lember - 3.20.1-1 +- Update to 3.20.1 +- Resolves: #1387021 + +* Fri Jan 24 2014 Daniel Mach - 3.4.5-3 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 3.4.5-2 +- Mass rebuild 2013-12-27 + +* Tue Feb 19 2013 Richard Hughes - 3.4.5-1 +- Update to 3.4.5 + +* Thu Feb 14 2013 Fedora Release Engineering - 3.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Nov 12 2012 Kalev Lember - 3.4.4-1 +- Update to 3.4.4 + +* Sat Sep 22 2012 Kalev Lember - 3.4.3-1 +- Update to 3.4.3 + +* Fri Jul 27 2012 Fedora Release Engineering - 3.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri May 18 2012 Richard Hughes - 3.4.2-1 +- Update to 3.4.2 + +* Tue Mar 27 2012 Kalev Lember - 3.4.0-1 +- Update to 3.4.0 + +* Tue Feb 7 2012 Matthias Clasen - 3.3.5-1 +- Update to 3.3.5 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Oct 26 2011 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for glibc bug#747377 + +* Mon Oct 17 2011 Matthias Clasen - 3.2.1-1 +- Update to 3.2.1 + +* Tue Sep 27 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Mon Sep 19 2011 Matthias Clasen 3.1.92-1 +- Update to 3.1.92 + +* Wed Aug 31 2011 Matthias Clasen 3.1.90-1 +- Update to 3.1.90 + +* Wed Jul 6 2011 Matthias Clasen 3.0.2-1 +- Update to 3.0.2 + +* Thu Feb 10 2011 Matthias Clasen 2.91.6-3 +- Rebuild against newer gtk3 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.91.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 02 2011 Ray Strode 2.91.6-1 +- Initial import.