]> git.pld-linux.org Git - packages/sl.git/commitdiff
Now we are better than debian.
authordjurban <djurban@pld-linux.org>
Sun, 29 Sep 2002 14:42:30 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sl.spec -> 1.1

sl.spec [new file with mode: 0644]

diff --git a/sl.spec b/sl.spec
new file mode 100644 (file)
index 0000000..f78be74
--- /dev/null
+++ b/sl.spec
@@ -0,0 +1,49 @@
+Summary:       A nice animation wich appears when you mistype the ls command
+Summary(pl):   Fajna animacja, która siê pojawia przy b³ednym wpisaniu ls.
+Name:          sl
+Version:       3.03
+Release:       1
+License:       GPL
+Group:         Console/Amusements
+Source0:       http://ftp.debian.org/debian/pool/main/s/sl/sl_%{version}.orig.tar.gz
+Patch0:                sl-am.patch
+Patch1:                sl-code.patch
+#URL:          
+BuildRequires: ncurses-devel
+Requires:      ncurses
+
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr
+%define                _mandir         %{_prefix}/man
+
+%description
+When you type sl instead of ls, you will be greeted with a nice and relaxing 
+animation of a train going by...
+
+%description -l pl
+Je¿eli wpiszesz sl, zamiast ls, zostaniesz powitany fajn± i relaksuj±c± animacja przeje¿dzaj±cego poci±gu...
+
+%prep
+%setup -q -n sl-3.03.orig
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT/usr/man
+install -d $RPM_BUILD_ROOT/usr/man/man1
+install -p sl $RPM_BUILD_ROOT/%{_prefix}/bin
+install -p sl.1 $RPM_BUILD_ROOT/%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.09093 seconds and 4 git commands to generate.