SPECS: kde-dolphin.spec (NEW) - initial, look and try

rotom rotom at pld-linux.org
Mon Mar 5 18:37:25 CET 2007


Author: rotom                        Date: Mon Mar  5 17:37:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, look and try

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

---- Diffs:

================================================================
Index: SPECS/kde-dolphin.spec
diff -u /dev/null SPECS/kde-dolphin.spec:1.1
--- /dev/null	Mon Mar  5 18:37:25 2007
+++ SPECS/kde-dolphin.spec	Mon Mar  5 18:37:20 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%define 	_name dolphin
+
+Summary:	File manager for KDE
+Summary(pl.UTF-8):	Manager plików dla KDE
+Name:		kde-%{_name}
+Version:	0.8.2
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://enzosworld.gmxhome.de/download/%{_name}-%{version}.tar.gz
+# Source0-md5:	376f7a1deca0f4d69fa96a393cea464b
+URL:		http://enzosworld.gmxhome.de/
+BuildRequires:	kdelibs-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dolphin is a file manager for KDE focusing on usability. The main
+features of Dolphin are:
+     - Navigation bar for URLs, which allows to navigate quickly through 
+        the file hierarchy.
+     - View properties are remembered for each folder.
+     - Split of views is supported.
+     - Network transparency.
+     - Undo/redo functionality.
+     - Renaming of a variable number of selected items in one step.
+
+%prep
+%setup -q -n %{_name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir}
+
+%find_lang %{_name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{_name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog TODO
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dolphin
+%dir %{_datadir}/apps/dolphin
+%{_datadir}/apps/dolphin
+%{_desktopdir}/kde/dolphin.desktop
+%{_iconsdir}/hicolor/*/apps/*.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  2007/03/05 17:37:20  rotom
+- initial, look and try
+
================================================================


More information about the pld-cvs-commit mailing list