SPECS: baobab.spec (NEW) - initial PLD release
paladine
paladine at pld-linux.org
Sat Sep 17 13:27:42 CEST 2005
Author: paladine Date: Sat Sep 17 11:27:42 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
baobab.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/baobab.spec
diff -u /dev/null SPECS/baobab.spec:1.1
--- /dev/null Sat Sep 17 13:27:42 2005
+++ SPECS/baobab.spec Sat Sep 17 13:27:37 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - fix pl translation
+# - better desc
+#
+Summary: A graphical tool to analyse directory trees
+Summary(pl): Graficzne narzędzie do analizy drzewa katalogów
+Name: baobab
+Version: 1.2.0
+Release: 1
+License: GPL v2
+Group: X11/Applications
+Source0: http://www.marzocca.net/linux/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: a2917d5c6b5f867d71e77832ea2f0801
+Patch0: %{name}-desktop.patch
+URL: http://www.marzocca.net/linux/baobab.html
+BuildRequires: GConf2-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gnome-vfs2-devel
+BuildRequires: libgnomeui-devel
+BuildRequires: libgtop-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A graphical tool to analyse directory trees.
+
+%description -l pl
+Graficzne narzędzie do analizy drzewa katalogów.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{_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 2005/09/17 11:27:37 paladine
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list