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