rpms/magic/F-10 .cvsignore, 1.10, 1.11 import.log, 1.4, 1.5 magic.desktop, 1.4, 1.5 magic.spec, 1.15, 1.16 sources, 1.10, 1.11

Chitlesh GOORAH chitlesh at fedoraproject.org
Sat Aug 29 16:42:18 UTC 2009


Author: chitlesh

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

Modified Files:
	.cvsignore import.log magic.desktop magic.spec sources 
Log Message:
8.0.54


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/magic/F-10/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	6 Jan 2009 23:53:14 -0000	1.10
+++ .cvsignore	29 Aug 2009 16:42:17 -0000	1.11
@@ -1 +1 @@
-magic-7.5.169.tgz
+magic-8.0.54.tgz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/magic/F-10/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	6 Jan 2009 23:53:15 -0000	1.4
+++ import.log	29 Aug 2009 16:42:17 -0000	1.5
@@ -2,3 +2,4 @@ magic-7_5_146-1_fc8:HEAD:magic-7.5.146-1
 magic-7_5_147-1_fc9:HEAD:magic-7.5.147-1.fc9.src.rpm:1220001384
 magic-7_5_168-1_fc10:F-10:magic-7.5.168-1.fc10.src.rpm:1230565722
 magic-7_5_169-1_fc10:F-10:magic-7.5.169-1.fc10.src.rpm:1231285928
+magic-8_0_54-1_fc11:F-10:magic-8.0.54-1.fc11.src.rpm:1251563862


Index: magic.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/magic/F-10/magic.desktop,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- magic.desktop	24 Aug 2007 11:54:20 -0000	1.4
+++ magic.desktop	29 Aug 2009 16:42:17 -0000	1.5
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Categories=Science;Engineering;
+Categories=Electronics;Engineering;
 Comment=VLSI layout tool
 Encoding=UTF-8
 Exec=magic


Index: magic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/magic/F-10/magic.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- magic.spec	6 Jan 2009 23:53:15 -0000	1.15
+++ magic.spec	29 Aug 2009 16:42:17 -0000	1.16
@@ -1,5 +1,5 @@
 Name:             magic
-Version:          7.5.169
+Version:          8.0.54
 Release:          1%{?dist}
 Summary:          A very capable VLSI layout tool
 
@@ -23,10 +23,7 @@ Requires:         tcsh
 Requires:         electronics-menu
 
 %description
-Magic is a venerable VLSI layout tool, written in the 1980's at
-Berkeley by John Ousterhout, now famous primarily for writing
-the scripting interpreter language Tcl. Due largely in part to
-its liberal Berkeley open-source license, magic has remained
+Magic is a venerable VLSI layout tool. Magic VLSI remains
 popular with universities and small companies.
 
 Magic is widely cited as being the easiest tool to use for
@@ -49,6 +46,7 @@ and some tutorials.
 # create a directory and expand tarball there.
 %setup -q -T -c %{name}-%{version} -a 0
 
+
 cd %{name}-%{version}
 %{__sed} -i.cflags -e 's|CFLAGS=.*CFLAGS|:|' configure
 
@@ -63,24 +61,15 @@ sed -i "s|package require -exact|package
 
 %build
 
-if [ -d %{_prefix}/lib64 ] ; then
-   SUF=64
-else
-   SUF=
-fi
-
-WISH=%{_bindir}/wish
-export WISH
+export WISH=%{_bindir}/wish
 
 cd %{name}-%{version}
 
-%configure \
-   --with-tcl=%{_prefix}/lib$SUF     \
-   --with-tk=%{_prefix}/lib$SUF      \
-   --with-tcllibs=%{_prefix}/lib$SUF \
-   --with-tklibs=%{_prefix}/lib$SUF
-
-scripts/makedbh database/database.h.in database/database.h
+%configure --with-gnu-ld\
+   --with-tcl=%{_libdir}     \
+   --with-tk=%{_libdir}      \
+   --with-tcllibs=%{_libdir} \
+   --with-tklibs=%{_libdir}
 
 %{__make} %{?_smp_mflags}
 
@@ -93,10 +82,7 @@ cd %{name}-%{version}
     INSTALL="%{__install} -c -p" \
     CP="%{__cp} -p"
 
-desktop-file-install --vendor fedora            \
-    --add-category "Engineering"                \
-    --add-category "Electronics"                \
-    --remove-category  "Science"                \
+desktop-file-install --vendor ""                \
     --dir %{buildroot}%{_datadir}/applications/ \
     %{SOURCE1}
 
@@ -139,7 +125,7 @@ update-desktop-database &> /dev/null || 
 %{_bindir}/ext2spice
 %{_libdir}/%{name}/
 %{_mandir}/man?/*
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 %files doc
@@ -148,6 +134,9 @@ update-desktop-database &> /dev/null || 
 
 
 %Changelog
+* Fri Aug 28 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 8.0.54-1
+- new upstream release
+
 * Wed Jan 07 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 7.5.169-1
 - new upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/magic/F-10/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	6 Jan 2009 23:53:15 -0000	1.10
+++ sources	29 Aug 2009 16:42:18 -0000	1.11
@@ -1 +1 @@
-7dbff03416d89a51b33384cd9d632723  magic-7.5.169.tgz
+c46abc3dbcad1afd050db789ed60b64b  magic-8.0.54.tgz




More information about the fedora-extras-commits mailing list