]> git.pld-linux.org Git - packages/c2html.git/commitdiff
- BR: automake, removed *.lsm from doc (useless in rpm) AC-branch AC-STABLE auto/ac/c2html-0_9_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Oct 2003 10:49:57 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    c2html.spec -> 1.3

c2html.spec

index 2f645cb560c308228a5eab09c2dfb2561e065bb7..326eae38f0003b3ac733bc62b0c9bcbb89f3aa99 100644 (file)
@@ -10,7 +10,9 @@ Source0:      http://user.cs.tu-berlin.de/~schintke/x2html/%{name}-%{version}.tar.gz
 # Source0-md5: 324cd6c50dd611607e3366840bbc61f2
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://user.cs.tu-berlin.de/~schintke/x2html/index.html
-BuildRequires: flex, autoconf
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: flex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,14 +39,14 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# to aviod "warning: found installed files not placed in any package: blabla
-rm -f $RPM_BUILD_ROOT/usr/doc/c2html/{AUTHORS,COPYING,NEWS,README,c2html.lsm}
+# to avoid "warning: found installed files not placed in any package: blabla"
+rm -rf $RPM_BUILD_ROOT/usr/doc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README c2html.lsm
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.078315 seconds and 4 git commands to generate.