Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595475 Details for
Bug 836747
The icon is not displayed for the desktop-menu-item.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
spec for this and other bug # 832809 for gresistor
gresistor.spec (text/x-rpm-spec), 5.35 KB, created by
gatlibs
on 2012-06-30 20:15:19 UTC
(
hide
)
Description:
spec for this and other bug # 832809 for gresistor
Filename:
MIME Type:
Creator:
gatlibs
Created:
2012-06-30 20:15:19 UTC
Size:
5.35 KB
patch
obsolete
>Name: gresistor >Version: 0.0.1 >Release: 21%{?dist} >Summary: Gnome resistor color code calculator > >License: GPL3, LGPL3 >Group: Applications/Engineering >URL: http://xtronic.org/download/gresistor/ > >Source0: http://www.roroid.ro/progs/%{name}/%{name}-%{version}.tar.gz >Patch0: %{name}-%{version}-desktop.patch >Patch1: %{name}-%{version}-gold_and_silver_multiplier.patch >Patch2: %{name}-%{version}-gold_and_silver_multiplier_glade.patch > >BuildArch: noarch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: python-devel desktop-file-utils > >Requires: pygtk2-libglade >Requires: tepache > >%description >To allow for identification, resistors are usually marked with >colored bands. Often refereed to as color codes, these markings >are indicative of their resistance, tolerance and temperature >coefficient. gResistor is a great program that will help you >translate a resistor color codes into a readable value. > >%prep >%setup -q > ># Remove bundled SimpleGladeApp.py >rm -f SimpleGladeApp.py >sed -i '/py_modules =/d' setup.py > >%patch0 -p0 -b %{name}.desktop >%patch1 -p0 -b %{name} >%patch2 -p0 -b %{name}.glade > >%build >%{__python} setup.py build > >%install >rm -rf %{buildroot} >%{__python} setup.py install -O1 --skip-build --root %{buildroot} > >desktop-file-install --vendor fedora \ > --add-category Engineering \ > --delete-original \ > --dir %{buildroot}%{_datadir}/applications/ \ > %{buildroot}%{_datadir}/applications/%{name}.desktop > >mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps >pushd %{buildroot}%{_datadir}/%{name} >cp -p icon.png ../icons/hicolor/48x48/apps/%{name}.png >popd > >%clean >rm -rf %{buildroot} > >%post >touch --no-create %{_datadir}/icons/hicolor || : >update-desktop-database &> /dev/null ||: >%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : > >%postun >touch --no-create %{_datadir}/icons/hicolor || : >update-desktop-database &> /dev/null ||: >%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : > >%files >%defattr(-,root,root,-) >%{_bindir}/%{name} >%{_datadir}/%{name}/ >%{_datadir}/icons/hicolor/48x48/apps/%{name}.png >%{_datadir}/applications/fedora-%{name}.desktop >%{python_sitelib}/%{name}-%{version}-py?.?.egg-info > >%changelog >* Sat Jun 30 2012 Gatlin Sullivan <gatlibs@gmail.com> - 0.0.1-21 >- Removed topline. >- Changed icon from ln to cp. It was not displaying an icon. >- Changed the url for the application. >- Changed the source. Taken from http://packages.gentoo.org/package/sci-electronics/gresistor. Minipop became spam. >- Changed the licensing based upon the new source. (added LGPL) >- Patched to address bug #832809. > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-20 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Mon Jul 25 2011 Richard Shaw <hobbes1069@gmail.com> - 0.0.1-19 >- Removed bundled library, SimpleGladeApp.py now that is has been packaged for fedora (#710199) >- Created symlink instead of moving icon.png because the app expects it to be there and generates an error if it's not present. > >* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-18 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.0.1-17 >- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-16 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-15 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.0.1-14 >- Fix locations for Python 2.6 > >* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.0.1-13 >- Rebuild for Python 2.6 > >* Mon Jun 16 2008 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-12 >- Bugfix 440866 FTBFS gresistor-0.0.1-11.fc8 > >* Thu Aug 23 2007 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-11 >- rebuild for fedora 8 > >* Sun Aug 12 2007 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-10 >- fixed desktop file > >* Thu Dec 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.0.1-9 >- Rebuild for new python >- Add python-devel dependency > >* Mon Sep 04 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-8 >- Fixed filename of icon > >* Mon Sep 04 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-7 >- Fixed GTK+ icon cache for icon.png > >* Mon Sep 04 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-6 >- Updated Spec file with respect to updated python packaging guidelines >- Added patch for gresistor.desktop > >* Fri Aug 25 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-5 >- Previous ghost files included > >* Mon Aug 21 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-4 >- corrected Licence > >* Thu Jun 29 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-3 >- corrected typo gResistor in %%description > >* Tue Jun 13 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-2 >- Requires corrected and dropped mkdir in %%install > >* Tue Jun 13 2006 Chitlesh Goorah <chitlesh@fedoraproject.org> - 0.0.1-1 >- Initial package.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 836747
: 595475 |
595476
|
595477