rpms/xcircuit/F-7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xcircuit.desktop, 1.2, 1.3 xcircuit.spec, 1.6, 1.7

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Oct 21 21:28:30 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/xcircuit/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22429/F-7

Modified Files:
	.cvsignore sources xcircuit.desktop xcircuit.spec 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Aug 2006 15:39:55 -0000	1.2
+++ .cvsignore	21 Oct 2007 21:27:58 -0000	1.3
@@ -1 +1 @@
-xcircuit-3.4.26.tgz
+xcircuit-3.4.27.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Aug 2006 15:39:55 -0000	1.2
+++ sources	21 Oct 2007 21:27:58 -0000	1.3
@@ -1 +1 @@
-ec6ec09e97d711f507e8f7c33c88b06b  xcircuit-3.4.26.tgz
+7b06f177807a5823476cb06e91e5e1a8  xcircuit-3.4.27.tgz


Index: xcircuit.desktop
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-7/xcircuit.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xcircuit.desktop	3 Feb 2007 13:22:31 -0000	1.2
+++ xcircuit.desktop	21 Oct 2007 21:27:58 -0000	1.3
@@ -1,10 +1,9 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=XCircuit
+Name=XCircuit Schematic
 Exec=xcircuit
 Icon=xcircuit
 Type=Application
 Terminal=false
-GenericName=xcircuit
-Categories=Qt;KDE;Education;Science;
-X-Desktop-File-Install-Version=0.10
\ No newline at end of file
+GenericName=Xcircuit Schematic
+Categories=Science;Engineering;


Index: xcircuit.spec
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-7/xcircuit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xcircuit.spec	26 Feb 2007 18:56:37 -0000	1.6
+++ xcircuit.spec	21 Oct 2007 21:27:58 -0000	1.7
@@ -1,9 +1,9 @@
 Name:             xcircuit
-Version:          3.4.26
-Release:          20%{?dist}
+Version:          3.4.27
+Release:          1%{?dist}
 Summary:          Electronic circuit schematic drawing program
 
-License:          GPL
+License:          GPLv2
 Group:            Applications/Engineering
 URL:              http://opencircuitdesign.com/xcircuit
 
@@ -16,7 +16,7 @@
 
 BuildRequires:    tk-devel, desktop-file-utils, libtool, libXt-devel, m4
 BuildRequires:    ghostscript-devel, ngspice, libXpm-devel, zlib-devel
-Requires:         tk
+Requires:         tk coreutils gtk2
 
 %description
 Xcircuit is a general-purpose drawing program and also a specific-purpose
@@ -66,19 +66,18 @@
 
 %{__rm} -rf examples/win32
 
-#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.26/examples/python/.xcircuitrc
-#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.36/examples/.xcircuitrc
-%{__rm} examples/.%{name}rc
-%{__rm} examples/python/.%{name}rc
+# They stay
+#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.27/examples/python/.xcircuitrc
+#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.37/examples/.xcircuitrc
 
-chmod -x %{buildroot}/usr/lib*/%{name}-3.4/console.tcl
+chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl
 
 %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
 %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
+sed -i "s|# xcircuit::library| xcircuit::library|" %{buildroot}%{_prefix}/lib*/%{name}-3.4/xcstartup.tcl
 
-
-desktop-file-install --vendor ""               \
+desktop-file-install --vendor fedora           \
     --add-category Engineering                 \
     --dir %{buildroot}%{_datadir}/applications \
     %{SOURCE1}
@@ -90,13 +89,16 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 %{_bindir}/update-desktop-database %{_datadir}/applications
 
-
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 %{_bindir}/update-desktop-database %{_datadir}/applications
 
 
@@ -106,14 +108,27 @@
 %doc %{name}-%{version}/examples/
 %{_bindir}/%{name}
 %{_prefix}/lib*/%{name}-3.4/
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_mandir}/man1/%{name}.1.gz
 
 
 %Changelog
-* Mon Feb 26 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-20
-- Rebuilt fo rawhide (minor fix for x86_64)
+* Sun Oct 21 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.27-1
+- new upstream release
+- added coreutils and gtk as requires: #339771
+
+* Fri Aug 24 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-23
+- mass rebuild for fedora 8 - ppc
+
+* Sun Aug 12 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-22
+- fix for x86_64
+
+* Sun Aug 12 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-21
+- dump release
+
+* Wed Aug 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-20
+- patch %{name}-3.4-memset.patch: Found memset with swapped arguments
 
 * Mon Feb 26 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-19
 - Rebuilt for rawhide




More information about the fedora-extras-commits mailing list