From 62c95e0f2b1702772dfcde913a747fe689f08f89 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:18 +0000 Subject: [PATCH 01/12] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc051fb..4c99bc0 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: acheck -# $Id$ +# $Id: Makefile,v 1.1 2009/06/20 15:06:15 tibbs Exp $ NAME := acheck SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From e2f2f51308aa36914515cde7b1469e50de034e4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:34:05 +0000 Subject: [PATCH 02/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4c99bc0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: acheck -# $Id: Makefile,v 1.1 2009/06/20 15:06:15 tibbs Exp $ -NAME := acheck -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index f67b678..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -acheck-0_5_1-2_fc11:HEAD:acheck-0.5.1-2.fc11.src.rpm:1245587563 From 2a5c98a7b250dcc4f912ab5c52bf482aacee3697 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:13:44 -0600 Subject: [PATCH 03/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index e15d430..c44a3fa 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jul 24 2009 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cdeffe077422b9b302344f6948f83f82596c9b16 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 11 Oct 2011 13:31:16 +0100 Subject: [PATCH 04/12] rebuild --- acheck.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/acheck.spec b/acheck.spec index c44a3fa..e57a024 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,13 +1,12 @@ Name: acheck Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Check common localisation mistakes Group: Applications/Text License: GPLv2+ URL: http://packages.debian.org/etch/%{name} Source0: http://ftp.de.debian.org/debian/pool/main/a/acheck/%{name}_%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildArch: noarch Requires: perl @@ -30,7 +29,6 @@ checks. %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir}/ install -p -m 755 %{name} $RPM_BUILD_ROOT/%{_bindir}/ mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}/ACheck/ @@ -67,9 +65,6 @@ install -p -m 644 po/fr.mo $RPM_BUILD_ROOT/%{_datadir}/locale/fr/LC_MESSAGES/%{n install -p -m 644 po/pl.mo $RPM_BUILD_ROOT/%{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) @@ -86,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Tue Oct 11 2011 Peter Robinson - 0.5.1-5 +- Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From aa7fdb88f00e8ae46d78a198b5efe05b4c9be172 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:59:05 -0600 Subject: [PATCH 05/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index e57a024..07c861f 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -81,6 +81,9 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 0.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Oct 11 2011 Peter Robinson - 0.5.1-5 - Rebuild From 70b624b4ceafd3fb7ef8cadc59df6a77d81a7833 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 10:31:30 -0500 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index 07c861f..47161b1 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -81,6 +81,9 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 0.5.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 09568de95b6734e6ddf3c4f34cb447bf16283c80 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:14:33 -0600 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index 47161b1..ae10bab 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -81,6 +81,9 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.5.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 0.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 55842a92c775aedb9691d680158cfe78214662c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 3 Mar 2013 05:31:16 +0100 Subject: [PATCH 08/12] Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870) - Add acheck-0.5.1-man.patch (Fix syntax errors in man/acheck.*.pod, F19's pod2man chokes upon). - Remove redundant R: perl. --- acheck-0.5.1-man.patch | 36 ++++++++++++++++++++++++++++++++++++ acheck.spec | 28 ++++++++++++++-------------- 2 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 acheck-0.5.1-man.patch diff --git a/acheck-0.5.1-man.patch b/acheck-0.5.1-man.patch new file mode 100644 index 0000000..0062efd --- /dev/null +++ b/acheck-0.5.1-man.patch @@ -0,0 +1,36 @@ +diff -Naur acheck-0.5.1.orig/man/acheck.1.pod acheck-0.5.1/man/acheck.1.pod +--- acheck-0.5.1.orig/man/acheck.1.pod 2003-10-05 13:15:26.000000000 +0200 ++++ acheck-0.5.1/man/acheck.1.pod 2013-03-03 05:14:21.532906708 +0100 +@@ -193,6 +193,8 @@ + + output parsing and checking details + ++=back ++ + =head1 SEE ALSO + + acheck(5), acheck-rules(5) +diff -Naur acheck-0.5.1.orig/man/acheck.fr.1.pod acheck-0.5.1/man/acheck.fr.1.pod +--- acheck-0.5.1.orig/man/acheck.fr.1.pod 2003-10-05 13:15:50.000000000 +0200 ++++ acheck-0.5.1/man/acheck.fr.1.pod 2013-03-03 05:14:21.533906724 +0100 +@@ -200,6 +200,8 @@ + + détails des analyses et des vérifications. + ++=back ++ + =head1 VOIR AUSSI + + acheck(5), acheck-rules(5) +diff -Naur acheck-0.5.1.orig/man/acheck.fr.5.pod acheck-0.5.1/man/acheck.fr.5.pod +--- acheck-0.5.1.orig/man/acheck.fr.5.pod 2003-10-05 13:16:05.000000000 +0200 ++++ acheck-0.5.1/man/acheck.fr.5.pod 2013-03-03 05:14:46.517311172 +0100 +@@ -145,6 +145,8 @@ + + détails des analyses et des vérifications. + ++=back ++ + =head1 VOIR AUSSI + + acheck(1), acheck-rules(5) diff --git a/acheck.spec b/acheck.spec index ae10bab..b0c09bb 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,15 +1,16 @@ Name: acheck Version: 0.5.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Check common localisation mistakes Group: Applications/Text License: GPLv2+ URL: http://packages.debian.org/etch/%{name} Source0: http://ftp.de.debian.org/debian/pool/main/a/acheck/%{name}_%{version}.tar.gz +Patch0: acheck-0.5.1-man.patch BuildRequires: gettext +BuildRequires: /usr/bin/pod2man BuildArch: noarch -Requires: perl Requires: perl(Text::Aspell), perl(Config::General), perl(Term::Size), perl(Locale::gettext) Requires: perl(Locale::PO), perl(Term::ReadLine::Gnu), perl(Term::UI), %{name}-rules @@ -22,7 +23,7 @@ checks. %prep %setup -q -n acheck-%{version} - +%patch0 -p1 %build #Empty build @@ -36,16 +37,10 @@ install -p -m 644 Common.pm FileType.pm Parser.pm \ $RPM_BUILD_ROOT%{perl_vendorlib}/ACheck/ cd po;make;cd .. -echo """ -use Pod::Man; -my \$parser = Pod::Man->new(release => \$VERSION, section => 8); -\$parser->parse_from_file(\$ARGV[0], \$ARGV[1]); -""" > $RPM_BUILD_ROOT/pod2man.pl - -perl $RPM_BUILD_ROOT/pod2man.pl man/acheck.1.pod acheck.1 -perl $RPM_BUILD_ROOT/pod2man.pl man/acheck.5.pod acheck.5 -perl $RPM_BUILD_ROOT/pod2man.pl man/acheck.fr.1.pod acheck.fr.1 -perl $RPM_BUILD_ROOT/pod2man.pl man/acheck.fr.5.pod acheck.fr.5 +/usr/bin/pod2man man/acheck.1.pod acheck.1 +/usr/bin/pod2man man/acheck.5.pod acheck.5 +/usr/bin/pod2man man/acheck.fr.1.pod acheck.fr.1 +/usr/bin/pod2man man/acheck.fr.5.pod acheck.fr.5 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man5/ @@ -56,7 +51,6 @@ install -p -m 644 acheck.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ install -p -m 644 acheck.5 $RPM_BUILD_ROOT/%{_mandir}/man5/ install -p -m 644 acheck.fr.1 $RPM_BUILD_ROOT/%{_mandir}/man1/fr/acheck.1 install -p -m 644 acheck.fr.5 $RPM_BUILD_ROOT/%{_mandir}/man5/fr/acheck.5 -rm -f $RPM_BUILD_ROOT/pod2man.pl mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/fr/LC_MESSAGES/ \ $RPM_BUILD_ROOT/%{_datadir}/locale/pl/LC_MESSAGES/ \ @@ -81,6 +75,12 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Sun Mar 03 2013 Ralf Corsépius - 0.5.1-9 +- Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870) +- Add acheck-0.5.1-man.patch + (Fix syntax errors in man/acheck.*.pod, F19's pod2man chokes upon). +- Remove redundant R: perl. + * Wed Feb 13 2013 Fedora Release Engineering - 0.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 62500dd162df78bd6b464ec51b1bb1c48cd933c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2013 10:39:17 +0200 Subject: [PATCH 09/12] Perl 5.18 rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index b0c09bb..6ad5b37 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -75,6 +75,9 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Wed Jul 17 2013 Petr Pisar - 0.5.1-10 +- Perl 5.18 rebuild + * Sun Mar 03 2013 Ralf Corsépius - 0.5.1-9 - Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870) - Add acheck-0.5.1-man.patch From d733984c05a1eaf1508675074428c6e9b6f00227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2013 14:00:44 +0200 Subject: [PATCH 10/12] Declare documentation encoding --- ...0.5.1-Declare-documentation-encoding.patch | 42 +++++++++++++++++++ acheck.spec | 3 ++ 2 files changed, 45 insertions(+) create mode 100644 acheck-0.5.1-Declare-documentation-encoding.patch diff --git a/acheck-0.5.1-Declare-documentation-encoding.patch b/acheck-0.5.1-Declare-documentation-encoding.patch new file mode 100644 index 0000000..ec4b828 --- /dev/null +++ b/acheck-0.5.1-Declare-documentation-encoding.patch @@ -0,0 +1,42 @@ +From 97fe45cdedd209d68dcd1a21626c2f5373819f1f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Wed, 17 Jul 2013 13:42:50 +0200 +Subject: [PATCH] Declare documentation encoding +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + + +Signed-off-by: Petr PísaÅ™ +--- + man/acheck.fr.1.pod | 2 ++ + man/acheck.fr.5.pod | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/man/acheck.fr.1.pod b/man/acheck.fr.1.pod +index 4f281c3..e0f1cde 100644 +--- a/man/acheck.fr.1.pod ++++ b/man/acheck.fr.1.pod +@@ -1,5 +1,7 @@ + #!/usr/bin/perl -w + ++=encoding iso-8859-1 ++ + =head1 NOM + + acheck - Correction des erreurs courantes de traduction +diff --git a/man/acheck.fr.5.pod b/man/acheck.fr.5.pod +index 777a8ff..563cae3 100644 +--- a/man/acheck.fr.5.pod ++++ b/man/acheck.fr.5.pod +@@ -1,5 +1,7 @@ + #!/usr/bin/perl -w + ++=encoding iso-8859-1 ++ + =head1 NOM + + .acheck - Fichier de configuration d'acheck +-- +1.8.1.4 + diff --git a/acheck.spec b/acheck.spec index 6ad5b37..6640dab 100644 --- a/acheck.spec +++ b/acheck.spec @@ -8,6 +8,7 @@ License: GPLv2+ URL: http://packages.debian.org/etch/%{name} Source0: http://ftp.de.debian.org/debian/pool/main/a/acheck/%{name}_%{version}.tar.gz Patch0: acheck-0.5.1-man.patch +Patch1: acheck-0.5.1-Declare-documentation-encoding.patch BuildRequires: gettext BuildRequires: /usr/bin/pod2man BuildArch: noarch @@ -24,6 +25,7 @@ checks. %prep %setup -q -n acheck-%{version} %patch0 -p1 +%patch1 -p1 %build #Empty build @@ -77,6 +79,7 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %changelog * Wed Jul 17 2013 Petr Pisar - 0.5.1-10 - Perl 5.18 rebuild +- Declare documentation encoding * Sun Mar 03 2013 Ralf Corsépius - 0.5.1-9 - Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870) From 2830adf8d0e5287c031ab8791b462053fedc55b4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 19:10:58 -0500 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- acheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acheck.spec b/acheck.spec index 6640dab..5cf0b88 100644 --- a/acheck.spec +++ b/acheck.spec @@ -1,6 +1,6 @@ Name: acheck Version: 0.5.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Check common localisation mistakes Group: Applications/Text @@ -77,6 +77,9 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n %{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.5.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Jul 17 2013 Petr Pisar - 0.5.1-10 - Perl 5.18 rebuild - Declare documentation encoding From 63227c837818092278b2a72768ca425d59b6a8a7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 23 Feb 2014 18:58:42 +0100 Subject: [PATCH 12/12] Dead upstream: Debian (since 2006), orphaned by Debian: http://packages.qa.debian.org/a/acheck.html --- .gitignore | 1 - ...0.5.1-Declare-documentation-encoding.patch | 42 ------- acheck-0.5.1-man.patch | 36 ------ acheck.spec | 115 ------------------ dead.package | 1 + sources | 1 - 6 files changed, 1 insertion(+), 195 deletions(-) delete mode 100644 .gitignore delete mode 100644 acheck-0.5.1-Declare-documentation-encoding.patch delete mode 100644 acheck-0.5.1-man.patch delete mode 100644 acheck.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 34a9550..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -acheck_0.5.1.tar.gz diff --git a/acheck-0.5.1-Declare-documentation-encoding.patch b/acheck-0.5.1-Declare-documentation-encoding.patch deleted file mode 100644 index ec4b828..0000000 --- a/acheck-0.5.1-Declare-documentation-encoding.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 97fe45cdedd209d68dcd1a21626c2f5373819f1f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Wed, 17 Jul 2013 13:42:50 +0200 -Subject: [PATCH] Declare documentation encoding -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - - -Signed-off-by: Petr PísaÅ™ ---- - man/acheck.fr.1.pod | 2 ++ - man/acheck.fr.5.pod | 2 ++ - 2 files changed, 4 insertions(+) - -diff --git a/man/acheck.fr.1.pod b/man/acheck.fr.1.pod -index 4f281c3..e0f1cde 100644 ---- a/man/acheck.fr.1.pod -+++ b/man/acheck.fr.1.pod -@@ -1,5 +1,7 @@ - #!/usr/bin/perl -w - -+=encoding iso-8859-1 -+ - =head1 NOM - - acheck - Correction des erreurs courantes de traduction -diff --git a/man/acheck.fr.5.pod b/man/acheck.fr.5.pod -index 777a8ff..563cae3 100644 ---- a/man/acheck.fr.5.pod -+++ b/man/acheck.fr.5.pod -@@ -1,5 +1,7 @@ - #!/usr/bin/perl -w - -+=encoding iso-8859-1 -+ - =head1 NOM - - .acheck - Fichier de configuration d'acheck --- -1.8.1.4 - diff --git a/acheck-0.5.1-man.patch b/acheck-0.5.1-man.patch deleted file mode 100644 index 0062efd..0000000 --- a/acheck-0.5.1-man.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naur acheck-0.5.1.orig/man/acheck.1.pod acheck-0.5.1/man/acheck.1.pod ---- acheck-0.5.1.orig/man/acheck.1.pod 2003-10-05 13:15:26.000000000 +0200 -+++ acheck-0.5.1/man/acheck.1.pod 2013-03-03 05:14:21.532906708 +0100 -@@ -193,6 +193,8 @@ - - output parsing and checking details - -+=back -+ - =head1 SEE ALSO - - acheck(5), acheck-rules(5) -diff -Naur acheck-0.5.1.orig/man/acheck.fr.1.pod acheck-0.5.1/man/acheck.fr.1.pod ---- acheck-0.5.1.orig/man/acheck.fr.1.pod 2003-10-05 13:15:50.000000000 +0200 -+++ acheck-0.5.1/man/acheck.fr.1.pod 2013-03-03 05:14:21.533906724 +0100 -@@ -200,6 +200,8 @@ - - détails des analyses et des vérifications. - -+=back -+ - =head1 VOIR AUSSI - - acheck(5), acheck-rules(5) -diff -Naur acheck-0.5.1.orig/man/acheck.fr.5.pod acheck-0.5.1/man/acheck.fr.5.pod ---- acheck-0.5.1.orig/man/acheck.fr.5.pod 2003-10-05 13:16:05.000000000 +0200 -+++ acheck-0.5.1/man/acheck.fr.5.pod 2013-03-03 05:14:46.517311172 +0100 -@@ -145,6 +145,8 @@ - - détails des analyses et des vérifications. - -+=back -+ - =head1 VOIR AUSSI - - acheck(1), acheck-rules(5) diff --git a/acheck.spec b/acheck.spec deleted file mode 100644 index 5cf0b88..0000000 --- a/acheck.spec +++ /dev/null @@ -1,115 +0,0 @@ -Name: acheck -Version: 0.5.1 -Release: 11%{?dist} -Summary: Check common localisation mistakes - -Group: Applications/Text -License: GPLv2+ -URL: http://packages.debian.org/etch/%{name} -Source0: http://ftp.de.debian.org/debian/pool/main/a/acheck/%{name}_%{version}.tar.gz -Patch0: acheck-0.5.1-man.patch -Patch1: acheck-0.5.1-Declare-documentation-encoding.patch -BuildRequires: gettext -BuildRequires: /usr/bin/pod2man -BuildArch: noarch -Requires: perl(Text::Aspell), perl(Config::General), perl(Term::Size), perl(Locale::gettext) -Requires: perl(Locale::PO), perl(Term::ReadLine::Gnu), perl(Term::UI), %{name}-rules - - -%description -Any text file checker, is a tool designed to help both -translators and reviewers checking and fixing common localisation -mistakes according to file format. Rules can be defined to add new -checks. - -%prep -%setup -q -n acheck-%{version} -%patch0 -p1 -%patch1 -p1 - -%build -#Empty build - - -%install -mkdir -p $RPM_BUILD_ROOT/%{_bindir}/ -install -p -m 755 %{name} $RPM_BUILD_ROOT/%{_bindir}/ -mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}/ACheck/ -install -p -m 644 Common.pm FileType.pm Parser.pm \ - $RPM_BUILD_ROOT%{perl_vendorlib}/ACheck/ -cd po;make;cd .. - -/usr/bin/pod2man man/acheck.1.pod acheck.1 -/usr/bin/pod2man man/acheck.5.pod acheck.5 -/usr/bin/pod2man man/acheck.fr.1.pod acheck.fr.1 -/usr/bin/pod2man man/acheck.fr.5.pod acheck.fr.5 - -mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/ -mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man5/ -mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/fr -mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man5/fr - -install -p -m 644 acheck.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ -install -p -m 644 acheck.5 $RPM_BUILD_ROOT/%{_mandir}/man5/ -install -p -m 644 acheck.fr.1 $RPM_BUILD_ROOT/%{_mandir}/man1/fr/acheck.1 -install -p -m 644 acheck.fr.5 $RPM_BUILD_ROOT/%{_mandir}/man5/fr/acheck.5 - -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/fr/LC_MESSAGES/ \ - $RPM_BUILD_ROOT/%{_datadir}/locale/pl/LC_MESSAGES/ \ - $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/ -install -p -m 644 po/fr.mo $RPM_BUILD_ROOT/%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo -install -p -m 644 po/pl.mo $RPM_BUILD_ROOT/%{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo -install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo - - -%files -%defattr(-,root,root,-) -%doc debian/changelog debian/copyright -%doc misc/bash_completion -%{_bindir}/%{name} -%{perl_vendorlib}/* -%{_mandir}/man1/*.1* -%{_mandir}/man5/*.5* -%{_mandir}/man1/fr/*.1* -%{_mandir}/man5/fr/*.5* -%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo -%{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo -%{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo - -%changelog -* Sat Aug 03 2013 Fedora Release Engineering - 0.5.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jul 17 2013 Petr Pisar - 0.5.1-10 -- Perl 5.18 rebuild -- Declare documentation encoding - -* Sun Mar 03 2013 Ralf Corsépius - 0.5.1-9 -- Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870) -- Add acheck-0.5.1-man.patch - (Fix syntax errors in man/acheck.*.pod, F19's pod2man chokes upon). -- Remove redundant R: perl. - -* Wed Feb 13 2013 Fedora Release Engineering - 0.5.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.5.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 0.5.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Oct 11 2011 Peter Robinson - 0.5.1-5 -- Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.5.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Jul 24 2009 Fedora Release Engineering - 0.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sun Jun 21 2009 Rakesh Pandit 0.5.1-2 -- Fixed Provides and Requires - -* Fri Jun 12 2009 Rakesh Pandit 0.5.1-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7b4889a --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Dead upstream: Debian (since 2006), orphaned by Debian: http://packages.qa.debian.org/a/acheck.html diff --git a/sources b/sources deleted file mode 100644 index 48f4e90..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8977ac8ef12d926f029a5a3e635cf779 acheck_0.5.1.tar.gz