From cf84993a58ecd5c920ad2cc41c4cc6ff09939961 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:53:32 +0000 Subject: [PATCH 1/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index 1355291..c11c599 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -97,6 +97,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jul 07 2015 Yaakov Selkowitz - 1.0-8 - Drop optional gnomeprint dependency due to removal of libgnomeprint From 19a25b8a5040cadcf5f7ef27c046a445d5d78b46 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:12:14 +0000 Subject: [PATCH 2/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index c11c599..d4a0a39 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -97,6 +97,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From b63cd4b085e1c1e3eac4f5ebfab2f9b549627f15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:30:14 +0000 Subject: [PATCH 3/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index d4a0a39..48409fc 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -97,6 +97,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 31e63175fde8a048d3d28d248faaa0105a795ef6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jan 2018 22:55:50 +0100 Subject: [PATCH 4/9] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- xword.spec | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/xword.spec b/xword.spec index 48409fc..29b98cd 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -67,24 +67,6 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %SOURCE1 install -d $RPM_BUILD_ROOT%{_datadir}/mime/packages install -p -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/mime/packages/ -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null -touch --no-create %{_datadir}/mime/packages &> /dev/null || : -update-desktop-database &> /dev/null || : - -%postun -if [ $1 -eq 0 ] ; then -touch --no-create %{_datadir}/icons/hicolor &>/dev/null -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null -touch --no-create %{_datadir}/mime/packages &> /dev/null || : -update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : -fi -update-desktop-database &> /dev/null || : - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : - %files %doc LICENSE %{_datadir}/%{name}-%{version} @@ -97,6 +79,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Jan 18 2018 Igor Gnatenko - 1.0-12 +- Remove obsolete scriptlets + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From f8993c879f5108603f5444699ca6e394084cfcc9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:10:39 +0000 Subject: [PATCH 5/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index 29b98cd..73d5419 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -79,6 +79,9 @@ install -p -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/mime/packages/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 18 2018 Igor Gnatenko - 1.0-12 - Remove obsolete scriptlets From 9bdbbaa009627ddbf60fd07c2ff8613e60503c5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:38:13 +0000 Subject: [PATCH 6/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index 73d5419..d57df2b 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -79,6 +79,9 @@ install -p -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/mime/packages/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 03070b7d781d8aa280b4a9d769c3bc345e929bbf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:32 +0100 Subject: [PATCH 7/9] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xword.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xword.spec b/xword.spec index d57df2b..473f302 100644 --- a/xword.spec +++ b/xword.spec @@ -4,7 +4,6 @@ Release: 14%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format -Group: Amusements/Games License: BSD URL: http://x-word.org/ Source0: http://x-word.org/%{name}-%{version}.tar.gz From 2ec869d167fe542b958c281fe2ae432173ca2470 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:53:17 +0000 Subject: [PATCH 8/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xword.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xword.spec b/xword.spec index 473f302..a2a4165 100644 --- a/xword.spec +++ b/xword.spec @@ -1,6 +1,6 @@ Name: xword Version: 1.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Reads and writes crossword puzzles in the Across Lite file format @@ -78,6 +78,9 @@ install -p -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/mime/packages/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 07f174d1b1f9b7ea87a787a4647644ac625122bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Mar 2019 12:46:52 +0100 Subject: [PATCH 9/9] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + sources | 1 - xword.1 | 72 --------------------------- xword.desktop | 12 ----- xword.spec | 131 -------------------------------------------------- xword.xml | 7 --- 7 files changed, 1 insertion(+), 224 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xword.1 delete mode 100644 xword.desktop delete mode 100644 xword.spec delete mode 100644 xword.xml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2292610..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/xword-1.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 69a0bff..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5e1963b488dfa0aca75be3bc3af04887 xword-1.0.tar.gz diff --git a/xword.1 b/xword.1 deleted file mode 100644 index 892c57e..0000000 --- a/xword.1 +++ /dev/null @@ -1,72 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH XWORD 1 "December 3, 2007" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -xword \- do crossword puzzles in the Across Lite format -.SH SYNOPSIS -.B xword -.RI [ puzzlefile.puz ] ... -.SH DESCRIPTION -Xword is a GTK program for doing crossword puzzles. It can read and write -puzzles in the Across Lite file format. Consequently, it works well for doing -puzzles from The New York Times. As well as a clock, it supports printing. It -also auto-saves puzzles as you solve them so that you can return to partially -completed puzzles. -.SH USAGE -First, locate a puzzle on the web. The best place to go is the web site of The -New York Times. However, it costs money to access these puzzles. Free puzzles -are available from The Houston Chronicle. -.PP -After you have found a puzzle, click on it in your web browser. Xword will open -the puzzle and you can start solving. You can also choose to save the puzzle on -your hard disk. Then you can open the puzzle using Xword later. -.PP -After you have worked on a puzzle for a while, you may want to save your work. -There are two ways to save. The easiest way is to close Xword without any -further action. The next time you open the same puzzle (either by opening -the .puz file or by clicking the same link on the web), you will be asked -whether you want to continue where you left off. If you choose to continue, all -your correct and incorrect answers will be saved, as well as the time on the -clock. -.PP -However, this technique only works for opening the puzzle on the same computer. -If you need to open the saved puzzle on a different computer, then you can -choose "Save" from the "File" menu. The saved file can be opened with Xword on -any computer. However, incorrect answers and the time on the clock will not be -saved. -.PP -To print a puzzle, select "Print" from the "File" menu. You can see what the -printed puzzle will look like by clicking "Print Preview". You can select the -paper size and orientation by clicking on the "Paper" tab (puzzles are usually -easier to read in landscape mode). -.PP -Sometimes a puzzle will be locked so that the answers are unavailable. -Unfortunately, Xword's support for locked puzzles is somewhat flaky. When using -a locked puzzle, you should not click on the "Check" or "Solve" buttons, since -they will give incorrect information. However, you can still use Xword to enter -answers for a locked puzzle. Later, when an unlocked version of the puzzle is -released (usually the next day), open it using Xword. When asked, choose to -continue where you left off. Now you can use the "Check" and "Solve" buttons to -see how well you did. Sometimes crosswords will come with a four-digit code to -unlock a locked puzzle file. This code is not needed by Xword ... -.PP -For more information, see the project home page at . -.SH AUTHOR -xword was written by Bill McCloskey . -.PP -This manual page was written by John Sullivan , -for the Debian project (but may be used by others). diff --git a/xword.desktop b/xword.desktop deleted file mode 100644 index 109429a..0000000 --- a/xword.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Xword -GenericName=Crossword Puzzles -Comment=Do crossword puzzles in the Across Lite file format -Exec=xword -Icon=xword -Terminal=false -Type=Application -Categories=Game;LogicGame; -MimeType=application/x-crossword; - diff --git a/xword.spec b/xword.spec deleted file mode 100644 index a2a4165..0000000 --- a/xword.spec +++ /dev/null @@ -1,131 +0,0 @@ -Name: xword -Version: 1.0 -Release: 15%{?dist} -Summary: Reads and writes crossword puzzles in the Across Lite file format - - -License: BSD -URL: http://x-word.org/ -Source0: http://x-word.org/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -Source2: %{name}.xml -Source3: %{name}.1 - -BuildRequires: desktop-file-utils -Requires: pygtk2 -BuildArch: noarch - -%description -Xword is a GTK program that works well for doing crossword puzzles in the -Across Lite file format used by The New York Times and others. As well as a -clock, it supports printing. It also auto-saves puzzles as you solve them so -that you can return to partially completed puzzles. - - -%prep -%setup -q - - -sed -i -e "s|HOME_PATH = os\.path\.dirname(sys\.argv\[0\])|HOME_PATH = '%{_datadir}/%{name}-%{version}'|g" xword - - -%build -#nothing to build - - - -%install - -install -d $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} -install -d $RPM_BUILD_ROOT%{_bindir}/ -install -d $RPM_BUILD_ROOT%{_mandir}/man1/ - -install -p -m 755 xword $RPM_BUILD_ROOT%{_bindir}/ - -install -p -m 644 layout-rtb.png $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} -install -p -m 644 crossword-solve.png $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} -install -p -m 644 crossword-clock.png $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} -install -p -m 644 crossword-check.png $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} -install -p -m 644 crossword-check-all.png $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} - - -#man page -install -p -m 644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1 - -#icon install -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps -cp -p crossword-solve.png \ - $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps/xword.png - - - -#desktop file -desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %SOURCE1 - -#mime file -install -d $RPM_BUILD_ROOT%{_datadir}/mime/packages -install -p -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/mime/packages/ - -%files -%doc LICENSE -%{_datadir}/%{name}-%{version} -%{_datadir}/icons/hicolor/24x24/apps/xword.png -%{_datadir}/applications/%{name}.desktop -%{_bindir}/* -%{_datadir}/mime/packages/*.xml -%{_mandir}/man1/* - - - -%changelog -* Sun Feb 03 2019 Fedora Release Engineering - 1.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Igor Gnatenko - 1.0-12 -- Remove obsolete scriptlets - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jul 07 2015 Yaakov Selkowitz - 1.0-8 -- Drop optional gnomeprint dependency due to removal of libgnomeprint - -* Fri Jun 19 2015 Fedora Release Engineering - 1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Oct 02 2014 Rex Dieter 1.0-6 -- update desktop/icon/mime scriptlets, remove empty %%clean section - -* Sun Jun 08 2014 Fedora Release Engineering - 1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Oct 31 2012 Ankur Sinha 1.0-2 -- Update as per review #871629 - -* Mon Oct 29 2012 Ankur Sinha 1.0-1 -- Initial rpm spec based on Alex's spec at rhbz# 470155 -- Compressed Alex's changelog below -- Addressed the comments in the review by Mamoru Tasaka - . Warning on python 2.6 will - be addressed later. -- Added LICENSE to %%doc -- Fix a silly error involving $RPM_BUILD_ROOT. -- Initial import. diff --git a/xword.xml b/xword.xml deleted file mode 100644 index 2035c0d..0000000 --- a/xword.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - Crossword puzzle - - -