Author: prism Date: Sun Dec 4 23:19:27 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.6.6 (tnx to Dariusz Włodarczyk <milley(at)gostyn(.)pl>)
---- Files affected: SPECS: ivman.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/ivman.spec diff -u SPECS/ivman.spec:1.3 SPECS/ivman.spec:1.4 --- SPECS/ivman.spec:1.3 Fri Nov 25 01:05:49 2005 +++ SPECS/ivman.spec Mon Dec 5 00:19:21 2005 @@ -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,25 +98,18 @@ %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]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/12/04 23:19:21 prism +- 0.6.6 (tnx to Dariusz Włodarczyk <milley(at)gostyn(.)pl>) + Revision 1.3 2005/11/25 00:05:49 qboosh - License is QPL - devel deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ivman.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
