]> git.pld-linux.org Git - packages/libmng.git/commitdiff
- docs cleanup; found something more to package...
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Oct 2003 18:25:32 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmng.spec -> 1.34

libmng.spec

index 4278179b569b1b7c57cb16c5dd7c46e7019b74ad..2166946699363662d49610630d55bae5c4b302a6 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: package contrib things
 Summary:       A library of functions for manipulating MNG format files
 Summary(pl):   Biblioteka do obróbki plików w formacie MNG
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÆÕÎËæʠÄÌÑ ÒÏÂÏÔÉ Ú ÆÁÊÌÁÍÉ Õ ÆÏÒÍÁÔ¦ MNG
@@ -103,7 +104,6 @@ Biblioteki statyczne MNG.
 cp makefiles/{Makefile.am,configure.in} .
 cp doc/makefiles/Makefile.am doc
 cp doc/man/makefiles/Makefile.am doc/man
-rm -f acinclude.m4 missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -118,7 +118,8 @@ rm -f acinclude.m4 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
@@ -128,15 +129,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc Changes LICENSE README 
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man5/*
 
 %files devel
 %defattr(644,root,root,755)
-%doc Changes README* doc/{doc.readme,libmng.txt}
-%{_includedir}/*
+%doc doc/{doc.readme,libmng.txt,Plan*.png}
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
+%{_includedir}/*
 %{_mandir}/man3/*
 
 %files static
This page took 0.071207 seconds and 4 git commands to generate.