From cdfa6bdf3f0f659d837051c1bcb507a9b4ecb011 Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Mon, 19 Jun 2017 23:30:10 +0200 Subject: [PATCH] Fixed typos in spec file. --- Makefile.am | 2 +- README => README.md | 0 sextractor.spec.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename README => README.md (100%) diff --git a/Makefile.am b/Makefile.am index 179eaab..08721db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies SUBDIRS = src man doc tests debian dist_pkgdata_DATA = config/* xsl/sextractor.xsl EXTRA_DIST = autogen.sh AUTHORS BUGS ChangeLog COPYRIGHT \ - HISTORY INSTALL LICENSE README THANKS + HISTORY INSTALL LICENSE README.md THANKS RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir` RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES DEB_SRCDIR = ~/DEBIAN/SOURCES diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/sextractor.spec.in b/sextractor.spec.in index cd51d20..df5abf6 100644 --- a/sextractor.spec.in +++ b/sextractor.spec.in @@ -69,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc config AUTHORS BUGS ChangeLog COPYRIGHT HISTORY INSTALL LICENSE README.md THANKSf +%doc config AUTHORS BUGS ChangeLog COPYRIGHT HISTORY INSTALL LICENSE README.md THANKS %{_bindir}/sex %{_bindir}/ldactoasc %{_mandir}/man1/sex.1* -- GitLab