rpms/toped/EL-5 import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 toped.spec, 1.7, 1.8

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Nov 10 17:48:36 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/toped/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1569/EL-5

Modified Files:
	.cvsignore sources toped.spec 
Added Files:
	import.log 
Log Message:
unused-direct-shlib-dependency warnings


--- NEW FILE import.log ---
toped-0_9_2-2_fc9:EL-5:toped-0.9.2-2.fc9.src.rpm:1226339147


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/toped/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Oct 2007 10:39:31 -0000	1.4
+++ .cvsignore	10 Nov 2008 17:48:05 -0000	1.5
@@ -1 +1 @@
-toped-0.8.6.tar.bz2
+toped-0.9.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/toped/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 Oct 2007 10:39:31 -0000	1.4
+++ sources	10 Nov 2008 17:48:05 -0000	1.5
@@ -1 +1 @@
-85ed412d0c5c71b5e420a0373fb02171  toped-0.8.6.tar.bz2
+3e1b982099db4aa7e8e367259db22943  toped-0.9.2.tar.bz2


Index: toped.spec
===================================================================
RCS file: /cvs/pkgs/rpms/toped/EL-5/toped.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- toped.spec	24 Oct 2007 10:39:31 -0000	1.7
+++ toped.spec	10 Nov 2008 17:48:05 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           toped
-Version:        0.8.6
-Release:        1%{?dist}
+Version:        0.9.2
+Release:        2%{?dist}
 Summary:        VLSI IC Layout Editor
 
 License:        GPLv2
@@ -14,6 +14,8 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  wxGTK-devel
 
+Requires:       electronics-menu
+
 
 %description
 Toped is an open source cross-platform IC layout editor,
@@ -30,10 +32,19 @@
 
 %build
 
-%configure       \
-   --with-gtk    \
-   --with-opengl \
+%configure         \
+   --with-gtk      \
+   --with-opengl   \
+   --disable-rpath \
    --enable-threads
+
+# Remove rpath from libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+# clean unused-direct-shlib-dependencies
+sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 %{__make} %{?_smp_mflags}
 
 %install
@@ -44,8 +55,9 @@
 %{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la}
 
 desktop-file-install --vendor fedora             \
-  --add-category "Engineering"                   \
+  --add-category "Electronics"                   \
   --delete-original                              \
+  --remove-category "Science"                    \
   --remove-category "Education"                  \
   --dir %{buildroot}%{_datadir}/applications/    \
   %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -57,11 +69,6 @@
 %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
 %{__cp} -p ui/%{name}_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/toped.png
 
-%{__sed} -i "s|Name=Toped|Name=Toped IC Layout Editor|" %{buildroot}%{_datadir}/applications/fedora-%{name}.desktop
-
-# removing duplicates
-%{__rm} -rf %{buildroot}%{_datadir}/%{name}/icons/
-
 #No translations
 #%find_lang %{name}
 
@@ -69,6 +76,9 @@
 %{__rm} -rf %{buildroot}%{_libdir}/libtpd_DB.so
 %{__rm} -rf %{buildroot}%{_libdir}/libtpd_parser.so
 
+#spurious-executable-perm
+chmod 0644 COPYING
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -86,6 +96,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS TODO
+%exclude %{_libdir}/libtpd*.so
 %{_bindir}/%{name}
 %{_libdir}/libtpd*.so*
 %{_datadir}/%{name}
@@ -94,6 +105,20 @@
 
 
 %Changelog
+* Mon Nov 10 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-2
+- disabling rpath
+- fixing rpmlint warning: unused-direct-shlib-dependencies
+- fixed multiple menu entries
+
+* Mon Nov 10 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.2-1
+- New upstream release
+
+* Fri Jul 26 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.0-2
+- Bug fix 451218
+
+* Sun May 25 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.0-1
+- New upstream release
+
 * Fri Oct 12 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.8.6-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list