Hi,

My 1st patch to build opkgc to ScientificLinux 6.0 (should be compatible with 
RHEL6 and CentOS6)

Basicaly I've added an autoreconf before the configure to update the automake 
scipt links like install-sh and such. (bad links)

I've updated the file list.

Olivier.
-- 
   Olivier LAHAYE
   Responsable calcul scientifique
   CEA DRT/LIST
   +33 1 69 08 13 25

Index: opkgc.spec
===================================================================
--- opkgc.spec	(révision 9418)
+++ opkgc.spec	(copie de travail)
@@ -24,8 +24,9 @@
 
 
 %build
+autoreconf -f -i -s
 ./configure --prefix=/usr
-make
+%__make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -41,11 +42,11 @@
 %{_bindir}/opkgc
 %{_bindir}/opkg-convert
 %{_datadir}/%{name}/
-#%{_defaultdocdir}/%{name}/
-#%{_mandir}/man1/opkgc.1.gz
-#%{_mandir}/man5/opkg.5.gz
-/usr/man/man1/opkgc.1.gz
-/usr/man/man5/opkg.5.gz
+%{_defaultdocdir}/%{name}/
+%{_mandir}/man1/opkgc.1.*
+%{_mandir}/man5/opkg.5.*
+#/usr/man/man1/opkgc.1.gz
+#/usr/man/man5/opkg.5.gz
 %config %{_sysconfdir}/opkgc.conf
 
 %changelog
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to