]> git.pld-linux.org Git - packages/d.git/commitdiff
- initial pld version
authorundefine <undefine@pld-linux.org>
Thu, 21 Aug 2003 22:43:00 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    d.spec -> 1.1

d.spec [new file with mode: 0644]

diff --git a/d.spec b/d.spec
new file mode 100644 (file)
index 0000000..52cb0e5
--- /dev/null
+++ b/d.spec
@@ -0,0 +1,71 @@
+Summary:       D - The Directory Lister
+Summary(pl):   D - wy¶wietlacz katalogów
+Name:          d
+Version:       1.0
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://pages.xtn.net/~ecogburn/%{name}-%{version}.tar.bz2
+# Source0-md5: 2867fd155a0b4077359f125f6be7a485
+URL:           http://pages.xtn.net/~ecogburn/d.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: help2man
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+D is an alternative to ls and its long format output. It optimizes the
+output to create more space for the filename and reduce the chance of
+wrap around. It also has a --dirs-first option to always print
+directories before regular files regardless of the current sort
+option. Those familiar with Midnight Commander will recognize this
+behavior. It allows for system and user configuration files, which can
+specify several options that are available on the command line, as
+well as the 'color' option which can be used to completely customize
+the colorization of output, like ls but in a more convenient
+configuration file.
+
+%description -l pl
+D jest alternatyw± dla ls i jego d³ugiego wyj¶cia. Optymalizuje
+wyj¶cie by uzyskaæ wiêcej miejsca na nazwê plików i redukuje
+prawdopodobieñstwo zawiniêcia listingu. Posiada tak¿e opcjê
+--dirs-first wypisuj±c± zawsze katalogi przed normalnymi plikami
+niezale¿nie od akutalnie ustawionych opcji sortowania. Pozwala na
+pliki konfiguracyjne w systemie oraz na koncie u¿ytkownika,
+pozwalaj±ce ustawiæ kilkana¶cie opcji dostêpnych z lini poleceñ, jak
+tak¿e opcjê color pozwalaj±c± ca³kowicie zmieniæ kolory wyjscie,
+podobnie jak w ls, ale w bardziej wygodnym pliku konfiguracyjnym.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+%{_infodir}/%{name}*
This page took 0.065571 seconds and 4 git commands to generate.