]> git.pld-linux.org Git - packages/libspectrum.git/commitdiff
- moved base docs to base
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Aug 2003 11:00:43 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libspectrum.spec -> 1.6

libspectrum.spec

index 4a7d0afcd5c4ae51c293e1bfbacdb877504c369e..c5cbe19db6c7481f4824560d2a25a7b2e7af48f6 100644 (file)
@@ -66,7 +66,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -76,11 +77,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README THANKS
 %attr(755,root,root) %{_libdir}/libspectrum.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/* AUTHORS ChangeLog README THANKS 
+%doc doc/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/libspectrum.la
 %{_includedir}/*
This page took 0.027102 seconds and 4 git commands to generate.