- Add ncurses-devel BR, fixes #221762.
This commit is contained in:
parent
942d3b5bc5
commit
0c47a084c2
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: tinyfugue
|
Name: tinyfugue
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 0.5.b7%{?dist}
|
Release: 0.6.b7%{?dist}
|
||||||
Summary: A MU* client
|
Summary: A MU* client
|
||||||
|
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -11,7 +11,10 @@ URL: http://tf.tcp.com/
|
|||||||
Source: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-%{packageversion}.tar.gz
|
Source: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-%{packageversion}.tar.gz
|
||||||
Patch0: tf-50b7.build.patch
|
Patch0: tf-50b7.build.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pcre-devel openssl-devel
|
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
|
TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
|
||||||
@ -28,22 +31,25 @@ macros, and create hooks and triggers for automated responses to game messages.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}
|
mkdir -p %{buildroot}%{_prefix}
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=%{buildroot}
|
||||||
install -pD src/tf.1.nroffman $RPM_BUILD_ROOT%{_mandir}/man1/tf.1
|
install -pD src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc CHANGES COPYING CREDITS README
|
||||||
%{_bindir}/tf
|
%{_bindir}/tf
|
||||||
%{_datadir}/tf-lib/
|
%{_datadir}/tf-lib/
|
||||||
%{_mandir}/man1/tf.1*
|
%{_mandir}/man1/tf.1*
|
||||||
%doc CHANGES COPYING CREDITS README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 09 2007 Callum Lerwick <seg@haxxed.com> - 5.0-0.6.b7
|
||||||
|
- Add ncurses-devel BR, fixes #221762.
|
||||||
|
|
||||||
* Tue Sep 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.5.b7
|
* Tue Sep 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.5.b7
|
||||||
- Bump for FC6 mass rebuild.
|
- Bump for FC6 mass rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user