]> git.pld-linux.org Git - packages/libmng.git/commitdiff
- ghost soname symlink, more verbose files
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Oct 2010 06:24:49 +0000 (06:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmng.spec -> 1.58

libmng.spec

index 09aa6b334a4c3c482b640d2a94c07e82de3201ca..7e0ba41aa99656b42274abef82ce9b8816efa501 100644 (file)
@@ -14,7 +14,7 @@ Version:      1.0.10
 Release:       4
 License:       BSD-like
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/libmng/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/libmng/%{name}-%{version}.tar.gz
 # Source0-md5: a464ae7d679781beebdf7440d144b7bd
 Patch0:                %{name}-automake.patch
 Patch1:                %{name}-gcc4.patch
@@ -227,16 +227,18 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES LICENSE README 
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man5/*
+%attr(755,root,root) %{_libdir}/libmng.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmng.so.1
+%{_mandir}/man5/jng.5*
+%{_mandir}/man5/mng.5*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{doc.readme,libmng.txt,Plan*.png}
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_mandir}/man3/*
+%attr(755,root,root) %{_libdir}/libmng.so
+%{_libdir}/libmng.la
+%{_includedir}/libmng*.h
+%{_mandir}/man3/libmng.3*
 
 %if %{with static_libs}
 %files static
This page took 0.03945 seconds and 4 git commands to generate.