]> git.pld-linux.org Git - packages/conglomerate.git/blob - conglomerate.spec
6b8d98b02ac621d093b1d0f6893f0a396c908f04
[packages/conglomerate.git] / conglomerate.spec
1 Summary:        Free user-friendly XML editor
2 Summary(pl):    Wolnodostêpny, przyjazny dla u¿ytkownika edytor XML
3 Name:           conglomerate
4 Version:        0.7.12
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  8743f9d8f079fc22f6aef70efd838aac
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-locale-names.patch
12 URL:            http://www.conglomerate.org/
13 BuildRequires:  GConf2-devel >= 2.4.0
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gtk+2-devel >= 2.2.0
17 BuildRequires:  gtk-doc
18 BuildRequires:  gtksourceview-devel >= 0.6
19 BuildRequires:  intltool >= 0.28
20 BuildRequires:  libglade2-devel >= 2.0.1
21 BuildRequires:  libgnomeprintui-devel >= 2.4.0
22 BuildRequires:  libgnomeui-devel >= 2.4.0
23 BuildRequires:  libxslt-devel >= 1.0.0
24 Requires(post): GConf2
25 Requires(post): scrollkeeper
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Conglomerate is a free user-friendly XML editor. It attempts to hide
30 the gory details of XML from the end-user. It can support any XML file
31 format, but so far we have been concentrating on DocBook support. A
32 goal of the project is to create a free DocBook editor that Word users
33 can easily learn.
34
35 %description -l pl
36 Conglomerate to wolnodostêpny, przyjazny dla u¿ytkownika edytor XML.
37 Próbuje ukryæ mordercze szczegó³y XML-a przed koñcowym u¿ytkownikiem.
38 Potrafi obs³u¿yæ ka¿dy format pliku XML, ale jak na razie jego rozwój
39 jest skoncentrowany na obs³udze dla DocBooka. Celem projektu jest
40 stworzenie wolnodostêpnego edytora DocBooka, ³atwego do nauczenia dla
41 u¿ytkowników Worda.
42
43 %prep
44 %setup -q
45 %patch0 -p1
46 %patch1 -p1
47
48 mv po/{no,nb}.po
49
50 %build
51 glib-gettextize --copy --force
52 intltoolize --copy --force
53 %{__aclocal}
54 %{__autoheader}
55 %{__autoconf}
56 %{__automake}
57 %configure \
58         --enable-gtk-doc \
59         --disable-schemas-install \
60         --with-html-dir=%{_gtkdocdir} \
61         --enable-printing
62
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT \
70         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
71
72 %find_lang %{name} --with-gnome
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 /usr/bin/scrollkeeper-update
79 %gconf_schema_install
80
81 %postun -p /usr/bin/scrollkeeper-update
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %attr (755,root,root) %{_bindir}/*
86 %{_sysconfdir}/gconf/schemas/*
87 %{_datadir}/%{name}
88 %{_desktopdir}/*
89 %{_pixmapsdir}/*.png
90 %{_omf_dest_dir}/*
91 ##%{_gtkdocdir}/%{name}
92 %{_datadir}/application-registry/*
93 %{_datadir}/mime-info/*
This page took 0.095422 seconds and 2 git commands to generate.