SPECS: openspace.spec (NEW) - init - spec by Piotr Wawrzyniak Jabb...

spider spider at pld-linux.org
Mon Oct 24 14:04:52 CEST 2005


Author: spider                       Date: Mon Oct 24 12:04:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- spec by Piotr Wawrzyniak JabberID piti at jabber.uznam.net.pl

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

---- Diffs:

================================================================
Index: SPECS/openspace.spec
diff -u /dev/null SPECS/openspace.spec:1.1
--- /dev/null	Mon Oct 24 14:04:52 2005
+++ SPECS/openspace.spec	Mon Oct 24 14:04:46 2005
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:	OpenSpace - powerfull and flexible file manager
+Summary(pl):	OpenSpace - potężny i elastyczny menadżer plików
+Name:		openspace
+Version:	0.1.0
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.openspace.linux.pl/data/%{name}-%{version}.tar.bz2
+# Source0-md5:	7b45961ad79a3597be55171f16940ccc
+URL:		http://www.openspace.linux.pl
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	fox-devel >= 1.4.0
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel
+BuildRequires:	libpng-devel
+Requires:	fox >= 1.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenSpace is powerful, flexible, and utterly configurable file manager
+for UNIX systems, written using the FOX toolkit. Main features of
+OpenSpace are:
+
+ - Support for two panel view and single panel view.
+ - Graphically configurable.
+ - Powerful file recognition system allows you to configure how files
+   of different types are shown (with colors and icons), and what happens
+   when you doubleclick them.
+ - Long operations are run in separated thread like for example
+   copying/moving - you can use program during this process.
+ - Extensibility - two types of plugins - you can download and install
+   them easily from configuration menu in program.
+ - Virtual File System plugins adds supports for file systems like ftp,
+   compressed files (tar.bz2,tar.gz) - you can use them like local files.
+ - Drag and Drop support compatible with KDE and GNOME applications.
+
+%description -l pl
+
+OpenSpace jest potężnym, elastycznym oraz całkowicie konfigurowalnym
+manadżerem plików dla systemów Uniksowych, napisanym przy użyciu
+biblioteki FOX. Główne jego cech to:
+
+ - Wsparcie dla zarówno dwupanelowego jak i jednopanelowego trybu
+   pracy.
+ - Graficzna konfiguracja.
+ - Potężny system rozpoznawania plików pozwala na konfigurację sposobu
+   przedstawiania różnych typów plików (kolory, ikony), oraz akcji im
+   przypisanej.
+ - Czasochłonne operacje, takie jak przenoszenie czy kopiowanie, są
+   uruchamiane w oddzielnym wątku, co pozwala na korzystanie z menadżera
+   podczas tych czynności.
+ - Rozszeżalność - dwa typy pluginów - można je łatwo instalować
+   korzystając z menu konfiguracyjnego.
+ - Plugin dla wirtualnego systemu plików. Możesz używać ftp, oraz
+   archiwów jak lokalnych plików.
+ - Wsparcie dla przeciągnij i upuść kompatybilne z aplikacjami KDE i
+   GNOME.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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
+%config %{_sysconfdir}/openspacerc
+%{_sysconfdir}/mimeapp
+%attr(755,root,root) %{_bindir}/%{name}
+%{_libdir}/%{name}
+%{_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/10/24 12:04:46  spider
+- init
+- spec by Piotr Wawrzyniak JabberID piti at jabber.uznam.net.pl
+
================================================================



More information about the pld-cvs-commit mailing list