rpms/toped/devel toped.desktop, NONE, 1.1 toped.spec, NONE, 1.1 toped_32x32.png, NONE, 1.1 toped_64x64.png, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Thu Oct 12 17:32:46 UTC 2006


Author: chitlesh

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

Modified Files:
	.cvsignore sources 
Added Files:
	toped.desktop toped.spec toped_32x32.png toped_64x64.png 
Log Message:
auto-import toped-0.8.2-1 on branch devel from toped-0.8.2-1.src.rpm


--- NEW FILE toped.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Toped
Exec=toped
Icon=toped
Type=Application
Terminal=false
GenericName=Toped, IC Layout Editor
Categories=Education;Science;Engineering;
X-Desktop-File-Install-Version=0.10

--- NEW FILE toped.spec ---
Name:           toped
Version:        0.8.2
Release:        1%{?dist}
Summary:        IC Layout Editor

License:        GPL
Group:          Applications/Engineering
URL:            http://www.toped.org.uk

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Source0:        http://download2.berlios.de/%{name}/%{name}-%{version}.tar.bz2

Source1:        %{name}.desktop
Source2:        toped_32x32.png
Source3:        toped_64x64.png

BuildRequires:  freeglut-devel wxGTK-devel desktop-file-utils


%description
Toped is an open source cross-platform IC layout editor,
based on openGL and wxWidgets.

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

#%description devel
#Development files for toped, IC Layout Editor

%prep
%setup -q

%build
%configure       \
   --with-gtk    \
   --with-opengl \
   --with-regex  \
   --enable-threads
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}

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

%{__rm} -f %{buildroot}%{_libdir}/libtpd*.{a,la}

desktop-file-install --vendor fedora             \
  --add-category "Engineering"                   \
  --add-category "X-Fedora"                      \
  --dir %{buildroot}%{_datadir}/applications/    \
  %{SOURCE1}

%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
%{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/toped.png
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
%{__cp} -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/toped.png


#No translations
#%find_lang %{name}

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

%post
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :


%postun
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_libdir}/libtpd*.so.0*
%{_datadir}/tll/
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/*x*/apps/toped.png

#%files devel
#%defattr(-,root,root,-)
#%doc NEWS TODO
%{_libdir}/libtpd_common.so
%{_libdir}/libtpd_DB.so
%{_libdir}/libtpd_parser.so

%Changelog
* Mon Sep 27 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.8.2-1
- New upstream release 0.8.2
* Wed Sep 27 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.8.1-2
- Icons received by upstream (by mail)

* Mon Sep 18 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.8.1-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/toped/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Oct 2006 17:30:17 -0000	1.1
+++ .cvsignore	12 Oct 2006 17:32:46 -0000	1.2
@@ -0,0 +1 @@
+toped-0.8.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/toped/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Oct 2006 17:30:17 -0000	1.1
+++ sources	12 Oct 2006 17:32:46 -0000	1.2
@@ -0,0 +1 @@
+31f6711a9b76f785a91a70167b0c6fab  toped-0.8.2.tar.bz2




More information about the scm-commits mailing list