]> git.pld-linux.org Git - packages/cdl3.git/blobdiff - cdl3.spec
- fixed acam patch, cleanups
[packages/cdl3.git] / cdl3.spec
index 8881bfbe3c700df19d8be42c61e743dfe9a45f40..6be7d38cff46ee9a7e4bb979960af767ba84866f 100644 (file)
--- a/cdl3.spec
+++ b/cdl3.spec
@@ -44,10 +44,9 @@ na zestaw polece
 
 %prep
 %setup -q
-%patch0 -p 1
+%patch0 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -58,6 +57,7 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -72,7 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO docs/*.ps docs/*.k3
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/*
-%{_libdir}/*
-%doc README HACKING docs/*.ps docs/*.k3
+%{_libdir}/lib*.a
+%{_libdir}/lib*.la
+%{_mandir}/man[13n]/*
This page took 0.144583 seconds and 4 git commands to generate.