Author: qboosh Date: Sat Jan 21 22:35:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added BRs, use standard doc packaging
---- Files affected: SPECS: InfoBox.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/InfoBox.spec diff -u SPECS/InfoBox.spec:1.3 SPECS/InfoBox.spec:1.4 --- SPECS/InfoBox.spec:1.3 Fri Jan 20 21:31:40 2006 +++ SPECS/InfoBox.spec Sat Jan 21 23:35:33 2006 @@ -1,7 +1,4 @@ # $Revision$, $Date$ -# TODO: -# - check BRs, R:gtk+2 probably to be removed -# Summary: InfoBox - notification tool Summary(pl): InfoBox - system powiadomień Name: InfoBox @@ -13,8 +10,10 @@ # Source0-md5: 738a95010d115c6d460e15e8a736b067 URL: http://developer.berlios.de/project/showfiles.php?group_id=1595 Patch0: %{name}-doc.patch +BuildRequires: dbus-glib-devel >= 0.30 +BuildRequires: gtk+2-devel >= 2:2.6.0 +BuildRequires: pkgconfig Requires: dbus-X11 -Requires: gtk+2 >= 2.6 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -35,8 +34,7 @@ %patch0 -p1 %build -%configure \ - --prefix=%{_prefix} +%configure %{__make} %{__make} check @@ -47,12 +45,14 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/infobox* + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc %{_datadir}/doc/infobox-%{version}/* +%doc AUTHORS README TODO infoboxd.cfg.example %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/infoboxd %{_sysconfdir}/dbus-1/system.d/%{name}d.conf @@ -64,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/01/21 22:35:33 qboosh +- added BRs, use standard doc packaging + Revision 1.3 2006/01/20 20:31:40 ankry - TODO added, rel. down to 0.9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/InfoBox.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
