SPECS: fish.spec (NEW) - forgotten spec from jackass; just changed...

qboosh qboosh at pld-linux.org
Sun Aug 27 22:15:50 CEST 2006


Author: qboosh                       Date: Sun Aug 27 20:15:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- forgotten spec from jackass; just changed source to .bz2 and dropped unnecessary configure patch

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

---- Diffs:

================================================================
Index: SPECS/fish.spec
diff -u /dev/null SPECS/fish.spec:1.1
--- /dev/null	Sun Aug 27 22:15:50 2006
+++ SPECS/fish.spec	Sun Aug 27 22:15:45 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	fish - A friendly interactive shell
+Summary(pl):	fish - przyjazna interaktywna powłoka
+Name:		fish
+Version:	1.6
+Release:	1
+License:	GPL
+Group:		Applications/Shells
+Source0:	http://roo.no-ip.org/fish/files/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	089cb13572deeac26c7d217ad75384e7
+Patch0:		%{name}-Makefile.patch
+URL:		http://roo.no-ip.org/fish/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	doxygen
+BuildRequires:	ncurses-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fish is a shell geared towards interactive use. Its features are
+focused on user friendlieness and discoverability. The language syntax
+is simple but incompatible with other shell languages.
+
+%description -l pl
+fish jest powłoką nastawioną na interaktywne używanie. Jego cechą jest
+przyjazne nastawienie dla użytkownika. Składnia języka jest prosta ale
+nie jest zgodna z innymi językami powłoki.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CFLAGS="-I /usr/include/ncurses"
+%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 INSTALL README
+%doc %{_docdir}/%{name}/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%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  2006/08/27 20:15:45  qboosh
+- forgotten spec from jackass; just changed source to .bz2 and dropped unnecessary configure patch
================================================================


More information about the pld-cvs-commit mailing list