rpms/sword/devel sword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Tue Jun 7 11:54:47 UTC 2005


Author: mpeters

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

Modified Files:
	.cvsignore sources 
Added Files:
	sword.spec 
Log Message:
auto-import sword-1.5.8-1 on branch devel from sword-1.5.8-1.src.rpm


--- NEW FILE sword.spec ---
Name:           sword           
Version:        1.5.8
Release:        1%{?dist}
Summary:        Free Bible Software Project

Group:          System Environment/Libraries
License:        GPL
URL:            http://www.crosswire.org/sword/
Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  openssl-devel
BuildRequires:  curl-devel
BuildRequires:  zlib-devel
BuildRequires:  libidn-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 the sword project
Group:    Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the development headers and libraries for the
sword API. You need this package if you plan on compiling software
that uses the sword API, such as Gnomesword or Bibletime.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %buildroot
make install DESTDIR=%buildroot
%__mkdir_p %buildroot%_datadir/sword/modules

find %buildroot%_libdir -type f -name "*.la" -exec rm -f {} ';'

%clean
rm -rf %buildroot


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README
%doc samples doc
%config(noreplace) %_sysconfdir/sword.conf
%_bindir/*
%dir %_libdir/sword
%_libdir/libsword-%{version}.so
%_datadir/sword

%files devel
%defattr(-,root,root,-)
%doc CODINGSTYLE
%_includedir/sword
%_libdir/pkgconfig/sword.pc
%_libdir/libsword.a
%_libdir/libsword.so


%changelog
* Mon Jun 06 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-1
- initial CVS checkin for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jun 2005 11:52:38 -0000	1.1
+++ .cvsignore	7 Jun 2005 11:54:45 -0000	1.2
@@ -0,0 +1 @@
+sword-1.5.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jun 2005 11:52:38 -0000	1.1
+++ sources	7 Jun 2005 11:54:45 -0000	1.2
@@ -0,0 +1 @@
+c36398c84bfb044c0c66ef3ffcf29400  sword-1.5.8.tar.gz




More information about the fedora-extras-commits mailing list