Hi,

I found a typo in Makefile of mic2-0.5. But I can't try to test.
Because mic2 source archive doesn't have .git directory.
So It can't run git-archive command in dist-rpm section.

Please check it and try to build.

Regards,
-- 
========================================
  Mitsutaka Amano
  MIRACLE LINUX CORPORATION
========================================
diff -uNrp mic2-0.5.orig/Makefile mic2-0.5/Makefile
--- mic2-0.5.orig/Makefile      2009-01-30 20:15:22.000000000 +0900
+++ mic2-0.5/Makefile   2009-01-30 21:19:54.000000000 +0900
@@ -63,7 +63,7 @@ dist-rpm:
                mkdir /tmp/rpm_mic_packaging; cd /tmp/rpm_mic_packaging; mkdir 
RPMS SRPMS SPECS SOURCES BUILD; \
        fi
        git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ HEAD | gzip -9 
> /tmp/rpm_mic_packaging/SOURCES/$(PKGNAME)-$(VERSION).tar.gz
-       rpmbuild -ba spec/mic.spec --clean --define "_topdir 
/tmp/rpm_mic_packaging"
+       rpmbuild -ba spec/mic2.spec --clean --define "_topdir 
/tmp/rpm_mic_packaging"
        if [ ! -d ./dist ]; then mkdir dist; fi
        find /tmp/rpm_mic_packaging -name '*.rpm' -exec mv {} dist/ \;
        rm -rf /tmp/rpm_mic_packaging
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to