]> git.pld-linux.org Git - packages/glom.git/blobdiff - glom.spec
- updated to 1.28.5
[packages/glom.git] / glom.spec
index 78273b6fc3f9e07fa7f6d3739c2bdb459a4bf769..653c7a4620ddde6e29c5036cbe3109268957c9a7 100644 (file)
--- a/glom.spec
+++ b/glom.spec
@@ -1,37 +1,69 @@
 Summary:       A user-friendly database environment
-Summary(pl.UTF-8):   Przyjazne użytkownikowi środowisko bazodanowe
+Summary(pl.UTF-8):     Przyjazne użytkownikowi środowisko bazodanowe
 Name:          glom
-Version:       1.2.2
-Release:       2
+Version:       1.28.5
+Release:       1
 License:       GPL v2
-Group:         Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/glom/1.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 7b5c56317dd8386b17a05e5bfbb6c119
-Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-python25-64bit.patch
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/glom/1.28/%{name}-%{version}.tar.xz
+# Source0-md5: 18a22f9a29c53580f6dcd718c7081103
 URL:           http://www.glom.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: bakery-devel >= 2.4.0
-BuildRequires: gnome-doc-utils >= 0.8.0
-BuildRequires: gnome-vfsmm-devel >= 2.16.0
-BuildRequires: gtkmm-devel >= 2.10.5
-BuildRequires: intltool
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.10
+BuildRequires: boost-devel
+BuildRequires: boost-python-devel
+BuildRequires: evince-devel >= 3.0
+BuildRequires: gettext-tools >= 0.17
+BuildRequires: glibmm-devel >= 2.32.0
+BuildRequires: gnome-doc-utils >= 0.10.0
+BuildRequires: goocanvas2-devel >= 2.0.1
+BuildRequires: goocanvasmm2-devel >= 1.90.8
+BuildRequires: gtkmm3-devel >= 3.14.0
+BuildRequires: gtksourceviewmm3-devel >= 3.0.0
+BuildRequires: intltool >= 0.36.0
 BuildRequires: iso-codes
-BuildRequires: libgdamm-devel >= 1.3.7
-BuildRequires: libgnome-devel >= 2.16.0
-BuildRequires: libgnomecanvasmm-devel >= 2.16.0
-BuildRequires: libtool
+BuildRequires: libarchive-devel >= 3.0
+BuildRequires: libepc-devel >= 0.4.0
+BuildRequires: libgda5-devel >= 5.2.1
+BuildRequires: libgdamm5-devel >= 4.99.8
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2.2.0
+BuildRequires: libxml++-devel >= 2.23.1
 BuildRequires: libxslt-devel >= 1.1.17
-BuildRequires: python-gnome-extras-gda-devel >= 2.14.2-4
-BuildRequires: python-pygtk-devel >= 2:2.10.3
-Requires(post,postun): /sbin/ldconfig
-Requires(post,postun): gtk+2
+BuildRequires: mm-common >= 0.9.5
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(libgda-mysql-5.0)
+BuildRequires: pkgconfig(libgda-postgres-5.0)
+BuildRequires: pkgconfig(libgda-sqlite-5.0)
+BuildRequires: python-devel
+BuildRequires: python-pygobject3-devel >= 2.29.0
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sphinx-pdg
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
 Requires(post,postun): shared-mime-info
-Requires:      python-gnome-extras-gda >= 2.14.2-4
-%pyrequires_eq python-modules
+Requires:      evince >= 3.0
+Requires:      glibmm >= 2.32.0
+Requires:      goocanvas2 >= 2.0.1
+Requires:      goocanvasmm2 >= 1.90.8
+Requires:      gtkmm3 >= 3.14.0
+Requires:      gtksourceviewmm3 >= 3.0.0
+Requires:      iso-codes
+Requires:      libepc >= 0.4.0
+Requires:      libgda5 >= 5.2.1
+Requires:      libgdamm5 >= 4.99.8
+Requires:      libxml++ >= 2.23.1
+Requires:      libxslt >= 1.1.17
+Requires:      python-modules
+Requires:      python-pygobject3 >= 2.29.0
+Suggests:      libgda5-provider-mysql >= 5.2.1
+Suggests:      libgda5-provider-postgres >= 5.2.1
+Suggests:      libgda5-provider-sqlite >= 5.2.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,24 +73,63 @@ Glom is an easy-to-use database designer and user interface.
 Glom jest łatwym w użyciu programem do projektowania baz danych oraz
 interfejsem użytkownika.
 
+%package devel
+Summary:       Header files for Glom library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Glom
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for Glom library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki Glom.
+
+%package apidocs
+Summary:       API documentation for Glom library and its Python binding
+Summary(pl.UTF-8):     Dokumentacja API biblioteki Glom i jej wiązań do Pythona
+Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
+
+%description apidocs
+API documentation for Glom library and its Python binding.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki Glom i jej wiązań do Pythona.
+
+%package examples
+Summary:       Examples for Glom
+Summary(pl.UTF-8):     Przykłady dla Gloma
+Group:         Documentation
+
+%description examples
+Examples for Glom.
+
+%description examples -l pl.UTF-8
+Przykłady dla Gloma.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__gnome_doc_prepare}
-%{__glib_gettextize}
+%{__gettextize}
 %{__intltoolize}
 %{__libtoolize}
 %{__aclocal} -I macros
-%{__autoheader}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
+       --disable-scrollkeeper \
+       --disable-silent-rules \
        --disable-static \
        --disable-update-mime-database \
-       --disable-scrollkeeper
+       --enable-mysql \
+       --enable-sqlite \
+       --with-postgres-utils=%{_bindir}
 %{__make}
 
 %install
@@ -67,23 +138,27 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.la
-rm -rf $RPM_BUILD_ROOT%{_datadir}/mime-info
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.la
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}
+cp -pr examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%find_lang %{name} --with-gnome
+%find_lang %{name} --with-gnome --with-omf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
+%update_desktop_database_post
 %update_mime_database
 %update_icon_cache hicolor
 %scrollkeeper_update_post
 
 %postun
 /sbin/ldconfig
+%update_desktop_database_postun
 %update_mime_database
 %update_icon_cache hicolor
 %scrollkeeper_update_postun
@@ -91,13 +166,33 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libglom.so*
-%attr(755,root,root) %{py_sitedir}/glom.so
+%attr(755,root,root) %{_bindir}/glom
+%attr(755,root,root) %{_bindir}/glom_export_po
+%attr(755,root,root) %{_bindir}/glom_export_po_all
+%attr(755,root,root) %{_bindir}/glom_import_po_all
+%attr(755,root,root) %{_bindir}/glom_test_connection
+%attr(755,root,root) %{_libdir}/libglom-1.26.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libglom-1.26.so.0
+%attr(755,root,root) %{py_sitedir}/glom_1_26.so
 %{_datadir}/%{name}
-%{_datadir}/mime/packages/*.xml
-%{_desktopdir}/*.desktop
-%{_iconsdir}/hicolor/*/apps/*
-%dir %{_omf_dest_dir}/%{name}
-%{_omf_dest_dir}/%{name}/glom-C.omf
-%lang(de) %{_omf_dest_dir}/%{name}/glom-de.omf
+%{_datadir}/appdata/glom.appdata.xml
+%{_datadir}/mime/packages/glom.xml
+%{_desktopdir}/glom.desktop
+%{_iconsdir}/hicolor/*/apps/glom.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libglom-1.26.so
+%{_includedir}/glom-1.26
+%{_pkgconfigdir}/glom-1.26.pc
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_docdir}/libglom-1.26
+%{_docdir}/pyglom_1_26
+%{_datadir}/devhelp/books/libglom-1.26
+
+%files examples
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/glom_create_from_example
+%{_examplesdir}/%{name}-%{version}
This page took 0.102634 seconds and 4 git commands to generate.