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 296039 Details for
Bug 434526
stardict failed massrebuild attempt for GCC 4.3
[?]
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.
proposal spec file
stardict.spec (text/plain), 5.97 KB, created by
Mamoru TASAKA
on 2008-02-27 09:46:10 UTC
(
hide
)
Description:
proposal spec file
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2008-02-27 09:46:10 UTC
Size:
5.97 KB
patch
obsolete
>%define name stardict >%define version 3.0.1 > > >Name: %{name} >Summary: A powerful dictionary platform written in GTK+2 >Version: %{version} >Release: 5%{?dist} >Group: Applications/System >License: GPLv3 >URL: http://stardict.sourceforge.net >Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >Patch0: stardict-3.0.1-gcc43.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >Requires: libgnome >= 2.2.0 >Requires: libgnomeui >= 2.2.0 >Requires: libbonobo >= 2.2.0 >Requires: bonobo-activation >= 2.2.0 >BuildRequires: libgnomeui-devel >= 2.2.0, scrollkeeper, gettext, perl-XML-Parser >BuildRequires: desktop-file-utils >Requires(post): GConf2, scrollkeeper >Requires(postun): scrollkeeper > >Requires: libsigc++20 >= 2.0.17 >BuildRequires: libsigc++20-devel > >Requires: gucharmap >BuildRequires: gucharmap-devel >Requires: espeak >BuildRequires: espeak-devel >Requires: enchant >BuildRequires: enchant-devel >#Requires: festival, speech-tools >#BuildRequires: festival-devel, speech-tools-devel > >%description >StarDict is a Cross-Platform and international dictionary written in Gtk2. >It has powerful features such as "Glob-style pattern matching," >"Scan selection word," "Fuzzy query," etc. > >%prep >%setup -q >%patch0 -p1 -b .gcc43 > ># Remove unneeded sigc++ header files to make it sure ># that we are using system-wide libsigc++ ># (and these does not work on gcc43) ># >find src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f > >%build >%configure --disable-schemas-install --disable-festival >make > >%install >rm -rf $RPM_BUILD_ROOT >make DESTDIR=$RPM_BUILD_ROOT install > >desktop-file-install --vendor fedora --delete-original \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications \ > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop > >/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/stardict/plugins -name "*.la"` >%find_lang %{name} > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files -f %{name}.lang >%defattr(-, root, root) >%{_bindir}/stardict >%{_datadir}/applications/*.desktop >%{_datadir}/stardict >%{_libdir}/stardict >%{_datadir}/idl/* >%{_libdir}/bonobo/servers/*.server >%{_datadir}/pixmaps/stardict.png >%{_sysconfdir}/gconf/schemas/*.schemas >%{_datadir}/omf/* >%{_mandir}/man1/* >%doc %{_datadir}/gnome/help/stardict >%doc README COPYING ChangeLog AUTHORS doc/FAQ doc/HACKING doc/HowToCreateDictionary doc/StarDictFileFormat doc/Translation > > >%post >GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/stardict.schemas >/dev/null >if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi > >%postun >if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi > >%changelog >* Wed Feb 27 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 3.0.1-5 >- More gcc43 fix > >* Wed Feb 27 2008 Hu Zheng <zhu@redhat.com> - 3.0.1-4 >- small fix. > >* Tue Feb 26 2008 Hu Zheng <zhu@redhat.com> - 3.0.1-3 >- Gcc-4.3 compile fix. > >* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0.1-2 >- Autorebuild for GCC 4.3 > >* Thu Nov 08 2007 Hu Zheng <zhu@redhat.com> - 3.0.1-1 >- Update to upstream. > >* Mon Sep 03 2007 Hu Zheng <zhu@redhat.com> - 3.0.0-4 >- Small fix on spec file. Use desktop-file-install. > >* Thu Aug 23 2007 Hu Zheng <zhu@redhat.com> - 3.0.0-3 >- Add floatwin and espeak patch. > >* Mon Aug 13 2007 Hu Zheng <zhu@redhat.com> - 3.0.0-1 >- Update to upstream. > >* Fri Jun 22 2007 Hu Zheng <zhu@redhat.com> - 2.4.8-3 >- Add dic and treedict directory. > >* Thu Jan 16 2007 Mayank Jain <majain@redhat.com> >- Removed gnome support from the spec file (--disable-gnome-support) for bug 213850 >- Commented the gnome related directives. > >* Thu Jan 12 2007 Mayank Jain <majain@redhat.com> >- Added perl-XML-Parser as BuildRequires > >* Thu Jan 11 2007 Mayank Jain <majain@redhat.com> >* Thu Jan 11 2007 Mayank Jain <majain@redhat.com> >- Updated to version 2.4.8 >- Removed invalid patch - stardict-2.4.5-invalid-cplusplus.patch >- Reset release number to 2.4.8-1 >- Added dist-tag to the release version directive > >* Tue Jul 18 2006 Jesse Keating <jkeating@redhat.com> - 2.4.5-5 >- rebuild >- add gettext as br > >* Mon Jun 12 2006 Mayank Jain <majain@redhat.com> >- Updated package description > >* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> >- Added missing BuildRequires scrollkeeper >- Added Requires(post) and (postun) accordingly > >* Tue Apr 18 2006 Mayank Jain <majain@redhat.com> >- Corrected spelling mistakes in the description section, RH bug #161777 > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.5-2.2 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.5-2.1 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Fri Jan 13 2006 Leon Ho <llch@redhat.com> 2.4.5-2 >- added in patch to fix #176890 > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Mon Sep 19 2005 Leon Ho <llch@redhat.com> 2.4.5-1 >- Upgraded to 2.4.5 > >* Thu Mar 17 2005 Leon Ho <llch@redhat.com> 2.4.4-3 >- rebuilt > >* Thu Feb 03 2005 Leon Ho <llch@redhat.com> 2.4.4-2 >- Reupdate the spec file >- Upgrade to 2.4.4 > >* Sun Nov 28 2004 Hu Zheng <huzheng_001@163.com> 2.4.4 >- Public release of StarDict 2.4.4. > >* Thu Feb 19 2004 Hu Zheng <huzheng_001@163.com> 2.4.3 >- Public release of StarDict 2.4.3. > >* Sat Nov 15 2003 Hu Zheng <huzheng_001@163.com> 2.4.2 >- Public release of StarDict 2.4.2. > >* Sun Sep 28 2003 Hu Zheng <huzheng_001@163.com> 2.4.1 >- Public release of StarDict 2.4.1. > >* Thu Aug 28 2003 Hu Zheng <huzheng_001@163.com> 2.4.0 >- Public release of StarDict 2.4.0. > >* Sat Jun 28 2003 Hu Zheng <huzheng_001@163.com> 2.2.1 >- Public release of StarDict 2.2.1. > >* Sun Jun 01 2003 Hu Zheng <huzheng_001@163.com> 2.2.0 >- Public release of StarDict 2.2.0. > >* Sun May 18 2003 Hu Zheng <huzheng_001@163.com> 2.1.0 >- Public release of StarDict 2.1.0. > >* Fri May 02 2003 Hu Zheng <huzheng_001@163.com> 2.0.0 >- Public release of StarDict 2.0.0. > >* Wed Apr 9 2003 Hu Zheng <huzheng_001@163.com> 2.0.0-pre2 >- Second public preview release of StarDict 2. > >* Sun Mar 30 2003 Hu Zheng <huzheng_001@163.com> 2.0.0-pre1 >- First public preview release of StarDict 2.
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 434526
:
296038
| 296039