From 4fb84dd2ab24ddbd9afb414e12ccefe4e517efd3 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Nov 29 2018 21:22:13 +0000 Subject: Revived per https://pagure.io/releng/issue/7938 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b31e177 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/cinnamon-screensaver-*.tar.gz +/cinnamon-screensaver-*.src.rpm diff --git a/cinnamon-screensaver.spec b/cinnamon-screensaver.spec new file mode 100644 index 0000000..03c10cc --- /dev/null +++ b/cinnamon-screensaver.spec @@ -0,0 +1,381 @@ +Summary: Cinnamon Screensaver +Name: cinnamon-screensaver +Version: 3.6.1 +Release: 3%{?dist} +License: GPLv2+ and LGPLv2+ +URL: https://github.com/linuxmint/%{name} +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: intltool +BuildRequires: autoconf-archive +BuildRequires: glib2-devel +BuildRequires: libtool +BuildRequires: gobject-introspection-devel +BuildRequires: pam-devel +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: gtk3-devel +BuildRequires: libXext-devel +BuildRequires: desktop-file-utils + +Requires: cinnamon-desktop%{?_isa} >= 3.6.0 +Requires: cinnamon-translations >= 3.6.0 +Requires: accountsservice-libs%{?_isa} +Requires: libgnomekbd%{?_isa} +Requires: python%{python3_pkgversion}-gobject%{?_isa} +Requires: python%{python3_pkgversion}-setproctitle%{?_isa} +Requires: python%{python3_pkgversion}-xapp +Requires: python%{python3_pkgversion}-xapps-overrides%{?_isa} +Requires: xapps%{?_isa} + +# since we use it, and pam spams the log if a module is missing +Requires: gnome-keyring-pam%{?_isa} + +%description +cinnamon-screensaver is a screen saver and locker. + + +%package unsupported +Summary: Additional unsupported screensavers +BuildArch: noarch +Conflicts: xscreensaver < 1:5.00-19 +Requires: %{name} = %{version}-%{release} +Requires: webkitgtk4 +Requires: xscreensaver-extras +Requires: xscreensaver-gl-extras + +%description unsupported +This package provides additional unsupported screensavers. +They are unsupported in fedora due to issues with suspend, +you may need to use the Esc key to get the unlock screen. + + +%prep +%autosetup -p1 +NOCONFIGURE=1 ./autogen.sh + + +%build +%configure +sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool +%make_build V=1 + + +%install +%make_install + +desktop-file-install \ + --delete-original \ + --remove-only-show-in=Xfce \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/cinnamon-screensaver.desktop + +# Fix rpmlint errors +for file in %{buildroot}%{_datadir}/cinnamon-screensaver/{dbusdepot,util,widgets}/*.py; do +chmod a+x $file +done +for file in %{buildroot}%{_datadir}/cinnamon-screensaver/*.py; do +chmod a+x $file +done +chmod a-x %{buildroot}%{_datadir}/cinnamon-screensaver/{dbusdepot,util,widgets}/__init__.py +chmod a-x %{buildroot}%{_datadir}/cinnamon-screensaver/{__init__,config}.py +chmod a+x %{buildroot}%{_datadir}/cinnamon-screensaver/pamhelper/authClient.py + +# Delete development files +rm %{buildroot}%{_libdir}/libcscreensaver.la +rm %{buildroot}%{_libdir}/libcscreensaver.so +rm %{buildroot}%{_libdir}/pkgconfig/cscreensaver.pc +rm %{buildroot}%{_datadir}/gir-1.0/CScreensaver-1.0.gir +rm %{buildroot}%{_includedir}/cinnamon-screensaver/libcscreensaver/*.h + + +%post +/sbin/ldconfig +/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + +%postun +/sbin/ldconfig +if [ $1 -eq 0 ] ; then + /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null + /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +fi + +%posttrans +/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + + +%files +%doc AUTHORS NEWS README.md +%license COPYING COPYING.LIB +%config(noreplace) %{_sysconfdir}/pam.d/cinnamon-screensaver +%{_bindir}/cinnamon-screensaver* +%{_datadir}/applications/cinnamon-screensaver.desktop +%{_datadir}/cinnamon-screensaver/ +%exclude %{_datadir}/cinnamon-screensaver/screensavers/ +%{_datadir}/dbus-1/services/org.cinnamon.ScreenSaver.service +%{_datadir}/icons/hicolor/scalable/*/* +%{_libexecdir}/cinnamon-screensaver-pam-helper +%{_libdir}/libcscreensaver.so.* +%{_libdir}/girepository-1.0/CScreensaver-1.0.typelib + +%files unsupported +%{_datadir}/cinnamon-screensaver/screensavers/ + + +%changelog +* Thu Nov 29 2018 Pat Riehecky - 3.6.1-3 +- Return to EPEL7 + +* Thu Nov 16 2017 Björn Esser - 3.6.1-2 +- Adaptions for EPEL7 + +* Mon Nov 13 2017 Leigh Scott - 3.6.1-1 +- update to 3.6.1 release + +* Wed Oct 25 2017 Leigh Scott - 3.6.0-2 +- bump translations requires + +* Mon Oct 23 2017 Leigh Scott - 3.6.0-1 +- update to 3.6.0 release + +* Thu Oct 12 2017 Leigh Scott - 3.4.3-1 +- update to 3.4.3 release + +* Fri Sep 01 2017 Björn Esser - 3.4.2-3 +- Some more changes for EPEL + +* Wed Aug 30 2017 Björn Esser - 3.4.2-2 +- Adjustments for EPEL + +* Wed Aug 09 2017 Leigh Scott - 3.4.2-1 +- update to 3.4.2 release + +* Wed Aug 02 2017 Fedora Release Engineering - 3.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 3.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Jun 24 2017 Leigh Scott - 3.4.1-2 +- add missing python3-xapp requires + +* Wed Jun 21 2017 Leigh Scott - 3.4.1-1 +- update to 3.4.1 release + +* Thu May 04 2017 Leigh Scott - 3.4.0-1 +- update to 3.4.0 release + +* Fri Apr 21 2017 Leigh Scott - 3.4.0-0.1.20170421git358369e +- update to latest git snapshot + +* Thu Mar 09 2017 Leigh Scott - 3.2.14-0.4.20170308git39da3f0 +- update to latest git snapshot + +* Wed Mar 08 2017 Leigh Scott - 3.2.14-0.3.20170308git55a26c2 +- update to latest git snapshot + +* Fri Feb 10 2017 Fedora Release Engineering - 3.2.14-0.2.20170124git5561f3c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jan 24 2017 Leigh Scott - 3.2.14-0.1.20170124git5561f3c +- update to git snapshot + +* Tue Jan 10 2017 leigh scott - 3.2.13-2 +- add some upstream commits (fixes rhbz 1399731) + +* Sun Jan 08 2017 Leigh Scott - 3.2.13-1 +- update to 3.2.13 release + +* Sat Dec 24 2016 leigh scott - 3.2.12-1 +- update to 3.2.12 release +- patch to hide message strings + +* Thu Dec 22 2016 leigh scott - 3.2.11-1 +- update to 3.2.11 release + +* Mon Dec 19 2016 Miro Hrončok - 3.2.9-3 +- Rebuild for Python 3.6 + +* Thu Dec 15 2016 leigh scott - 3.2.9-2 +- patch to fix cinnamon-screensaver-pam-helper rpmlint error + +* Mon Dec 12 2016 leigh scott - 3.2.9-1 +- update to 3.2.9 release + +* Sun Dec 11 2016 leigh scott - 3.2.7-2 +- add missing requires python3-setproctitle + +* Sat Dec 10 2016 leigh scott - 3.2.7-1 +- update to 3.2.7 release + +* Thu Nov 24 2016 leigh scott - 3.2.6-1 +- update to 3.2.6 release + +* Thu Nov 17 2016 leigh scott - 3.2.3-1 +- update to 3.2.3 release + +* Wed Nov 09 2016 leigh scott - 3.2.0-2 +- Fix python gi requires + +* Mon Nov 07 2016 Leigh Scott - 3.2.0-1 +- update to 3.2.0 release + +* Mon May 30 2016 Leigh Scott - 3.0.1-1 +- update to 3.0.1 release + +* Sat Apr 23 2016 Leigh Scott - 3.0.0-1 +- update to 3.0.0 release + +* Wed Feb 03 2016 Fedora Release Engineering - 2.8.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Nov 27 2015 Leigh Scott - 2.8.0-4 +- remove unsupported sub-package for epel as there is no xscreensaver + +* Fri Nov 27 2015 Leigh Scott - 2.8.0-3 +- fix epel conditional + +* Mon Nov 09 2015 Leigh Scott - 2.8.0-2 +- rebuilt + +* Fri Oct 16 2015 Leigh Scott - 2.8.0-1 +- update to 2.8.0 release + +* Mon Aug 24 2015 Leigh Scott - 2.6.4-4 +- Try upstream commits to fix bz 1234998 + +* Sat Aug 01 2015 Leigh Scott - 2.6.4-3 +- revert upstream commit as it kills the real process (bz 1234998) + +* Mon Jun 29 2015 Leigh Scott - 2.6.4-2 +- add missing requires to unsupported sub-package + +* Fri Jun 26 2015 Leigh Scott - 2.6.4-1 +- update to 2.6.4 release + +* Wed Jun 17 2015 Fedora Release Engineering - 2.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Leigh Scott - 2.6.3-2 +- make sub-package noarch + +* Wed Jun 03 2015 Leigh Scott - 2.6.3-1 +- update to 2.6.3 release +- split webkit and xscreensaver into an unsupported sub-package + +* Mon May 25 2015 Leigh Scott - 2.6.1-1 +- update to 2.6.1 release + +* Wed May 20 2015 Leigh Scott - 2.6.0-2 +- add conditional for f20 webkit br + +* Wed May 20 2015 Leigh Scott - 2.6.0-1 +- update to 2.6.0 release + +* Fri May 15 2015 Leigh Scott - 2.5.0-0.3.git024e5fd +- update to git snapshot + +* Wed May 06 2015 Leigh Scott - 2.5.0-0.2.gitc4820fd +- update to git snapshot + +* Tue May 05 2015 Leigh Scott - 2.5.0-0.1.git6ea738d +- update to git snapshot + +* Tue Mar 31 2015 Leigh Scott - 2.4.2-1 +- update to 2.4.2 + +* Sun Mar 29 2015 Leigh Scott - 2.4.1-3 +- fix bz 1206907 + +* Wed Mar 18 2015 Leigh Scott - 2.4.1-2 +- drop patch and use the upstream fix instead + +* Sat Feb 21 2015 Leigh Scott - 2.4.1-1 +- update to 2.4.1 + +* Fri Oct 31 2014 Leigh Scott - 2.4.0-1 +- update to 2.4.0 + +* Fri Oct 03 2014 Leigh Scott - 2.4.0-0.3.git8de7ff0 +- readd revert 58a522e commit + +* Wed Oct 01 2014 Leigh Scott - 2.4.0-0.2.git8de7ff0 +- update to latest git + +* Tue Sep 30 2014 Leigh Scott - 2.4.0-0.1.gitaf298bc +- update to latest git + +* Mon Aug 25 2014 Leigh Scott - 2.2.4-5 +- apply upstream fix for CVE-2014-1949 (bz 1064695) + +* Sat Aug 16 2014 Fedora Release Engineering - 2.2.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Wed Aug 13 2014 Leigh Scott - 2.2.4-3 +- Fix CVE-2014-1949 (bz 1064695) + +* Tue Aug 05 2014 Leigh Scott - 2.2.4-2 +- revert 58a522e commit + +* Fri Jun 27 2014 Leigh Scott - 2.2.4-1 +- update to 2.2.4 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun May 11 2014 Leigh Scott - 2.2.3-1 +- update to 2.2.3 + +* Fri May 02 2014 Leigh Scott - 2.2.1-1 +- update to 2.2.1 + +* Thu Apr 24 2014 Leigh Scott - 2.2.0-2 +- don't clear the window on every draw, just do it on realized + +* Sat Apr 12 2014 Leigh Scott - 2.2.0-1 +- update to 2.2.0 + +* Wed Oct 30 2013 Leigh Scott - 2.0.3-1 +- update to 2.0.3 +- add patch to fix suspend locking + +* Thu Oct 24 2013 Leigh Scott - 2.0.2-1 +- update to 2.0.2 + +* Fri Oct 18 2013 Leigh Scott - 2.0.1-1 +- update to 2.0.1 + +* Thu Oct 17 2013 Leigh Scott - 2.0.0-2 +- Stop starting in gnome-shell as it pissed off the gnome devs + +* Wed Oct 02 2013 Leigh Scott - 2.0.0-1 +- update to 2.0.0 + +* Mon Sep 30 2013 Leigh Scott - 1.9.1-1 +- 1.9.1 + +* Sun Sep 15 2013 Leigh Scott - 1.8.1-0.2.git4f741eb +- update to latest git +- add requires cinnamon-translations + +* Sun Aug 25 2013 Leigh Scott - 1.8.1-0.1.git94ca899 +- update to latest git +- Change buildrequires to cinnamon-desktop-devel +- Change requires to cinnamon-desktop + +* Thu Aug 22 2013 Leigh Scott - 1.8.0-5 +- rebuilt + +* Sun Jul 28 2013 Leigh Scott - 1.8.0-4 +- disable console-kit in configure +- add systemd patch + +* Mon Jul 22 2013 Leigh Scott - 1.8.0-3 +- fix prep warnings + +* Mon Jul 22 2013 Leigh Scott - 1.8.0-2 +- fix prep warnings + +* Thu Jan 24 2013 Leigh Scott - 1.8.0-1 +- Initial build diff --git a/dead.package b/dead.package deleted file mode 100644 index 1ac3aa0..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Not enough time to maintain diff --git a/sources b/sources new file mode 100644 index 0000000..bcbb82f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (cinnamon-screensaver-3.6.1.tar.gz) = 9fd5ad0227993277d8ea773cbf80de7d3d7145eb38014e3673d2c31f9947dae0f45cd961077c56cd17deb6422b128ea56c909f4974ab55953bd42c63a2a2fc37