SPECS: gtkdialog.spec (NEW) - initial release

emes emes at pld-linux.org
Sat Nov 8 13:11:40 CET 2008


Author: emes                         Date: Sat Nov  8 12:11:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   gtkdialog.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gtkdialog.spec
diff -u /dev/null SPECS/gtkdialog.spec:1.1
--- /dev/null	Sat Nov  8 13:11:40 2008
+++ SPECS/gtkdialog.spec	Sat Nov  8 13:11:34 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+Summary:	Utility for fast and easy GUI building
+Summary(pl.UTF-8):	Narzędzie do szybkiego i łatwego budowania interfejsów graficznych
+Name:		gtkdialog
+Version:	0.7.9
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	ftp://linux.pte.hu/pub/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	e0eebb5a1d2301738c34c8b5b692cf7a
+URL:		http://linux.pte.hu/~pipas/gtkdialog/
+BuildRequires:	libglade2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gtkdialog is a small utility for fast and easy GUI building.
+It can be used to create dialog boxes for almost any interpreted
+and compiled programs which is a very attractive feature since
+the developer does not have to learn various GUI languages for
+the miscellaneous programming languages.
+
+%description -l pl.UTF-8
+Gtkdialog to drobne narzędzie do szybkiego i łatwego budowania
+interfejsów graficznych. Pozwala konstruować okna dialogowe w
+niemalże każdym języku interpretowanym bądź kompilowanym, oszczędzając
+programiście konieczność poznawania różnorakich bibliotek do
+budowy GUI.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__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 ChangeLog NEWS README TODO
+%attr(777,root,root) %{_bindir}/%{name}
+%{_infodir}/%{name}.info.gz
+
+%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/11/08 12:11:34  emes
+- initial release
+
+Revision 1.71  2008/10/06 06:16:41  glen
+- no need for dot in find
+
+Revision 1.70  2008/10/02 11:04:51  glen
+- user/group fragments
+
================================================================


More information about the pld-cvs-commit mailing list