Author: megabajt                     Date: Mon Jun 29 21:28:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.5
- added -static and -apidocs subpackages
- pl

---- Files affected:
packages/eggdbus:
   eggdbus.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/eggdbus/eggdbus.spec
diff -u packages/eggdbus/eggdbus.spec:1.2 packages/eggdbus/eggdbus.spec:1.3
--- packages/eggdbus/eggdbus.spec:1.2   Mon Jun 29 21:49:58 2009
+++ packages/eggdbus/eggdbus.spec       Mon Jun 29 23:28:49 2009
@@ -1,62 +1,100 @@
 # $Revision$, $Date$
 Summary:       Experimental D-Bus bindings for GObject
+Summary(pl.UTF-8):     Eksperymentalne wiązania D-Busa do GObject
 Name:          eggdbus
-Version:       0.4
+Version:       0.5
 Release:       1
-License:       LGPLv2
-Group:         Development/Libraries
-Source0:       http://people.freedesktop.org/~david/%{name}-%{version}.tar.gz
-# Source0-md5: db135ef3072e102c319838e34f7eaa27
+License:       LGPL v2
+Group:         Libraries
+Source0:       http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 44f1f6387c49e8198d7aa755aeee46c6
 URL:           http://cgit.freedesktop.org/~david/eggdbus
-BuildRequires: dbus-devel
-BuildRequires: dbus-glib-devel
-BuildRequires: glib2-devel
-BuildRequires: gtk-doc
+BuildRequires: autoconf >= 2.60
+BuildRequires: automake
+BuildRequires: dbus-devel >= 1.0.0
+BuildRequires: dbus-glib-devel >= 0.73
+BuildRequires: glib2-devel >= 1:2.20.0
+BuildRequires: gtk-doc >= 1.3
+BuildRequires: libtool
+BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Experimental D-Bus bindings for GObject.
 
+%description -l pl.UTF-8
+Eksperymentalne wiązania D-Busa do GObject.
+
 %package devel
 Summary:       Development files for EggDBus
+Summary(pl.UTF-8):     Pliki programistyczne dla EggDBus
 Group:         Development/Libraries
-Requires:      %name = %{version}-%{release}
-Requires:      glib2-devel
-Requires:      gtk-doc
-Requires:      pkgconfig
+Requires:      %{name} = %{version}-%{release}
+Requires:      glib2-devel >= 1:2.20.0
 
 %description devel
 Development files for EggDBus.
 
+%description devel -l pl.UTF-8
+Pliki programistyczne dla EggDBus.
+
+%package static
+Summary:       Static EggDBus library
+Summary(pl.UTF-8):     Statyczna biblioteka EggDBus
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static EggDBus library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka EggDBus.
+
+%package apidocs
+Summary:       EggDBus API documentation
+Summary(pl.UTF-8):     Dokumentacja API EggDBus
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+EggDBus API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API EggDBus.
+
 %prep
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --enable-gtk-doc \
-       --with-html-dir=%{_gtkdocdir} \
-       --disable-static
+       --with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/tests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING
+%doc AUTHORS
 %attr(755,root,root) %{_libdir}/libeggdbus-1.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libeggdbus-1.so.0
 
@@ -64,17 +102,30 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libeggdbus-1.so
+%{_libdir}/libeggdbus-1.la
 %{_pkgconfigdir}/eggdbus-1.pc
 %{_includedir}/eggdbus-1
-%{_gtkdocdir}/eggdbus
 %{_mandir}/man1/*.1*
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libeggdbus-1.a
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/eggdbus
+
 %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.3  2009/06/29 21:28:49  megabajt
+- updated to 0.5
+- added -static and -apidocs subpackages
+- pl
+
 Revision 1.2  2009/06/29 19:49:58  patrys
 - fix doc packaging
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eggdbus/eggdbus.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

Reply via email to