Author: megabajt Date: Sun Apr 8 20:33:04 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 0.4.4 - fixed Group - added apidocs subpackage
---- Files affected: SPECS: libnotify.spec (1.7.2.2 -> 1.7.2.3) ---- Diffs: ================================================================ Index: SPECS/libnotify.spec diff -u SPECS/libnotify.spec:1.7.2.2 SPECS/libnotify.spec:1.7.2.3 --- SPECS/libnotify.spec:1.7.2.2 Fri May 19 00:14:21 2006 +++ SPECS/libnotify.spec Sun Apr 8 22:32:59 2007 @@ -2,23 +2,24 @@ Summary: Desktop notifications library Summary(pl): Biblioteka powiadomień dla pulpitu Name: libnotify -Version: 0.4.0 -Release: 2 +Version: 0.4.4 +Release: 1 License: LGPL v2.1+ (library), GPL v2+ (tools) -Group: Applications/System -Source0: http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.gz -# Source0-md5: c9b5b51578742908bb1d3201a2da8f00 +Group: Libraries +Source0: http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.bz2 +# Source0-md5: 0a739819b907fd8ec79a9bc9dbcb42c1 URL: http://www.galago-project.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: dbus-glib-devel >= 0.60 -BuildRequires: glib2-devel >= 2.2.2 -#gtk+2-devel >= 2.0.0 (only for tests which are not packaged) +BuildRequires: glib2-devel >= 2.6.0 +# GTK+2 >= 2.10 would be better, but Ac doesn't provide it +BuildRequires: gtk+2-devel >= 2:2.6.0 +BuildRequires: gtk-doc >= 1.8 BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: popt-devel Requires: dbus-glib >= 0.60 -BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description A library that sends desktop notifications to a notification daemon, @@ -32,6 +33,18 @@ być używane do informowania użytkownika o zdarzeniu lub wyświetlania jakiejś formy informacji bez wchodzenia użytkownikowi w drogę. +%package apidocs +Summary: libnotify API documentation +Summary(pl): Dokumentacja API biblioteki libnotify +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +libnotify API documentation. + +%description apidocs -l pl +Dokumentacja API biblioteki libnotify. + %package devel Summary: libnotify header files Summary(pl): Pliki nagłówkowe biblioteki libnotify @@ -39,6 +52,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: dbus-glib-devel >= 0.60 +Requires: glib2-devel >= 2.6.0 +Requires: gtk+2-devel >= 2:2.6.0 %description devel Header files for libnotify-based programs development. @@ -68,7 +83,9 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --enable-gtk-doc \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -89,6 +106,10 @@ %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.* +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/%{name} + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so @@ -106,6 +127,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7.2.3 2007/04/08 20:32:59 megabajt +- updated to 0.4.4 +- fixed Group +- added apidocs subpackage + Revision 1.7.2.2 2006/05/18 22:14:21 baggins - release 2 - strict reqs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libnotify.spec?r1=1.7.2.2&r2=1.7.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
