]> git.pld-linux.org Git - packages/conglomerate.git/blobdiff - conglomerate.spec
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
[packages/conglomerate.git] / conglomerate.spec
index 30dd51d468b62e581b5d39b4beb4cf27e2645b95..66872a2ffe9811d195ba50858995b6f6b97880bc 100644 (file)
@@ -1,13 +1,36 @@
 Summary:       Free user-friendly XML editor
-Summary(pl):   Wolnodostêpny, przyjazny dla u¿ytkownika edytor XML
+Summary(pl):   Wolnodostêpny, przyjazny dla u¿ytkownika edytor XML-a
 Name:          conglomerate
-Version:       0.5.2
-Release:       1
-License:       GPL
+Version:       0.9.1
+Release:       2
+License:       GPL v2
 Group:         X11/Applications
-Source0:       http://dl.sf.net/conglomerate/%{name}-%{version}.tar.gz
-# Source0-md5: e0d3e502841b0ac7de68f545cba93b41
-BuildRequires: gtk+2-devel
+Source0:       http://dl.sourceforge.net/conglomerate/%{name}-%{version}.tar.gz
+# Source0-md5: 49ad67492e947d6c15e5b875d8360890
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-locale-names.patch
+URL:           http://www.conglomerate.org/
+BuildRequires: GConf2-devel >= 2.10.0
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+BuildRequires: enchant-devel >= 0.1.0
+BuildRequires: gtk+2-devel >= 2:2.6.4
+BuildRequires: gtk-doc >= 1.0
+BuildRequires: gtksourceview-devel >= 1.2.0
+BuildRequires: intltool >= 0.33
+BuildRequires: libglade2-devel >= 1:2.5.1
+BuildRequires: libgnomeprintui-devel >= 2.10.2
+BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libtool
+BuildRequires: libxslt-devel >= 1.1.14
+BuildRequires: pkgconfig
+BuildRequires: popt-devel
+BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: scrollkeeper
+Requires(post,preun):  GConf2
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): scrollkeeper
+Requires:      gtk+2 >= 2:2.6.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,7 +41,7 @@ goal of the project is to create a free DocBook editor that Word users
 can easily learn.
 
 %description -l pl
-Conglomerate to wolnodostêpny, przyjazny dla u¿ytkownika edytor XML.
+Conglomerate to wolnodostêpny, przyjazny dla u¿ytkownika edytor XML-a.
 Próbuje ukryæ mordercze szczegó³y XML-a przed koñcowym u¿ytkownikiem.
 Potrafi obs³u¿yæ ka¿dy format pliku XML, ale jak na razie jego rozwój
 jest skoncentrowany na obs³udze dla DocBooka. Celem projektu jest
@@ -27,25 +50,58 @@ u
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+mv po/{no,nb}.po
 
 %build
-%configure
+%{__glib_gettextize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-gtk-doc \
+       --disable-schemas-install \
+       --with-html-dir=%{_gtkdocdir} \
+       --enable-printing
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/{application-registry,mime-info}
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%gconf_schema_install conglomerate.schemas
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%preun
+%gconf_schema_uninstall conglomerate.schemas
+
+%postun
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%attr (755,root,root) %{_bindir}/conge
-%{_datadir}/conge
-%{_desktopdir}/conge.desktop
-%{_pixmapsdir}/*
+%attr (755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/*
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
+%{_pixmapsdir}/%{name}
+%{_omf_dest_dir}/*
+%{_gtkdocdir}/%{name}
This page took 0.151153 seconds and 4 git commands to generate.