rpms/tinyfugue/FC-6 tinyfugue.spec,1.4,1.5

Callum Lerwick (seg) fedora-extras-commits at redhat.com
Wed Jan 10 05:17:04 UTC 2007


Author: seg

Update of /cvs/extras/rpms/tinyfugue/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14811

Modified Files:
	tinyfugue.spec 
Log Message:
* Tue Jan 09 2007 Callum Lerwick <seg at haxxed.com> - 5.0-0.6.b7
- Add ncurses-devel BR, fixes #221762.



Index: tinyfugue.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyfugue/FC-6/tinyfugue.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tinyfugue.spec	5 Sep 2006 08:10:11 -0000	1.4
+++ tinyfugue.spec	10 Jan 2007 05:16:34 -0000	1.5
@@ -1,17 +1,20 @@
 %define packageversion 50b7
 
-Name: tinyfugue
+Name:    tinyfugue
 Version: 5.0
-Release: 0.5.b7%{?dist}
+Release: 0.6.b7%{?dist}
 Summary: A MU* client
 
-Group: Applications/Internet
+Group:   Applications/Internet
 License: GPL
-URL: http://tf.tcp.com/
-Source: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-%{packageversion}.tar.gz
-Patch0: tf-50b7.build.patch
+URL:     http://tf.tcp.com/
+Source:  http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-%{packageversion}.tar.gz
+Patch0:  tf-50b7.build.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: pcre-devel openssl-devel
+
+BuildRequires: ncurses-devel
+BuildRequires: pcre-devel
+BuildRequires: openssl-devel
 
 %description
 TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
@@ -28,22 +31,25 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_prefix}
-make install DESTDIR=$RPM_BUILD_ROOT
-install -pD src/tf.1.nroffman $RPM_BUILD_ROOT%{_mandir}/man1/tf.1
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_prefix}
+make install DESTDIR=%{buildroot}
+install -pD src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc CHANGES COPYING CREDITS README
 %{_bindir}/tf
 %{_datadir}/tf-lib/
 %{_mandir}/man1/tf.1*
-%doc CHANGES COPYING CREDITS README
 
 %changelog
+* Tue Jan 09 2007 Callum Lerwick <seg at haxxed.com> - 5.0-0.6.b7
+- Add ncurses-devel BR, fixes #221762.
+
 * Tue Sep 05 2006 Callum Lerwick <seg at haxxed.com> - 5.0-0.5.b7
 - Bump for FC6 mass rebuild.
 




More information about the scm-commits mailing list