rpms/tinyfugue/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tinyfugue.spec, 1.3, 1.4

Callum Lerwick (seg) fedora-extras-commits at redhat.com
Thu Feb 15 09:53:28 UTC 2007


Author: seg

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

Modified Files:
	.cvsignore sources tinyfugue.spec 
Log Message:
* Thu Feb 15 2007 Callum Lerwick <seg at haxxed.com> - 5.0-0.4.b8
- New upstream version.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tinyfugue/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Feb 2006 19:28:42 -0000	1.2
+++ .cvsignore	15 Feb 2007 09:52:56 -0000	1.3
@@ -1 +1 @@
-tf-50b7.tar.gz
+tf-50b8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tinyfugue/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Feb 2006 19:28:42 -0000	1.2
+++ sources	15 Feb 2007 09:52:56 -0000	1.3
@@ -1 +1 @@
-6652b7eda8a200d28e8184c1659137a2  tf-50b7.tar.gz
+3e994e791966d274f63b0e61abf2ef59  tf-50b8.tar.gz


Index: tinyfugue.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyfugue/FC-5/tinyfugue.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tinyfugue.spec	5 Apr 2006 07:07:23 -0000	1.3
+++ tinyfugue.spec	15 Feb 2007 09:52:56 -0000	1.4
@@ -1,17 +1,19 @@
-%define packageversion 50b7
+%define packageversion 50b8
 
-Name: tinyfugue
+Name:    tinyfugue
 Version: 5.0
-Release: 0.4.b7%{?dist}
+Release: 0.4.b8%{?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://tinyfugue.sourceforge.net/
+Source:  http://dl.sourceforge.net/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: pcre-devel
+BuildRequires: openssl-devel
 
 %description
 TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
@@ -28,22 +30,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}
+install -d %{buildroot}%{_prefix}
+make install DESTDIR=%{buildroot}
+install -D -p -m 644 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
+* Thu Feb 15 2007 Callum Lerwick <seg at haxxed.com> - 5.0-0.4.b8
+- New upstream version.
+
 * Wed Apr 05 2006 Callum Lerwick <seg at haxxed.com> - 5.0-0.4.b7
 - Pass --enable-core to configure so we get a useful debuginfo package.
 




More information about the scm-commits mailing list