221 lines
7.4 KiB
RPMSpec
221 lines
7.4 KiB
RPMSpec
Name: sword
|
|
Version: 1.7.3
|
|
Release: 9%{?dist}
|
|
Summary: Free Bible Software Project
|
|
License: GPLv2
|
|
URL: http://www.crosswire.org/sword/
|
|
Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-%{version}.tar.gz
|
|
BuildRequires: clucene-core-devel
|
|
BuildRequires: cppunit-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: icu
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
%description
|
|
The SWORD Project is the CrossWire Bible Society's free Bible software
|
|
project. Its purpose is to create cross-platform open-source tools--
|
|
covered by the GNU General Public License-- that allow programmers and
|
|
Bible societies to write new Bible software more quickly and easily. We
|
|
also create Bible study software for all readers, students, scholars,
|
|
and translators of the Bible, and have a growing collection of over 200
|
|
texts in over 50 languages.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --disable-static --with-icu --with-clucene=%{_prefix}
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|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
|
|
%make_install
|
|
mkdir -p %{buildroot}%{_datadir}/sword/modules
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
|
|
%doc samples doc
|
|
%config(noreplace) %{_sysconfdir}/sword.conf
|
|
%{_bindir}/*
|
|
%{_datadir}/sword/
|
|
%{_libdir}/libsword-%{version}.so
|
|
|
|
%files devel
|
|
%doc CODINGSTYLE
|
|
%{_includedir}/sword/
|
|
%{_libdir}/libsword.so
|
|
%{_libdir}/pkgconfig/sword.pc
|
|
|
|
%changelog
|
|
* Mon Oct 27 2014 Greg Hellings <greg.hellings@gmail.com> - 1.7.3-9
|
|
- Release bump
|
|
|
|
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 1.7.3-7
|
|
- rebuild for ICU 53.1
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.3-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Wed Aug 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 1.7.3-5
|
|
- revert some incompatible "cleanup" (%%make_build undefined on < f21)
|
|
- -devel: drop extraneous lib deps (let pkgconfig autoreq handle it as needed)
|
|
|
|
* Mon Aug 11 2014 Greg Hellings <greg.hellings@gmail.com> - 1.7.3-4
|
|
- Change curl-devel for libcurl-devel
|
|
|
|
* Sat Aug 02 2014 Christopher Meng <rpm@cicku.me> - 1.7.3-3
|
|
- devel subpkg cleanup
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue May 06 2014 Greg Hellings <greg.hellings@gmail.com> - 1.7.3-1
|
|
- New upstream version
|
|
|
|
* Thu Feb 13 2014 Greg Hellings <greg.hellings@gmail.com> - 1.7.2-2
|
|
- Rebuilt for ICU 52
|
|
|
|
* Wed Jan 29 2014 Deji Akingunola <dakingun@gmail.com> - 1.7.2-1
|
|
- Update to sword-1.7.2
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Feb 01 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.6.2-10
|
|
- Rebuild for icu 50
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sun May 20 2012 Deji Akingunola <dakingun@gmail.com> - 1.6.2-8
|
|
- Rebuild for icu soname change
|
|
|
|
* Wed Feb 22 2012 Deji Akingunola <dakingun@gmail.com> - 1.6.2-7
|
|
- Fix compile error with gcc-4.7
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 1.6.2-5
|
|
- fix compile against clucene2
|
|
|
|
* Fri Sep 09 2011 Caolán McNamara <caolanm@redhat.com> - 1.6.2-4
|
|
- rebuild for icu 4.8.1
|
|
|
|
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> - 1.6.2-3
|
|
- rebuild for icu 4.6
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Oct 22 2010 Deji Akingunola <dakingun@gmail.com> - 1.6.2-1
|
|
- Update to version 1.6.2
|
|
|
|
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 1.6.1-3
|
|
- rebuild for icu 4.4
|
|
|
|
* Sat Mar 20 2010 Deji Akingunola <dakingun@gmail.com> - 1.6.1-2
|
|
- Work around regression in curl-7.20.0 (Patch by Karl Kleinpaste), fix #569685
|
|
|
|
* Wed Jan 13 2010 Deji Akingunola <dakingun@gmail.com> - 1.6.1-1
|
|
- Update to version 1.6.1
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu May 14 2009 Deji Akingunola <dakingun@gmail.com> - 1.6.0-1
|
|
- Update to version 1.6.0
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.11-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Wed Feb 04 2009 Deji Akingunola <dakingun@gmail.com> - 1.5.11-3
|
|
- Add patch to build with gcc-4.4
|
|
|
|
* Tue Jun 03 2008 Caolán McNamara <caolanm@redhat.com> - 1.5.11-2
|
|
- rebuild for new icu
|
|
|
|
* Mon May 26 2008 Deji Akingunola <dakingun@gmail.com> - 1.5.11-1
|
|
- Update to version 1.5.11
|
|
|
|
* Thu Feb 21 2008 Deji Akingunola <dakingun@gmail.com> - 1.5.10-3
|
|
- Fix command injection bug (Bug #433723)
|
|
|
|
* Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.5.10-2
|
|
- Fix build issue with gcc43
|
|
|
|
* Mon Nov 05 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.10-1
|
|
- Update to version 1.5.10
|
|
|
|
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-7
|
|
- Fix the build failure due to glibc open() check
|
|
|
|
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-6
|
|
- Rebuild
|
|
|
|
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-5
|
|
- License tag update
|
|
- Rebuild for new icu
|
|
|
|
* Sat Jan 20 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-4
|
|
- Fix an error (libicu-devel not icu-devel)
|
|
|
|
* Sat Jan 20 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-3
|
|
- Add Requires for the -devel subpackage
|
|
|
|
* Sun Jan 14 2007 Deji Akingunola <dakingun@gmail.com> - 1.5.9-2
|
|
- Rebuild with lucene support
|
|
|
|
* Wed Nov 08 2006 Deji Akingunola <dakingun@gmail.com> - 1.5.9-1
|
|
- New release
|
|
- Build with icu support
|
|
|
|
* Wed Sep 20 2006 Deji Akingunola <dakingun@gmail.com> - 1.5.8-9
|
|
- Take over from Michael A. Peters
|
|
- Rebuild for FC6
|
|
|
|
* Sat Jun 03 2006 Michael A. Peters <mpeters@mac.com> - 1.5.8-8
|
|
- Added pkgconfig to devel package Requires
|
|
|
|
* Fri Feb 17 2006 Michael A. Peters <mpeters@mac.com> - 1.5.8-7
|
|
- Rebuild in devel branch
|
|
|
|
* Wed Dec 14 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-6
|
|
- rebuild in devel branch with new compiler suite
|
|
- remove specific release from devel requires of main package
|
|
- do not build with %%{_smp_mflags}
|
|
|
|
* Mon Nov 21 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-5
|
|
- disable static library
|
|
|
|
* Sun Nov 13 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-4.1
|
|
- Rebuild against new openssl
|
|
|
|
* Sat Oct 29 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-4
|
|
- Added Arabic support files from Developer mailing list (they have
|
|
- been added to the upstream SVN version)
|
|
|
|
* Thu Jun 09 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-3
|
|
- fix line breaks
|
|
|
|
* Mon Jun 06 2005 Michael A. Peters <mpeters@mac.com> - 1.5.8-1
|
|
- initial CVS checkin for Fedora Extras
|