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