[fped/el5] r6006

Chitlesh GOORAH chitlesh at fedoraproject.org
Tue Dec 6 08:01:27 UTC 2011


commit a2cc039842d5bb0b5b8149256a450c9875fd7ff0
Author: Chitlesh GOORAH <chitlesh at fedoraproject.org>
Date:   Tue Dec 6 09:01:23 2011 +0100

    r6006

 fped.spec |   35 +++++++++++++++++++++++++++--------
 sources   |    2 +-
 2 files changed, 28 insertions(+), 9 deletions(-)
---
diff --git a/fped.spec b/fped.spec
index 890ccc5..10c0fda 100644
--- a/fped.spec
+++ b/fped.spec
@@ -1,20 +1,26 @@
+# 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.2.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)
 
 BuildRequires:  gtk2-devel
 BuildRequires:  bison
-BuildRequires:  flex
+BuildRequires:  flex flex-static
 BuildRequires:  transfig
 BuildRequires:  netpbm-progs
 BuildRequires:  ImageMagick
@@ -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,24 @@ 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).
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.3.r5760
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Wed Dec 23 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-0.2.r5760
 - new upstream snapshot
 
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