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 145519 Details for
Bug 222456
Review Request: bibletime - BibleTime is a frontend for the SWORD Bible Framework
[?]
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.
[patch]
Patch to the bibletime.spec
bibletime-spec.patch (text/plain), 3.13 KB, created by
Deji Akingunola
on 2007-01-13 04:35:07 UTC
(
hide
)
Description:
Patch to the bibletime.spec
Filename:
MIME Type:
Creator:
Deji Akingunola
Created:
2007-01-13 04:35:07 UTC
Size:
3.13 KB
patch
obsolete
>--- bibletime.spec 2007-01-12 22:58:09.000000000 -0500 >+++ bibletime.spec.new 2007-01-12 23:18:43.000000000 -0500 >@@ -1,13 +1,15 @@ > Summary: BibleTime is an easy to use Bible study tool for KDE > Name: bibletime > Version: 1.6.2 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPL > Url: http://www.bibletime.info/ > Group: Applications/Productivity > Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >+Patch0: bibletime-desktop.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-BuildRequires: sword-devel >= 1.5.9 clucene-core-devel >= 0.9.15 kdelibs-devel desktop-file-utils >+BuildRequires: sword-devel >= 1.5.9 clucene-core-devel >= 0.9.15 kdelibs-devel >+BuildRequires: desktop-file-utils gettext > > %description > BibleTime is a free and easy to use bible study tool for UNIX systems. >@@ -20,57 +22,58 @@ > %prep > > %setup -q >+%patch0 -p0 -b .desk > > %build > %configure --disable-rpath > make %{?_smp_mflags} >-make bibletime.desktop > > %install >-%{__rm} -rf --preserve-root %{buildroot} >+%{__rm} -rf %{buildroot} > > make DESTDIR=%{buildroot} install > >-mkdir -p %{buildroot}%{_datadir}/applications/kde >- >-install -p %{name}.desktop %{buildroot}%{_datadir}/applications/kde/%{name}.desktop >- > desktop-file-install --vendor="" \ >- --dir=%{buildroot}%{_datadir}/applications/kde \ >- --add-category=X-Fedora \ >- --add-category=KDE \ >- --remove-key=TerminalOptions \ >+ --dir=%{buildroot}%{_datadir}/applications \ > --delete-original \ >- %{buildroot}%{_datadir}/applications/kde/%{name}.desktop >+ %{buildroot}%{_datadir}/applications/%{name}.desktop >+ >+chmod 0644 %{buildroot}%{_datadir}/apps/bibletime/bibletimeui.rc >+chmod 0644 %{buildroot}%{_datadir}/apps/bibletime/tips >+ >+%find_lang bibletime || touch bibletime.lang >+HTML_DIR=$(kde-config --expandvars --install html) >+if [ -d %{buildroot}$HTML_DIR ]; then >+ for lang_dir in %{buildroot}$HTML_DIR/* ; do >+ lang=$(basename $lang_dir) >+ echo "%lang($lang) %doc $HTML_DIR/$lang/*" >> bibletime.lang >+ done >+fi > >-rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop >+%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 || : > >-%clean >-%{__rm} -rf --preserve-root %{buildroot} >- >-%files >-%defattr(-,root,root) >+%files -f bibletime.lang >+%defattr(-,root,root,-) > %{_bindir}/* >-%{_datadir}/applications/kde/%{name}.desktop >-%attr(0644,root,root) %{_datadir}/apps/bibletime/bibletimeui.rc >-%attr(0644,root,root) %{_datadir}/apps/bibletime/tips >+%{_datadir}/applications/*.desktop > %{_datadir}/apps/%{name}/ >-%{_datadir}/doc/HTML/en/%{name}/ > %{_datadir}/icons/hicolor/*/* > %{_includedir}/bibletimeinterface.h > %doc README LICENSE > > %changelog >+* Fri Jan 12 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 1.6.2-2 >+- Cleanups >+ > * Fri Jan 12 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 1.6.2-1 > - First attempt for Fedora Extras > - (Credits to Joachim Ansorg and Brook Humphrey for previous
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222456
:
145518
| 145519 |
145640