[toped] 0.9.7

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Feb 20 13:34:54 UTC 2011


commit 8c066f2fb72d4a51696eaaff683c1e33cb811867
Author: Chitlesh Goorah <chitlesh at fedoraproject.org>
Date:   Sun Feb 20 14:34:55 2011 +0100

    0.9.7

 .gitignore |    1 +
 sources    |    2 +-
 toped.spec |   34 ++++++++++++++++++++++++++++------
 3 files changed, 30 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4531bce..b137698 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 toped-0.9.65-r1587.tar.bz2
+/toped-0.9.7-r1769.tar.bz2
diff --git a/sources b/sources
index e27593d..f345d6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c336194f114cbc8bb0e46cc54061086  toped-0.9.65-r1587.tar.bz2
+4c945bf338fa2d77ed1a8ba6227dd0aa  toped-0.9.7-r1769.tar.bz2
diff --git a/toped.spec b/toped.spec
index 2c31322..409c9bc 100644
--- a/toped.spec
+++ b/toped.spec
@@ -1,6 +1,6 @@
 Name:           toped
-Version:        0.9.65
-Release:        2%{?dist}
+Version:        0.9.70
+Release:        1%{?dist}
 
 Summary:        VLSI IC Layout Editor
 
@@ -10,7 +10,7 @@ URL:            http://www.toped.org.uk
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:        http://toped.googlecode.com/files/toped-0.9.65-r1587.tar.bz2
+Source0:        http://toped.googlecode.com/files/toped-0.9.7-r1769.tar.bz2
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  wxGTK-devel
@@ -22,6 +22,14 @@ BuildRequires:  flex
 
 Requires:       electronics-menu
 
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
+
+%description devel
+This package contains development files for %{name}.
+
 
 %description
 Toped is a layout editor with CIF and GDSII export capabilities.
@@ -29,12 +37,12 @@ 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}-0.9.7
 
 #%{__make} -f Makefile.cvs
 %build
 
-%configure
+%configure --enable-utils --disable-static
 
 # Remove rpath from libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -67,6 +75,8 @@ desktop-file-install --vendor ""              \
 %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
 %{__cp} -p ui/%{name}_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/toped.png
 
+mv %{buildroot}%{_includedir}/%{name}_0.9.7 %{buildroot}%{_includedir}/%{name}-%{version}
+
 #No translations
 #%find_lang %{name}
 
@@ -78,6 +88,8 @@ export TPD_GLOBAL=%{_datadir}/%{name}/
 export TPD_LOCAL=\$HOME
 EOF
 
+rm -f `find %{buildroot} -type f -name '*.la'`
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -96,16 +108,26 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS TODO
-%exclude %{_libdir}/libtpd*.so
 %{_bindir}/%{name}
+%{_bindir}/gds2vrml
 %{_libdir}/libtpd*.so*
+%{_libdir}/libgdsto3d.so*
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*x*/apps/toped.png
 %{_sysconfdir}/profile.d/toped.sh
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libtpd*.so
+%{_libdir}/libgdsto3d.so
+%{_includedir}/%{name}-%{version}
+
 
 %changelog
+* Thu Feb 17 2011 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.70-1
+- New Upstream release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.65-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list