rpms/geda-examples/F-7 .cvsignore, 1.7, 1.8 geda-examples.spec, 1.7, 1.8 sources, 1.7, 1.8

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Mon Sep 3 05:48:24 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/geda-examples/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8139/F-7

Modified Files:
	.cvsignore geda-examples.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geda-examples/F-7/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	14 Jul 2007 12:04:23 -0000	1.7
+++ .cvsignore	3 Sep 2007 05:47:52 -0000	1.8
@@ -1 +1 @@
-geda-examples-1.1.1.tar.gz
+geda-examples-1.2.0.tar.gz


Index: geda-examples.spec
===================================================================
RCS file: /cvs/extras/rpms/geda-examples/F-7/geda-examples.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- geda-examples.spec	14 Jul 2007 12:04:23 -0000	1.7
+++ geda-examples.spec	3 Sep 2007 05:47:52 -0000	1.8
@@ -1,16 +1,16 @@
-%define     gedaexampledir %{_docdir}/gEDA/examples
-%define     real_ver   1.1.1
+%define     gedadocdir %{_docdir}/gEDA
+%define     real_ver   1.2.0
 
 Name:       geda-examples
-Version:    20070708
+Version:    20070902
 Release:    1%{?dist}
 
 Summary:    Circuit examples for gEDA
 Group:      Applications/Engineering
-License:    GPL
+License:    GPLv2
 URL:        http://www.geda.seul.org
 
-Source:     http://geda.seul.org/devel/v1.1/%{relver}/%{name}-%{real_ver}.tar.gz
+Source:     http://geda.seul.org/release/v1.2/%{relver}/%{name}-%{real_ver}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:   geda-gschem
@@ -38,53 +38,17 @@
 # please note that geda-spice is not provided
 # neither geda/gaf nor the fedoraproject due to license restrictions
 sed -i  \
-'s|.INCLUDE /home/sdb/TwoStageAmp/Simulation.cmd|.INCLUDE %{gedaexampledir}/TwoStageAmp/Simulation.cmd|' \
+'s|.INCLUDE /home/sdb/TwoStageAmp/Simulation.cmd|.INCLUDE %{gedadocdir}/TwoStageAmp/Simulation.cmd|' \
     TwoStageAmp/spice.netlist
 
-sed -i -e \
-'s|file=./models/2N3904.mod|file=%{_datadir}/gEDA/models/bjt/2N3904.mod|' \
-    TwoStageAmp/TwoStageAmp.sch
-
-sed -i -e \
-'s|file=Simulation.cmd|file=%{gedaexampledir}/TwoStageAmp/Simulation.cmd|' \
-    TwoStageAmp/TwoStageAmp.sch
-
-
 %build
-%configure
+%configure --with-docdir=%{gedadocdir}
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} INSTALL="install -p" install DESTDIR=%{buildroot}
 
-#the above installs nothing, do this again manually
-%{__install} -d %{buildroot}%{gedaexampledir}/lightning_detector/
-%{__rm} lightning_detector/Makefile*
-%{__rm} lightning_detector/sym/Makefile*
-%{__cp} -pr lightning_detector/ %{buildroot}%{gedaexampledir}/
-
-
-install -d %{buildroot}%{gedaexampledir}/gTAG
-%{__rm} gTAG/Makefile*
-%{__cp} -pr gTAG/ %{buildroot}%{gedaexampledir}/
-
-
-install -d %{buildroot}%{gedaexampledir}/TwoStageAmp/
-%{__rm} TwoStageAmp/Makefile*
-%{__rm} TwoStageAmp/sym/Makefile*
-%{__cp} -pr TwoStageAmp/ %{buildroot}%{gedaexampledir}/
-
-
-install -d %{buildroot}%{gedaexampledir}/RF_Amp/
-%{__rm} RF_Amp/Makefile*
-%{__rm} RF_Amp/model/Makefile*
-%{__rm} RF_Amp/sym/Makefile*
-%{__cp} -pr RF_Amp/ %{buildroot}%{gedaexampledir}/
-
-# removed duplicates
-%{__rm} -rf %{buildroot}%{_docdir}/geda-doc/
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -102,12 +66,19 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
-%{gedaexampledir}/lightning_detector
-%{gedaexampledir}/gTAG
-%{gedaexampledir}/TwoStageAmp
-%{gedaexampledir}/RF_Amp
+%{gedadocdir}/examples/lightning_detector
+%{gedadocdir}/examples/gTAG
+%{gedadocdir}/examples/TwoStageAmp
+%{gedadocdir}/examples/RF_Amp
+%{gedadocdir}/examples/README
 
 %Changelog
+* Mon Sep 03 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20070902-1
+- New upstream release
+
+* Thu Aug 23 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20070708-2
+- mass rebuild for fedora 8 - ppc32
+
 * Sat Jul 14 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20070708-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geda-examples/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	14 Jul 2007 12:04:23 -0000	1.7
+++ sources	3 Sep 2007 05:47:52 -0000	1.8
@@ -1 +1 @@
-6e753905ac9dfea18caad67aedb12983  geda-examples-1.1.1.tar.gz
+ca177c15be955876c87095a84658e0ff  geda-examples-1.2.0.tar.gz




More information about the fedora-extras-commits mailing list