SPECS: gtkdbfeditor.spec (NEW) - simple dbf editor
undefine
undefine at pld-linux.org
Tue Jun 28 01:08:21 CEST 2005
Author: undefine Date: Mon Jun 27 23:08:21 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- simple dbf editor
---- Files affected:
SPECS:
gtkdbfeditor.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gtkdbfeditor.spec
diff -u /dev/null SPECS/gtkdbfeditor.spec:1.1
--- /dev/null Tue Jun 28 01:08:21 2005
+++ SPECS/gtkdbfeditor.spec Tue Jun 28 01:08:16 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: A GTK+ based DBF Editor
+Summary(pl): Bazujący na GTK+ edytor DBF
+Name: gtkdbfeditor
+Version: 0.2.0
+Release: 1
+License: GPL
+Group: Applications/Databases
+Source0: http://dl.sourceforge.net/gtkdbfeditor/%{name}-%{version}.tar.gz
+# Source0-md5: 2e88b0e8d3c2cd0016ee7606782ef53d
+URL: http://gtkdbfeditor.sourceforge.net
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GTK DBF Editor is a program to edit dbf files. It supports simple
+editing functions.
+
+%description
+GTK DBF Editor to program do edycji plików dbf. Udostępnia proste
+możliwości edycji.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS INSTALL ChangeLog AUTHORS
+%attr(755,root,root) %{_bindir}/gtkdbfeditor
+%{_datadir}/%{name}
+
+%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 2005/06/27 23:08:16 undefine
+- simple dbf editor
+
================================================================
More information about the pld-cvs-commit
mailing list