]> git.pld-linux.org Git - packages/cdl3.git/commitdiff
- fixed acam patch, cleanups auto/ac/cdl3-1_2_3-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Nov 2003 20:49:43 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdl3.spec -> 1.8

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.077926 seconds and 4 git commands to generate.