Author: patrys Date: Thu Nov 12 08:34:41 2009 GMT Module: packages Tag: HEAD ---- Log message: - 0.3 - not a library any more
---- Files affected: packages/libpthread-stubs: libpthread-stubs.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/libpthread-stubs/libpthread-stubs.spec diff -u packages/libpthread-stubs/libpthread-stubs.spec:1.8 packages/libpthread-stubs/libpthread-stubs.spec:1.9 --- packages/libpthread-stubs/libpthread-stubs.spec:1.8 Tue Sep 29 18:41:23 2009 +++ packages/libpthread-stubs/libpthread-stubs.spec Thu Nov 12 09:34:36 2009 @@ -2,13 +2,15 @@ Summary: pthread library helper Summary(pl.UTF-8): Pakiet pomocniczy biblioteki pthread Name: libpthread-stubs -Version: 0.2 +Version: 0.3 Release: 1 License: MIT Group: Libraries Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 -# Source0-md5: 2ba9ce2d46da0a2a1090384ece3387ff +# Source0-md5: e8fa31b42e13f87e8f5a7a2b731db7ee URL: http://xcb.freedesktop.org/ +Obsoletes: libpthread-stubs-devel < 0.3 +Obsoletes: libpthread-stubs-static < 0.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -36,30 +38,6 @@ bibliotekom bezwarunkowo zawierać zależność od pthread-stubs i nadal zachowywać się prawidłowo. -%package devel -Summary: Development files for libpthread-stubs -Summary(pl.UTF-8): Pliki programistyczne biblioteki libpthread-stubs -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description devel -Development files for libpthread-stubs. - -%description devel -l pl.UTF-8 -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 = %{version}-%{release} - -%description static -This package contains the static library used for development. - -%description static -l pl -Biblioteka statyczna libpthread-stubs. - %prep %setup -q @@ -76,31 +54,21 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %defattr(644,root,root,755) %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) -%attr(755,root,root) %{_libdir}/libpthread-stubs.so -%{_libdir}/libpthread-stubs.la %{_pkgconfigdir}/pthread-stubs.pc -%files static -%defattr(644,root,root,755) -%{_libdir}/libpthread-stubs.a - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2009/11/12 08:34:36 patrys +- 0.3 +- not a library any more + Revision 1.8 2009/09/29 16:41:23 qboosh - added COPYING to doc - fixed -devel descs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpthread-stubs/libpthread-stubs.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
