rpms/naim/devel naim.spec,1.1,1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Jul 7 20:50:12 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/naim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4748

Modified Files:
	naim.spec 
Log Message:
Remove --enable-detach %configure flag



Index: naim.spec
===================================================================
RCS file: /cvs/extras/rpms/naim/devel/naim.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- naim.spec	7 Jul 2005 17:05:41 -0000	1.1
+++ naim.spec	7 Jul 2005 20:50:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name: naim
 Version: 0.11.7.3.1
-Release: 1
+Release: 2
 Summary: An ncurses-based console AIM, ICQ, IRC, and Lily client
 
 Group: Applications/Internet
@@ -10,7 +10,6 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ncurses-devel
-Requires: screen
 
 %description
 naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ),
@@ -20,7 +19,7 @@
 %setup -q
 
 %build
-%configure --enable-detach
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -39,5 +38,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Thu Jul 07 2005 Luke Macken <lmacken at redhat.com> 0.11.7.3.1-2
+- Disable detach-mode, which seems to break the users shell upon detaching.
+  Run naim in screen manually if you want this functionality.
+
 * Tue Jul 05 2005 Luke Macken <lmacken at redhat.com> 0.11.7.3.1-1
 - Packaged for Fedora Extras




More information about the fedora-extras-commits mailing list