rpms/toped/F-10 .cvsignore, 1.6, 1.7 import.log, 1.3, 1.4 sources, 1.6, 1.7 toped.spec, 1.13, 1.14

Chitlesh GOORAH chitlesh at fedoraproject.org
Tue Aug 4 08:26:22 UTC 2009


Author: chitlesh

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

Modified Files:
	.cvsignore import.log sources toped.spec 
Log Message:
0.9.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	10 Nov 2008 17:01:50 -0000	1.6
+++ .cvsignore	4 Aug 2009 08:26:22 -0000	1.7
@@ -1 +1 @@
-toped-0.9.2.tar.bz2
+toped-0.9.4.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-10/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	10 Nov 2008 17:46:42 -0000	1.3
+++ import.log	4 Aug 2009 08:26:22 -0000	1.4
@@ -1,3 +1,4 @@
 toped-0_9_0-2_fc9:HEAD:toped-0.9.0-2.fc9.src.rpm:1217148340
 toped-0_9_2-1_fc9:F-10:toped-0.9.2-1.fc9.src.rpm:1226336488
 toped-0_9_2-2_fc9:F-10:toped-0.9.2-2.fc9.src.rpm:1226339105
+toped-0_9_4-1_fc11:F-10:toped-0.9.4-1.fc11.src.rpm:1249374252


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Nov 2008 17:01:50 -0000	1.6
+++ sources	4 Aug 2009 08:26:22 -0000	1.7
@@ -1 +1 @@
-3e1b982099db4aa7e8e367259db22943  toped-0.9.2.tar.bz2
+58912db4c50874dc794f59e349c99243  toped-0.9.4.tar.bz2


Index: toped.spec
===================================================================
RCS file: /cvs/pkgs/rpms/toped/F-10/toped.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- toped.spec	10 Nov 2008 17:46:42 -0000	1.13
+++ toped.spec	4 Aug 2009 08:26:22 -0000	1.14
@@ -1,6 +1,7 @@
 Name:           toped
-Version:        0.9.2
-Release:        2%{?dist}
+Version:        0.9.4
+Release:        1%{?dist} 
+#RELEASE_0.94_CAND
 Summary:        VLSI IC Layout Editor
 
 License:        GPLv2
@@ -11,32 +12,35 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 Source0:        http://download2.berlios.de/%{name}/%{name}-%{version}.tar.bz2
 
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  wxGTK-devel
+BuildRequires:  glew-devel
+BuildRequires:  byacc
+BuildRequires:  libtool
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  plt-scheme
 
 Requires:       electronics-menu
 
 
 %description
-Toped is an open source cross-platform IC layout editor,
-based on openGL and wxWidgets.
+Toped is a layout editor with CIF and GDSII export capabilities.
 
 Toped is listed among Fedora Electronic Lab packages.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 # instead of exporting the variable $TPD_GLOBAL
 sed -i 's|\$TPD_GLOBAL\/|%{_datadir}/%{name}/|' src/main.cpp
 sed -i 's|\*\$TPD_GLOBAL\*|%{_datadir}/%{name}/|' src/main.cpp
 
+%{__make} -f Makefile.cvs
 %build
 
-%configure         \
-   --with-gtk      \
-   --with-opengl   \
-   --disable-rpath \
-   --enable-threads
+%configure
 
 # Remove rpath from libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -54,12 +58,12 @@ sed -i -e 's! -shared ! -Wl,--as-needed\
 
 %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la}
 
-desktop-file-install --vendor fedora             \
-  --add-category "Electronics"                   \
-  --delete-original                              \
-  --remove-category "Science"                    \
-  --remove-category "Education"                  \
-  --dir %{buildroot}%{_datadir}/applications/    \
+desktop-file-install --vendor ""              \
+  --add-category "Electronics"                \
+  --delete-original                           \
+  --remove-category "Science"                 \
+  --remove-category "Education"               \
+  --dir %{buildroot}%{_datadir}/applications/ \
   %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
@@ -76,9 +80,6 @@ desktop-file-install --vendor fedora    
 %{__rm} -rf %{buildroot}%{_libdir}/libtpd_DB.so
 %{__rm} -rf %{buildroot}%{_libdir}/libtpd_parser.so
 
-#spurious-executable-perm
-chmod 0644 COPYING
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -100,12 +101,23 @@ touch --no-create %{_datadir}/icons/hico
 %{_bindir}/%{name}
 %{_libdir}/libtpd*.so*
 %{_datadir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*x*/apps/toped.png
 
 
 %Changelog
-* Mon Nov 10 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-2
+* Tue Aug 04 2009 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.4-1
+- 0.9.4 final release
+
+* Sat Aug 01 2009 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.4-0.2.rc1
+- Testing for upstream D-1 for 0.94 release - svn rev 1161
+
+* Sat Aug 01 2009 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.4-0.1.rc1
+- 0.9.4 release candidate 1
+
+* Tue Mar 10 2009 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-4
+- bug fix for cif and gdsII import and export
+
 - disabling rpath
 - fixing rpmlint warning: unused-direct-shlib-dependencies
 - fixed multiple menu entries




More information about the fedora-extras-commits mailing list