rpms/ncarg/devel ncarg.spec,1.2,1.3

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Feb 20 21:37:52 UTC 2006


Author: orion

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

Modified Files:
	ncarg.spec 
Log Message:
Rename man3 manpages to not conflict with allegro-devel



Index: ncarg.spec
===================================================================
RCS file: /cvs/extras/rpms/ncarg/devel/ncarg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ncarg.spec	3 Feb 2006 17:56:24 -0000	1.2
+++ ncarg.spec	20 Feb 2006 21:37:52 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ncarg
 Version:        4.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Fortran and C based software package for scientific visualization
 Group:          Development/Libraries
 License:        GPL
@@ -48,6 +48,12 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 install %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+# Don't conflict with allegro-devel (generic API names)
+for manpage in $RPM_BUILD_ROOT%{_mandir}/man3/*
+do
+   manname=`basename $manpage`
+   mv $manpage $RPM_BUILD_ROOT%{_mandir}/man3/%{name}_$manname
+done
 
 
 %clean
@@ -108,7 +114,6 @@
 %{_libdir}/ncarg/ncarg/robj/
 %{_libdir}/ncarg/ncarg/xapp/
 %{_mandir}/man1/*.gz
-%{_mandir}/man3/*.gz
 %{_mandir}/man5/*.gz
 
 %files devel
@@ -125,9 +130,13 @@
 %{_libdir}/ncarg/ncarg/examples/
 %{_libdir}/ncarg/ncarg/tests/
 %{_libdir}/ncarg/ncarg/tutorial/
+%{_mandir}/man3/*.gz
 
 
 %changelog
+* Mon Feb 20 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.4.1-3
+- Rename man3 manpages to not conflict with allegro-devel
+
 * Wed Feb  1 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.4.1-2
 - Move tutorial to -devel
 - Move libraries to ncarg subdir




More information about the scm-commits mailing list