Author: qboosh Date: Tue Sep 29 16:41:29 2009 GMT Module: packages Tag: HEAD ---- Log message: - added COPYING to doc - fixed -devel descs - more verbose files
---- Files affected: packages/libpthread-stubs: libpthread-stubs.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/libpthread-stubs/libpthread-stubs.spec diff -u packages/libpthread-stubs/libpthread-stubs.spec:1.7 packages/libpthread-stubs/libpthread-stubs.spec:1.8 --- packages/libpthread-stubs/libpthread-stubs.spec:1.7 Wed Sep 23 13:37:24 2009 +++ packages/libpthread-stubs/libpthread-stubs.spec Tue Sep 29 18:41:23 2009 @@ -5,7 +5,7 @@ Version: 0.2 Release: 1 License: MIT -Group: Development/Libraries +Group: Libraries Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 # Source0-md5: 2ba9ce2d46da0a2a1090384ece3387ff URL: http://xcb.freedesktop.org/ @@ -37,22 +37,22 @@ zachowywać się prawidłowo. %package devel -Summary: Header files and develpment documentation for libpthread-stubs -Summary(pl.UTF-8): Pliki nagłówkowe i dokumetacja do libpthread-stubs +Summary: Development files for libpthread-stubs +Summary(pl.UTF-8): Pliki programistyczne biblioteki libpthread-stubs Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel -Header files and documentation for libpthread-stubs. +Development files for libpthread-stubs. %description devel -l pl.UTF-8 -Pliki nagłówkowe i dokumentacja do libpthread-stubs. +Pliki programistyczne biblioteki libpthread-stubs. %package static Summary: Static libpthread-stubs library Summary(pl.UTF-8): Biblioteka statyczna libpthread-stubs Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description static This package contains the static library used for development. @@ -76,23 +76,24 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(644,root,root,755) -%doc README -%attr(755,root,root) %{_libdir}/lib*.so.* +%doc COPYING README +%attr(755,root,root) %{_libdir}/libpthread-stubs.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libpthread-stubs.so.0 %files devel %defattr(644,root,root,755) -%{_pkgconfigdir}/*.pc -%{_libdir}/lib*.la -%attr(755,root,root) %{_libdir}/lib*.so +%attr(755,root,root) %{_libdir}/libpthread-stubs.so +%{_libdir}/libpthread-stubs.la +%{_pkgconfigdir}/pthread-stubs.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libpthread-stubs.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -100,6 +101,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/09/29 16:41:23 qboosh +- added COPYING to doc +- fixed -devel descs +- more verbose files + Revision 1.7 2009/09/23 11:37:24 arekm - desc fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpthread-stubs/libpthread-stubs.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
