]> git.pld-linux.org Git - packages/conglomerate.git/blob - conglomerate.spec
- updated to 0.5.3
[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.5.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sf.net/conglomerate/%{name}-%{version}.tar.gz
9 # Source0-md5:  5ae4a3d6b8d7957f7ad8934318bb6561
10 BuildRequires:  gtk+2-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Conglomerate is a free user-friendly XML editor. It attempts to hide
15 the gory details of XML from the end-user. It can support any XML file
16 format, but so far we have been concentrating on DocBook support. A
17 goal of the project is to create a free DocBook editor that Word users
18 can easily learn.
19
20 %description -l pl
21 Conglomerate to wolnodostêpny, przyjazny dla u¿ytkownika edytor XML.
22 Próbuje ukryæ mordercze szczegó³y XML-a przed koñcowym u¿ytkownikiem.
23 Potrafi obs³u¿yæ ka¿dy format pliku XML, ale jak na razie jego rozwój
24 jest skoncentrowany na obs³udze dla DocBooka. Celem projektu jest
25 stworzenie wolnodostêpnego edytora DocBooka, ³atwego do nauczenia dla
26 u¿ytkowników Worda.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %attr (755,root,root) %{_bindir}/conge
49 %{_datadir}/conge
50 %{_desktopdir}/conge.desktop
51 %{_pixmapsdir}/*
This page took 0.051687 seconds and 3 git commands to generate.