SPECS: gdmap.spec (NEW) - new - compiles, works - needs translatio...

czarny czarny at pld-linux.org
Sun Mar 18 11:50:03 CET 2007


Author: czarny                       Date: Sun Mar 18 10:50:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- compiles, works
- needs translation help
- needs checkup and ready to go!

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

---- Diffs:

================================================================
Index: SPECS/gdmap.spec
diff -u /dev/null SPECS/gdmap.spec:1.1
--- /dev/null	Sun Mar 18 11:50:03 2007
+++ SPECS/gdmap.spec	Sun Mar 18 11:49:58 2007
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+# TODO:
+# - fix pl translation
+#
+Summary:	A tool which allows to visualize disk space
+Summary(pl.UTF-8):	Narzêdzie pozwalaj±ce wizualizowaæ zu¿cie przestrzeni dyskowej
+Name:		gdmap
+Version:	0.7.5
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/gdmap/%{name}-%{version}.tar.gz
+# Source0-md5:	e27f9a4c029449182ce5a4dbec38870e
+URL:		http://gdmap.sourceforge.net
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	intltool
+BuildRequires:	libxml2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GdMap is a tool which allows you to visualize disk space with one
+single picture. To display directory structures, cushion treemaps are
+used to visualize a complete folder or even the whole hard drive with
+one picture.
+
+%description -l pl.UTF-8
+GdMap to narzêdzie które pozwala tobie zwizualizowaæ zu¿ycie
+przestrzeni dyskowej na pojedynczym obrazku. Do wy¶wietlania struktury
+katalogów u¿ywane s± PODUSZKOWE MAPY DRZEWA???. Pozwala to wizualizowaæ
+pojedynczy katalog a nawet ca³e dyski na jednym obrazku.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang GdMap
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f GdMap.lang
+%defattr(644,root,root,755)
+%doc COPYING
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/*.desktop
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/pixmaps
+%{_datadir}/%{name}/pixmaps/*
+%{_pixmapsdir}/*
+%{_mandir}/man1/*
+
+
+%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  2007/03/18 10:49:58  czarny
+- new
+- compiles, works
+- needs translation help
+- needs checkup and ready to go!
+
================================================================


More information about the pld-cvs-commit mailing list