From 34d2230b0fbae82cd1bec2362ef4041a4e53132b Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Mon, 3 Dec 2012 17:08:07 -0800 Subject: [PATCH] Spec fix --- packaging/shtool.spec | 47 +++-------------------------------------------- 1 file changed, 3 insertions(+), 44 deletions(-) diff --git a/packaging/shtool.spec b/packaging/shtool.spec index 362ad94..6168bdd 100644 --- a/packaging/shtool.spec +++ b/packaging/shtool.spec @@ -2,39 +2,27 @@ Name: shtool Version: 2.0.8 Release: 9%{?dist} Summary: Portable shell tool - Group: Applications/System License: GPLv2+ URL: http://www.gnu.org/software/shtool/ -Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: %{name}-%{version}.tar.gz BuildArch: noarch %description GNU shtool is a compilation of small but very stable and portable -shell scripts into a single shell tool. All ingredients were in -successful use over many years in various free software projects. -The compiled shtool program is intended to be used inside the source -tree of other free software packages. There it can overtake various -(usually non-portable) tasks related to the building and installation -of such a package. It especially can replace the old mkdir.sh, -install.sh and related scripts. - +shell scripts into a single shell tool. %prep %setup -q - %build %configure make %{?_smp_mflags} - %check make check - %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" @@ -50,34 +38,5 @@ rm -rf %{buildroot} %{_mandir}/man*/%{name}*.* %{_bindir}/%{name} %{_bindir}/%{name}ize -%{_datadir}/%{name}/ +%{_datadir}/%{name}/* %{_datadir}/aclocal/%{name}.m4 - - -%changelog -* Sat Jul 21 2012 Fedora Release Engineering - 2.0.8-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 2.0.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Nov 26 2011 Fabian Affolter - 2.0.8-7 -- Rebuilt - -* Wed Feb 09 2011 Fedora Release Engineering - 2.0.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 27 2011 Fabian Affolter - 2.0.8-5 -- Rebuilt - -* Sat Feb 27 2010 Fabian Affolter - 2.0.8-4 -- Rebuilt - -* Sun Jul 26 2009 Fedora Release Engineering - 2.0.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sun Mar 08 2009 Fabian Affolter - 2.0.8-2 -- Added test suite - -* Sat Dec 27 2008 Fabian Affolter - 2.0.8-1 -- Initial spec for Fedora -- 2.7.4