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