]> git.pld-linux.org Git - packages/libnotify.git/commitdiff
- 0.4.2, gtk-doc documentation provided, fixed Group, updated deps
authorfreetz <freetz@pld-linux.org>
Sun, 18 Jun 2006 10:07:29 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnotify.spec -> 1.14

libnotify.spec

index 7eb3df2d1d313380e806af36b68b020639177821..593de235080bbd1b2ef8d8d63a3f27174e11dd4d 100644 (file)
@@ -1,21 +1,22 @@
 Summary:       Desktop notifications library
 Summary(pl):   Biblioteka powiadomieƱ dla pulpitu
 Name:          libnotify
-Version:       0.4.0
-Release:       2
+Version:       0.4.2
+Release:       1
 License:       LGPL v2.1+ (library), GPL v2+ (tools)
-Group:         Applications/System
+Group:         Libraries
 Source0:       http://www.galago-project.org/files/releases/source/libnotify/%{name}-%{version}.tar.gz
-# Source0-md5: c9b5b51578742908bb1d3201a2da8f00
+# Source0-md5: 25585318503079a513af7064bb59c04d
 URL:           http://www.galago-project.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: dbus-glib-devel >= 0.60
-BuildRequires: glib2-devel >= 2.2.2
-BuildRequires: gtk+2-devel >= 1:2.2.2
+BuildRequires: dbus-glib-devel >= 0.62
+BuildRequires: glib2-devel >= 1:2.11.3
+BuildRequires: gtk+2-devel >= 2:2.9.3
+BuildRequires: gtk-doc >= 1.6
 BuildRequires: libtool
 BuildRequires: pkgconfig
-Requires:      dbus-glib >= 0.60
+Requires:      dbus-glib >= 0.62
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,9 +37,9 @@ Summary(pl):  Pliki nag
 License:       LGPL v2.1+
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      dbus-glib-devel >= 0.36
-Requires:      glib2-devel >= 2.2.2
-Requires:      gtk+2-devel >= 1:2.2.2
+Requires:      dbus-glib-devel >= 0.62
+Requires:      glib2-devel >= 1:2.11.3
+Requires:      gtk+2-devel >= 2:2.9.3
 
 %description devel
 Header files for libnotify-based programs development.
@@ -68,7 +69,9 @@ Statyczna biblioteka libnotify.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --enable-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
@@ -95,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.la
 %{_pkgconfigdir}/*
 %{_includedir}/*
+%{_gtkdocdir}/%{name}
 
 %files static
 %defattr(644,root,root,755)
This page took 1.645857 seconds and 4 git commands to generate.