From 322ab21224a8c81cb0c21c003688a3fbcf08c115 Mon Sep 17 00:00:00 2001 From: undefine Date: Fri, 28 May 2004 19:13:43 +0000 Subject: [PATCH 1/1] - initital pld version Changed files: 3dfb.spec -> 1.1 --- 3dfb.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 3dfb.spec diff --git a/3dfb.spec b/3dfb.spec new file mode 100644 index 0000000..de72589 --- /dev/null +++ b/3dfb.spec @@ -0,0 +1,49 @@ +Summary: 3D File Manager +Summary(pl): Trójwymiarowy menad¿er plików +Name: 3dfb +Version: 0.5.5 +Release: 1 +License: GPL +Group: Applications/Shells +Source0: http://dl.sourceforge.net/dz3d/%{name}-%{version}.tar.gz +# Source0-md5: 31a11043c43f81c1a2f792b82934c1db +URL: https://sourceforge.net/projects/dz3d/ +BuildRequires: glut-devel +BuildRequires: libstdc++-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +3dFB is a 3d File Manager. 2d file managers work nicely, but with 3d +you can display much more information. The aim of this project is to +make a viable, workable, 3d file manager that is not a hog on +resources and can actually be usable. + +%description -l pl +3dFB jest trójwymiarowym menad¿erem plików. Dwuwymiarowe menad¿ery +dzia³aj± dobrze, ale w 3 wymiarach mo¿esz wy¶wietliæ o wiele wiêcej +informacji. Celem tego projektu jest stworzenie u¿ytecznego, +trójwymiarowego menad¿era plików który nie zabiera zbyt wiele zasobów +oraz mo¿e byæ u¿yteczny. + +%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 *README ChangeLog WISHLIST AUTHORS +%attr(755,root,root) %{_bindir}/* -- 2.43.0