]> git.pld-linux.org Git - packages/conglomerate.git/commitdiff
- PLD initial release
authoraflinta <aflinta@pld-linux.org>
Sat, 7 Jun 2003 10:16:54 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conglomerate.spec -> 1.1

conglomerate.spec [new file with mode: 0644]

diff --git a/conglomerate.spec b/conglomerate.spec
new file mode 100644 (file)
index 0000000..5d06437
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Free user-friendly XML editor
+Name:          conglomerate
+Version:       0.5.1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://dl.sf.net//conglomerate/%{name}-%{version}.tar.gz
+# Source0-md5: ad0d44832c72de13bda376aac3e4c3dc
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Conglomerate is a free user-friendly XML editor. It attempts to hide
+the gory details of XML from the end-user. It can support any XML file
+format, but so far we have been concentrating on DocBook support. A
+goal of the project is to create a free DocBook editor that Word users
+can easily learn.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr (755,root,root) %{_bindir}/conge
+%{_datadir}/conge
+%{_desktopdir}/conge.desktop
This page took 0.092863 seconds and 4 git commands to generate.