]> git.pld-linux.org Git - packages/moc.git/commitdiff
- BR: libtool, updated %doc
authorKarol Krenski <charles@pld-linux.org>
Wed, 12 Oct 2005 00:00:43 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    moc.spec -> 1.23

moc.spec

index fc6eae2d50c43d6cdb983867168c247fa16de51f..d4bb6339d1b0f27210c8e6d5f31cf7af2e57fb4f 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -22,6 +22,7 @@ BuildRequires:        libmad-devel
 BuildRequires: libmpcdec-devel >= 1.2
 BuildRequires: libsamplerate-devel
 BuildRequires: libsndfile-devel
+BuildRequires: libtool
 BuildRequires: libvorbis-devel
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
@@ -65,7 +66,7 @@ install -d $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_docdir}/%{name}/*
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/lib*.la
 
 %clean
@@ -73,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO NEWS AUTHORS THANKS *.example
+%doc AUTHORS NEWS README THANKS TODO *.example
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/moc
 %dir %{_libdir}/moc/decoder_plugins
This page took 0.052295 seconds and 4 git commands to generate.