Fryderyk Dziarmagowski napisał(a): > brakuje Obsoletes na usunięte subpakiety, ldconfig jest już niepotrzebny >
Co racja to racja, mea culpa. Wniosek nie brać się do tego jak Cię wali grypa ;) Poprawiłem i wysyłam jeszcze raz patcha. -- pozdrawiam Dariusz (milley) Włodarczyk [-= Uśmiechnij się :) =-] PZU Na skrzyżowaniu niespodziewanie dostałem ataku daltonizmu.
--- ivman.spec.orig 2005-11-25 01:05:49.000000000 +0100 +++ ivman.spec 2005-12-02 23:37:18.917012480 +0100 @@ -2,12 +2,12 @@ Summary: An extremely flexible desktop independent frontend to HAL Summary(pl): Wysoce konfigurowalny, niezale¿ny od zarz±dcy okien frontend do HAL Name: ivman -Version: 0.6.5 +Version: 0.6.6 Release: 1 License: QPL Group: Daemons Source0: http://dl.sourceforge.net/ivman/%{name}-%{version}.tar.bz2 -# Source0-md5: 0d83d1d5df716c120de201d5cf3e6e9b +# Source0-md5: 35b5ba1e83b906f98c5352fb42ae73bb Source1: %{name}.init URL: http://ivman.sourceforge.net BuildRequires: dbus-devel >= 0.34 @@ -26,6 +26,8 @@ Requires: rc-scripts >= 0.2.0 Provides: user(ivman) Provides: group(plugdev) +Obsoletes: ivman-devel +Obsoletes: ivman-static BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,56 +45,6 @@ odpowiedzi na komunikaty pochodz±ce od urz±dzeñ. Wszelkie w³a¶ciwo¶ci urz±dzenia mog± byæ wykorzystane w wykonywanym poleceniu. -%package devel -Summary: Development files for ivman -Summary(pl): Pliki niezbêdne programistom u¿ywaj±cym ivmana -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: dbus-glib-devel >= 0.3 -Requires: glib2-devel >= 2.6 -Requires: hal-devel >= 0.4 -Requires: libxml2-devel >= 2.6.17 - -%description devel -Ivman is an extremely flexible desktop independent frontend to HAL, -the userspace Hardware Abstraction Layer for Linux. It can be used to -execute arbitrary commands when devices are added to or removed from -your system, when device properties change, or when devices emit -conditions. Any properties of the new or changed device can be -included within the executed command. This package contains files -needed for development. - -%description devel -l pl -Ivman jest wysoce konfigurowalnym frontendem do HAL (Hardware -Abstraction Layer). Mo¿e byæ u¿ywany do wykonywania poleceñ podczas -dodawania, usuwania urz±dzeñ, zmiany ich w³a¶ciwo¶ci b±d¼ te¿ w -odpowiedzi na komunikaty pochodz±ce od urz±dzeñ. Wszelkie w³a¶ciwo¶ci -urz±dzenia mog± byæ wykorzystane w wykonywanym poleceniu. Ten pakiet -zawiera pliki niezbêdne programistom. - -%package static -Summary: Static libraries for ivman -Summary(pl): Biblioteki statyczne ivman -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description static -Ivman is an extremely flexible desktop independent frontend to HAL, -the userspace Hardware Abstraction Layer for Linux. It can be used to -execute arbitrary commands when devices are added to or removed from -your system, when device properties change, or when devices emit -conditions. Any properties of the new or changed device can be -included within the executed command. This package contains static -libraries. - -%description static -l pl -Ivman jest wysoce konfigurowalnym frontendem do HAL (Hardware -Abstraction Layer). Mo¿e byæ u¿ywany do wykonywania poleceñ podczas -dodawania, usuwania urz±dzeñ, zmiany ich w³a¶ciwo¶ci b±d¼ te¿ w -odpowiedzi na komunikaty pochodz±ce od urz±dzeñ. Wszelkie w³a¶ciwo¶ci -urz±dzenia mog± byæ wykorzystane w wykonywanym poleceniu. Ten pakiet -zawiera biblioteki statyczne. - %prep %setup -q @@ -125,7 +77,6 @@ %useradd -u 211 -d /usr/share/empty -s /bin/false -c "ivman daemon" -g plugdev ivman %post -/sbin/ldconfig /sbin/chkconfig --add ivman %service ivman restart @@ -136,7 +87,6 @@ fi %postun -/sbin/ldconfig if [ "$1" = "0" ]; then %userremove ivman %groupremove plugdev @@ -148,19 +98,9 @@ %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ivman/* %attr(754,root,root) /etc/rc.d/init.d/* %attr(755,root,root) %{_bindir}/ivman -%attr(755,root,root) %{_libdir}/libIvmConfig.so.*.*.* %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* -%files devel -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libIvmConfig.so -%{_libdir}/libIvmConfig.la - -%files static -%defattr(644,root,root,755) -%{_libdir}/libIvmConfig.a - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]>
_______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
