SPECS: xmlcopyeditor.spec (NEW) - initial revision
baggins
baggins at pld-linux.org
Tue Apr 22 16:34:03 CEST 2008
Author: baggins Date: Tue Apr 22 14:34:03 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revision
---- Files affected:
SPECS:
xmlcopyeditor.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xmlcopyeditor.spec
diff -u /dev/null SPECS/xmlcopyeditor.spec:1.1
--- /dev/null Tue Apr 22 16:34:03 2008
+++ SPECS/xmlcopyeditor.spec Tue Apr 22 16:33:57 2008
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: Fast, free, validating XML editor
+Summary(pl.UTF-8): Szybkim, wolnodostępnym, walidującym edytorem XML
+Name: xmlcopyeditor
+Version: 1.1.0.6
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: http://dl.sourceforge.net/xml-copy-editor/%{name}-%{version}.tar.gz
+# Source0-md5: 29350234faca3ad978ff74dbbf7f3ef5
+URL: https://sourceforge.net/projects/xml-copy-editor/
+BuildRequires: aspell-devel
+BuildRequires: libstdc++-devel
+BuildRequires: pcre-devel
+BuildRequires: wxGTK2-unicode-devel
+BuildRequires: xerces-c-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XML Copy Editor is a fast, free, validating XML editor
+
+%description -l pl.UTF-8
+XML Copy Editor jest szybkim, wolnodostępnym, walidującym edytorem XML.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --with-wx-config=%{_bindir}/wx-gtk2-unicode-config
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-04-22 14:33:57 baggins
+- initial revision
+
================================================================
More information about the pld-cvs-commit
mailing list