]> git.pld-linux.org Git - packages/abcde.git/commitdiff
- fixed manual files installation
authorwrobell <wrobell@pld-linux.org>
Thu, 3 Oct 2002 16:37:38 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- noarch (shell scripts)
- cd-discid is required to run it

Changed files:
    abcde.spec -> 1.4

abcde.spec

index 54964d27b1fc8cc622e223d64443024de138573b..6b93e932a818387ff0c83b29ba655670d6a72ca3 100644 (file)
@@ -13,6 +13,8 @@ License:      GPL
 Group:         Applications
 Source0:       http://lly.org/~rcw/abcde/%{name}_%{version}.orig.tar.gz
 URL:           http://lly.org/~rcw/abcde/page/
+Requires:      cd-discid >= 0.7
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
 install abcde cddb-tool $RPM_BUILD_ROOT%{_bindir}
-install *.1 $RPM_BUILD_ROOT%{_bindir}
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install abcde.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %clean
@@ -42,3 +44,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc README changelog TODO
 %attr(755,root,root) %{_bindir}/*
 %verify(not size md5 mtime) %config(noreplace) %{_sysconfdir}/abcde.conf
+%{_mandir}/man1/*
This page took 0.151533 seconds and 4 git commands to generate.