Author: qboosh Date: Fri Nov 25 00:05:54 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - License is QPL - devel deps
---- Files affected: SPECS: ivman.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/ivman.spec diff -u SPECS/ivman.spec:1.2 SPECS/ivman.spec:1.3 --- SPECS/ivman.spec:1.2 Fri Nov 25 00:49:04 2005 +++ SPECS/ivman.spec Fri Nov 25 01:05:49 2005 @@ -4,7 +4,7 @@ Name: ivman Version: 0.6.5 Release: 1 -License: GPL +License: QPL Group: Daemons Source0: http://dl.sourceforge.net/ivman/%{name}-%{version}.tar.bz2 # Source0-md5: 0d83d1d5df716c120de201d5cf3e6e9b @@ -48,6 +48,10 @@ 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, @@ -144,18 +148,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.* +%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}/*.so -%{_libdir}/*.la +%attr(755,root,root) %{_libdir}/libIvmConfig.so +%{_libdir}/libIvmConfig.la %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libIvmConfig.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -163,6 +167,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/11/25 00:05:49 qboosh +- License is QPL +- devel deps + Revision 1.2 2005/11/24 23:49:04 qboosh - cosmetics, strict internal deps, plain R: rc-scripts ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ivman.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
