rpms/newsx/devel newsx.spec,1.3,1.4

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sat Oct 14 17:54:00 UTC 2006


Author: rathann

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

Modified Files:
	newsx.spec 
Log Message:
- rename newsq to avoid conflict with leafnode
- simplify autotools invocation



Index: newsx.spec
===================================================================
RCS file: /cvs/extras/rpms/newsx/devel/newsx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newsx.spec	1 Oct 2006 12:27:49 -0000	1.3
+++ newsx.spec	14 Oct 2006 17:54:00 -0000	1.4
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 Name:		newsx
 Version:	1.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPL
 Summary:	NNTP news exchange utility
 Summary(pl):	Narzędzie do wymiany newsów po NNTP
@@ -31,10 +31,7 @@
 %patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+autoreconf -f -i
 %configure --without-history
 
 %{__make} %{?_smp_mflags}
@@ -45,6 +42,12 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# avoid conflict with leafnode
+pushd $RPM_BUILD_ROOT
+mv .%{_bindir}/newsq .%{_bindir}/newsx-newsq
+mv .%{_mandir}/man1/newsq.1 .%{_mandir}/man1/newsx-newsq.1
+popd
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -56,6 +59,10 @@
 %{_mandir}/man[158]/*
 
 %changelog
+* Sat Oct 14 2006 Dominik Mierzejewski <rpm at greysector.net> 1.6-6
+- rename newsq to avoid conflict with leafnode
+- simplify autotools invocation
+
 * Sun Oct 01 2006 Dominik Mierzejewski <rpm at greysector.net> 1.6-5
 - fix build on devel
 




More information about the fedora-extras-commits mailing list