rpms/fped/F-10 fped.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Thu Oct 1 05:00:41 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/fped/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29434/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	fped.spec import.log 
Log Message:
first package


--- NEW FILE fped.spec ---
Name:           fped
Version:        0
Release:        0.1.r5664%{?dist}
Summary:        A footprint editor used by openmoko developers

Group:          Applications/Engineering
License:        GPLv2+
URL:            http://openmoko.org
# grabbed from svn
# svn export -r 5664 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:  transfig
BuildRequires:  netpbm-progs
BuildRequires:  ImageMagick
     

%description
fped is an editor that allows the interactive creation of footprints of
electronic components. Footprint definitions are stored in a text format
that resembles a programming language.

The language is constrained such that anything that can be expressed in
the textual definition also has a straightforward equivalent operation
that can be performed through the GUI.

%prep
%setup -q

# 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
  
# footprints as examples
mkdir -p footprints
cp -p *.fpd footprints/

%build
# Make verbose
export V=1
make dep
make manual
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
make install DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README TODO gui.html manual/
%doc footprints/
%{_bindir}/%{name}


%changelog
* Wed Sep 30 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-0.1.r5664
- changed release tag to 0.1 and added instructions to download the sources.

* Tue Sep 29 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-1.r5664
- Initial package for fedora.


--- NEW FILE import.log ---
fped-0-0_1_r5664_fc11:F-10:fped-0-0.1.r5664.fc11.src.rpm:1254373187


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fped/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Sep 2009 23:44:59 -0000	1.1
+++ .cvsignore	1 Oct 2009 05:00:40 -0000	1.2
@@ -0,0 +1 @@
+fped-0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fped/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Sep 2009 23:44:59 -0000	1.1
+++ sources	1 Oct 2009 05:00:40 -0000	1.2
@@ -0,0 +1 @@
+d6ff185133b7fbd02255eb8b96a45ccb  fped-0.tar.bz2




More information about the fedora-extras-commits mailing list