rpms/gds2pov/devel gds2pov.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Wed Aug 8 21:53:53 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/gds2pov/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25104/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gds2pov.spec 
Log Message:



--- NEW FILE gds2pov.spec ---
Name:           gds2pov
Version:        0.20070426
Release:        2%{?dist}
Summary:        GDS2 layout file to POV-Ray conversion

Group:          Applications/Engineering
License:        GPLv2
URL:            http://www.atchoo.org/gds2pov/
Source0:        http://www.atchoo.org/gds2pov/files/gdsto3d-20070426.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libX11-devel mesa-libGLU-devel


%description
GDS2POV is a program to take a GDS2 layout file
and output a POV-Ray scene description file of
the GDS2 data. This allows the creation of
attractive 3D pictures of a layout.

GDS2POV is mostly used by VLSI designers.


%package devel
Summary:         Development files for the GDS2POV
Group:           Development/Libraries
Requires:        %{name} = %{version}-%{release}


%description devel
Development files for GDS2POV


%prep
%setup -q -n gdsto3d-20070426



%build
%configure --enable-shared --disable-static

# disabling rpath
sed -i 's|^hardcode_libdir_flag_spec="\\${wl}--rpath \\${wl}\\$libdir"|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%{__make} %{?_smp_mflags}



%install
%{__rm} -rf %{buildroot}
%{__make} INSTALL="install -p" install DESTDIR=%{buildroot}

%{__rm} -r %{buildroot}%{_libdir}/libgdsto3d.la


%clean
%{__rm} -rf %{buildroot}


%post   -p /sbin/ldconfig

%postun -p /sbin/ldconfig



%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%doc example_config.txt example.gds example_process.txt
%{_bindir}/%{name}
%{_bindir}/gds2svg
%{_bindir}/gdsoglviewer
%{_libdir}/libgdsto3d.so.*



%files devel
%defattr(-,root,root,-)
%{_includedir}/gdsto3d.h
%{_libdir}/libgdsto3d.so


%changelog
* Wed Aug 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.20070426-2
- fixes the license

* Sat Jul 14 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.20070426-1
- Initial Package

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gds2pov/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Aug 2007 21:16:59 -0000	1.1
+++ .cvsignore	8 Aug 2007 21:53:20 -0000	1.2
@@ -0,0 +1 @@
+gdsto3d-20070426.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gds2pov/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Aug 2007 21:16:59 -0000	1.1
+++ sources	8 Aug 2007 21:53:20 -0000	1.2
@@ -0,0 +1 @@
+8e5c29a12375c2d403aae32dd02da6c0  gdsto3d-20070426.tar.bz2




More information about the fedora-extras-commits mailing list