[fped/f16] r6006

Chitlesh GOORAH chitlesh at fedoraproject.org
Tue Dec 6 07:47:40 UTC 2011


commit 70066e39bdbad44ac31eef539f916f42cbf40561
Author: Chitlesh GOORAH <chitlesh at fedoraproject.org>
Date:   Tue Dec 6 08:47:34 2011 +0100

    r6006

 fped.spec |   27 ++++++++++++++++++++-------
 sources   |    2 +-
 2 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/fped.spec b/fped.spec
index e4e91c6..10c0fda 100644
--- a/fped.spec
+++ b/fped.spec
@@ -1,14 +1,20 @@
+# Features in Fedora/Free Electronic Lab
+#   Supported targets: EL-5, EL-6, F-15, F-16 and rawhide
+
+#
+## To download development trunk
+#
+# svn export -r 6006 http://svn.openmoko.org/trunk/eda/fped fped-0
+# tar cjf ~/rpmbuild/SOURCES/fped-0.tar.bz2 fped-0
+
 Name:           fped
 Version:        0
-Release:        0.4.r5760%{?dist}
+Release:        0.6.r6006%{?dist}
 Summary:        A footprint editor used by openmoko developers
 
 Group:          Applications/Engineering
-License:        GPLv2+
+License:        GPLv2
 URL:            http://openmoko.org
-# grabbed from svn
-# svn export -r 5760 http://svn.openmoko.org/trunk/eda/fped fped-0
-# tar cjf fped-0.tar.bz2 fped-0
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -35,7 +41,6 @@ that can be performed through the GUI.
 # Tuning makefile for fedora packaging guidelines
 %{__sed} -i \
   -e "s|/usr/local|%{_prefix}|g" \
-  -e "s|\$(PREFIX)/bin/|\$(DESTDIR)\$(PREFIX)/bin/|g" \
   -e "s|install -m|install -pm|" \
   -e "s|CFLAGS = |CFLAGS = %{optflags} |g" Makefile
 
@@ -52,6 +57,8 @@ rm -rf %{buildroot}
 install -d %{buildroot}%{_bindir}
 make install DESTDIR=%{buildroot}
 
+%check
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -59,12 +66,18 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO gui.html manual/
+%doc README TODO gui.html manual/ COPYING.GPLv2
 %doc examples
 %{_bindir}/%{name}
 
 
 %changelog
+* Tue Dec 06 2011 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-0.6.r6006
+- new upstream snapshot
+
+* Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 0-0.5.r5760
+- Rebuild for new libpng
+
 * Tue Jun 28 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 0-0.4.r5760
 - Add BR: flex-static (Fix FTBFS BZ#715897).
 
diff --git a/sources b/sources
index ace7968..53c0b1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a90f2c21c1ac7db88c8f7ca017351de  fped-0.tar.bz2
+21a444bd8a9e9ffcc73ae28651794b2a  fped-0.tar.bz2


More information about the scm-commits mailing list