Author: freetz Date: Sat Sep 10 23:51:44 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - libs separated from main package, rel.3
---- Files affected: SPECS: gnome-bluetooth.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/gnome-bluetooth.spec diff -u SPECS/gnome-bluetooth.spec:1.29 SPECS/gnome-bluetooth.spec:1.30 --- SPECS/gnome-bluetooth.spec:1.29 Thu Sep 8 16:44:27 2005 +++ SPECS/gnome-bluetooth.spec Sun Sep 11 01:51:39 2005 @@ -3,7 +3,7 @@ Summary(pl): Podsystem GNOME Bluetooth Name: gnome-bluetooth Version: 0.6.0 -Release: 2 +Release: 3 License: GPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/0.6/%{name}-%{version}.tar.gz @@ -23,6 +23,7 @@ BuildRequires: openobex-devel BuildRequires: python-btctl BuildRequires: sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Requires: bluez-utils Requires: python-gnome-bonobo-ui Requires: python-gnome-canvas @@ -61,11 +62,22 @@ wpisać bluetooth:/// w Nautilusie i przeciągnąć plik na urządzenie docelowe. +%package libs +Summary: GNOME bluetooth subsystem shared libraries +Summary(pl): Współdzielone biblioteki dla podsystemu GNOME bluetooth +Group: Development/Libraries + +%description libs +GNOME bluetooth subsystem shared libraries. + +%description libs -l pl +Współdzielone biblioteki dla podsystemu GNOME bluetooth. + %package devel Summary: Header files for GNOME bluetooth subsystem Summary(pl): Pliki nagłówkowe dla podsystemu GNOME bluetooth Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description devel Header files for GNOME bluetooth subsystem. @@ -133,6 +145,9 @@ %preun %gconf_schema_uninstall gnome-obex-server.schemas +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %clean rm -rf $RPM_BUILD_ROOT @@ -140,7 +155,6 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/*.so.* %{_datadir}/%{name} %{_desktopdir}/* %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas @@ -150,6 +164,10 @@ %{py_sitedir}/gnomebt/*.pyc %{py_sitedir}/gnomebt/*.pyo +%files libs +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/*.so.* + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/*.so @@ -167,6 +185,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2005/09/10 23:51:39 freetz +- libs separated from main package, rel.3 + Revision 1.29 2005/09/08 14:44:27 freetz - (maybe) fixed amd64 build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-bluetooth.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
