[bt-devel] cvs and my spec.

Brook Humphrey bt-devel@crosswire.org
Sat, 12 Oct 2002 23:02:22 -0700


--------------Boundary-00=_YROWIDFZX4D4NFOQ60L4
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 8bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ok I can not add my spec to cvs as I don't write access. So here it is. Also 
incuded is my current sword spec. They both compiled everything ok for as of 
a few days ago.
- -- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
                                      Brook Humphrey           
        Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107        
http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com   
                                 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9qQxunT1TkA6FgPgRApWjAJ0Sm6rG+Fw/jU/LxWeyarOL1j5QgwCeO6cJ
msyVPRZMHNctW50hztAhQH0=
=kCZ/
-----END PGP SIGNATURE-----

--------------Boundary-00=_YROWIDFZX4D4NFOQ60L4
Content-Type: text/plain;
  charset="us-ascii";
  name="bibletime-1.2.2-cvs-1mdk9.0.spec"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bibletime-1.2.2-cvs-1mdk9.0.spec"

%define         name 		bibletime
%define         version 	1.2.2_cvs

# This should not be changed but set this to static or dynamic.
# Sword should always be set to static for these builds.
%define		swordlibs 	static

# this needs to be changed depending on build number 
# and weather or not it is static
%define		release 	1mdk9.0

# This should be set to your os.
# Possible values are  Mandrake, Red Hat, Turbolinux, Caldera, SuSE, Debian, etc.
%define		ostype 		Mandrake

# This should be set to the version of your OS (6.0, 6.1, 6.2, 7.0, 7.1, 7.2, 8.0, etc.)
%define		osversion 	9.0

# This is your cpu i486, i586, i686, ppc, sparc, alfa, etc.
%define		buildarch 	i586

# This the RPM group on your system that this will installed into.
# Graphical desktop/KDE, X11/apps, etc.
%define		rpmgroup 	Graphical desktop/KDE

# this is were the sword modules will be installed on your system.
# /usr/local/sword, /usr/share/sword, /opt/local/sword, etc.
# default is /usr/share/sword
%define     SwordPath 	/usr/share/sword
%define	    ModsPath 	%{SwordPath}/mods.d

# This for Mandrake menus if you have another system do not edit this line. it is for
# compatability with those systems.
%define		build_menus	1
%define		_menudir 	/usr/lib/menu 
# Nothing else should need to be changed.
# Please do not edit below this line unless you know what you are doing.

Summary:        BibleTime %{version} is an easy to use Bible study tool for KDE2.
Name:		%{name}
Version:        %{version}
Release:        %{release}
Icon:		bibletime.xpm
Copyright:      GPL
Vendor:         The team of BibleTime <info@bibletime.de>
Url:            http://www.bibletime.de
Packager:       Brook Humphrey <bah@webmedic.net>, Joachim Ansorg <jansorg@gmx.de>
Group:          %{rpmgroup}
BuildArch:      %{buildarch}
Source0:        %{name}-%{version}.tar.bz2

# For use with mandrake menu system. 
%if %build_menus
Source1:        bibletime_icons.tar.bz2
%endif

# This source comes from sword and will conflict woth sword if it is installed so we will make it a seperarte package.
Source2:	locales.d.tar.bz2

BuildRoot:      %{_tmppath}/%{name}-%{version}--rootbibletime
Provides:       sword-base sword = %{libversion}
Prefix: 	%{_prefix} 

%description
BibleTime %{version}-%{release} is a free and easy to use bible study tool for UNIX systems.

BibleTime provides easy handling of digitalized texts (Bibles, commentaries and lexicons) and powerful features to work with these texts (search in texts, write own notes, save, print etc.). Bibletime is a frontend for the  SWORD Bible Framework.

This is  a relocatable package, you can install it on different target with
rpm -Uvh bibletime-xxx.rpm --prefix /usr/local/opt/apps/noncommercial
default is %{_prefix}

The SWORD Project is an effort to create an ever expanding software package for research and study of God and His Word.  The SWORD Bible Framework allows easy manipulation of Bible texts, commentaries, lexicons, dictionaries, etc.  Many frontends are build using this framework.  An installed module set may be shared between any frontend using the framework.

This rpm was compiled on a %{ostype} %{osversion} system for %{buildarch} class cpu's.

This RPM has these compiled options Sword is compiled %{swordlibs} and KDE/QT is compiled %{kdelibs}.

Although this binary no longer requires sword to run the source.rpm will not build correctly
without the sword-devel package installed.

%prep
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}

# For use with mandrake menu system
mkdir -p $RPM_BUILD_ROOT%{_menudir}

mkdir -p $RPM_BUILD_ROOT/usr/share/config

# generate directories for sword if building static
if [ %{swordlibs} = "static" ] ; then
 mkdir -p $RPM_BUILD_ROOT%{SwordPath}
 mkdir -p $RPM_BUILD_ROOT%{ModsPath}
fi


%setup -q
tar jxvf %{SOURCE2}
if [ %{ostype} = "Mandrake" ] ; then
 %if %build_menus
  #Icons for Mandrake menu system
  tar jxvf %{SOURCE1}
 %endif
 export KDEDIR=/usr QTDIR=/usr/lib/qt2
elif [%{ostype} = "SuSE"] ; then
 export KDEDIR=/opt/kde2 QTDIR=/usr/lib/qt2
else
	echo "Using $KDEDIR as KDE2 directory";
	echo "Using $QTDIR as QT 2.2.x directory";
	echo "If the directories are not correct please set them using \"export KDEDIR=<KDE2 directory> QTDIR=<QT2.2 directory>\""
	sleep 5
fi

make -f Makefile.cvs

if [ %{swordlibs} = "static" ] ; then
        ./configure --enable-static-sword; #--enable-static-linking;
else
        ./configure;
fi

make -j2

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

# Copy Sword language.conf files to our install dir
mkdir -p $RPM_BUILD_ROOT%{SwordPath}/locales.d
cp locales.d/*.conf $RPM_BUILD_ROOT%{SwordPath}/locales.d/

# Create Sword globals.conf for using bibletime without sword installed.
cat << EOF >$RPM_BUILD_ROOT%{ModsPath}/globals.conf
 [Globals]
EOF

# For use with mandrake menu system 
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}
?package(bibletime):command="/usr/bin/bibletime" icon="bibletime.png" \
                needs="X11" section="Applications/Bible Study/" title="Bibletime" \
                longtitle="An easy to use Bible study tool."
EOF

# For use with mandrake menu system 
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}-setupwizard
?package(bibletime):command="/usr/bin/btsetupwizard" icon="bibletime.png" \
                needs="X11" section="Applications/Bible Study/" title="Bibletime Setup Wizard" \
                longtitle="A setup tool for the easy to use Bible study tool."
EOF

# For use with mandrake menu system 
# icons: this is for the mandrake menu system
%if %build_menus
  mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
  mkdir -p $RPM_BUILD_ROOT%{_iconsdir}
  mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
  cd $RPM_BUILD_DIR/%{name}-%{version}
  install -m 644 hi16-app-%{name}.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
  install -m 644 hi32-app-%{name}.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
  install -m 644 hi48-app-%{name}.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
%endif 

%post
# this is for creation of the sword.conf for systems that are using bibletime without Sword installed.
if [ -f /etc/sword.conf ] ; then
         echo "sword.conf already exists skiping sword.conf creation." ;
else
cat << EOF >/etc/sword.conf
[Install]
DataPath=%{SwordPath}
EOF
fi

/sbin/ldconfig

# For use with mandrake menu system
if [ %{ostype} = "Mandrake" ] ; then
 %{update_menus}
fi

%postun

# For use with mandrake menu system
if [ %{ostype} = "Mandrake" ] ; then
 %{clean_menus}
fi

/sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
#Sword config files
%config %{ModsPath}/globals.conf
%config %{SwordPath}/locales.d/*.conf
# global BibleTime config files
#%config %{prefix}/share/config/bt-printing
%doc %{prefix}/share/doc/HTML/*
%{prefix}/bin/*
%{prefix}/share/applnk/Applications/*
%{prefix}/share/apps/bibletime/*
%{prefix}/share/icons/*
# For use with mandrake menu system
%if %build_menus
%{_menudir}/%{name}
%{_menudir}/%{name}-setupwizard
%endif

%changelog
* Tue Oct 9 2002 Brook Humphrey <bah@webmedic.net> bibleitme-1.2.2-cvs-1mdk9.0

- Build for mandrake 9.0/ Fixes for gcc 3.2 should allow it to build this time.

- Changed files somewhat as the build droped some and added some.

- Added mandrake menu for bibletime setup wizard.

- Changed the icons to the new hicolor png's for the mandrake menues.

* Fri Aug 2 2002 Brook Humphrey <bah@webmedic.net> bibleitme-1.2.1

- Build for Mandrake 9.0

* Mon Apr 8 2002 Brook Humphrey <bah@webmedic.net> bibletime-1.1

- Added to the spec to better handle mandrake menus during compile. Now should be compatable with all os's.

- added locals.d source to build. This removes dependecy on sword being installed. Will make seperate package for this later.


* Fri Mar 31 2002 Joachim Ansorg <jansorg@gmx.de>

- Made including the book translations working finally.

- Fixed SPEC files to work with SuSE


* Thu Feb 7 2002 Brook Humphrey <bah@webmedic.net> bibletime-1.0.2

- changed compile time options to mach bibletime spec included with source files

- compiled on mandrake 8.2


* Fri Sep 7 2001 Joachim Ansorg <jansorg@gmx.de>

- Added the bookname files in the file list

* Tue Jul 10 2001 Brook Humphrey <bah@webmedic.net> bibletime-1.0.1-Mandrake8.0.4mdk

- Recompile because of dependecy problems.  

* Tue Jul 10 2001 Brook Humphrey <bah@webmedic.net> bibletime-1.0.1-Mandrake8.0.1mdk

- bug fix release bibletime-1.0.1

- adda extra compile options to spec file.

- Merged in suse changes for compileing on SuSE

* Sun May 27 2001 Brook Humphrey <bah@webmedic.net>

- Trying different variations of static compiles again.

- Still using cvs sources while waiting for 1.0 release.

* Thu May 24 2001 Brook Humphrey <bah@webmedic.net>

- Trying for x static and whatever else we can get into it.

- No X for today Got libz to compile in but it causes segfault.

* Wed May 23 2001 Brook Humphrey <bah@webmedic.net>

- Yet another try at static qt.

- Qt static works now.

* Mon May 21 2001 Brook Humphrey <bah@webmedic.net>

- Static is working for kde and a few other libs but not qt yet.

- Testing another patch today to try to get qt compiled static.

* Sun May 20 2001 Brook Humphrey <bah@webmedic.net>

- Cleaned up spec some more(stupid spelling error's)

- static compile not working today so added option to compile kde and sword as static seperately

* Sat May 19 2001 Brook Humphrey <bah@webmedic.net>

- Cleaned up spec some more and added a few more comments

- Changed spec to automaticly do parts concerning static and Mandrake menus

- All info can be set in defines at top of spec file no other changes should need to be made

- Fixed patch to compile static should now compile static with kde libs 

- Test to compile with qt as static also

* Sun May 13 2001 Brook Humphrey <bah@webmedic.net>

- cleaned up spec file and added more comments for easier reading.

- changed sword.conf instelation to check for previous versions of sword.conf

- If found a new sword.conf is not created

- Made a patch to hopefully compile kde and other libs as atatic

- static compile didn't work for today.

* Tue May 8 2001 Brook Humphrey <bah@webmedic.net>

- Updated package to be relocatable

- added sword directories and sword.conf to install

* Mon Apr 30 2001 Brook Humphrey <bah@webmedic.net>

- Changed to build staticly

- added more mandrake macros to spec file

* Mon Apr 23 2001 Brook Humphrey <bah@webmedic.net>

- made changes to enable compile of cvs tree

* Wed Mar 14 2001 Brook Humphrey <bah@webmedic.net>

- updated to use mandrake menu sysem


--------------Boundary-00=_YROWIDFZX4D4NFOQ60L4
Content-Type: text/plain;
  charset="us-ascii";
  name="sword-1.5.4-1mdk9.0.spec"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="sword-1.5.4-1mdk9.0.spec"

%define 	name 		sword
%define 	version 	1.5.4
%define         release 	1mdk9.0
%define		ostype 		Mandrake9.0
%define		buildarch 	i586
%define		lib_name_orig 	libsword
%define		lib_major 	1
%define		lib_name 	%{lib_name_orig}%{lib_major}


%define 	DocPath /usr/doc/%{name}-%{version}
%define 	LibPath /usr/lib
%define 	SwordPath /usr/share/sword
%define		ModsPath %{SwordPath}/mods.d
%define 	IncludePath /usr/include/sword
%define         _sysconfdir /etc

Summary:	The SWORD Project framework for manipulating Bible texts
Summary(cs): 	Programy pro studium Bible a vývojové nástroje.
Summary(sk): 	Programy pre štúdium Biblie a vývojové nástroje.
Name:		%{name}
Version:	%{version}
Release:	%{release}
Icon:		sword.xpm
Copyright:	GPL
Packager:	Brook Humphrey <bah@webmedic.net>
Vendor: 	CrossWire Bible Society
URL:		http://www.crosswire.org
Source0: 	http://www.crosswire.org/download/ftpmirror.tmp/pub/sword/source/v1.5/%{name}-%{version}.tar.bz2
Source1: 	ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/sapphire/sapphire.zip 
Source2:        sword_icons.tar.bz2
Group: 		System/Libraries
BuildArch:	%{buildarch}
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides: 	sword-base sword
Prefix: 	%{_prefix}

# This is not yet a relocateble package, you can not yet install it on different target with:
# rpm -Uvh sword-xxx.rpm --prefix /usr/local/opt/apps/noncommercial
# default is %{Prefix}/share/sword

%description
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
The SWORD Project is an effort to create an ever expanding software package 
for research and study of God and His Word.  The SWORD Bible Framework 
allows easy manipulation of Bible texts, commentaries, lexicons, dictionaries, 
etc.  Many frontends are build using this framework.  An installed module 
set may be shared between any frontend using the framework.

%description -l cs
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
Snahou projektu SWORD je vytvořit volné (ve smyslu licence OpenSource)
programy, vývojové nástroje a pomůcky ke studiu Bible.
Mohou být instalovány další, volitelně přídavné moduly: různé překlady Bible,
komentáře, výklady a slovníky.

%description -l sk
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
Cieľom projektu SWORD je vytvoriť voľné (vo zmysle licencie OpenSource)
programy, vývojoví nástroje a pomôcky pre štúdium Biblie.. Môžu sa tiež
nainštalovať ďalšie voliteľné a prídavné moduly: rôzne preklady Biblie,
Biblické komentáre, lexikóny a slovníky.


#main package (contains *.so.[major].* only)
%package -n %{lib_name}
Summary: 	Main library for sword #(!) summary for main lib RPM only
Group: 		System/Libraries
Provides: 	%{name} = %{version}-%{release}
Requires: 	sword

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with sword.

%package 	-n %{lib_name}-devel
Summary: 	Include files for developing sword applications.
Group: 		Development/Libraries
Requires: 	%{lib_name} = %{version}
Provides: 	%{lib_name_orig}-devel = %{version}-%{release} %{name}-devel = %{version}-%{release} 

%description -n %{lib_name}-devel
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
This package contains the headers that programmers 
will need to develop applications which will use the SWORD Bible Framework.

%package -n %{lib_name}-static-devel
Summary: 	Static libs for developing sword applications.
Group: 		Development/Libraries
Requires: 	%{lib_name} = %{version} %{lib_name}-devel = %{version}
Provides: 	%{lib_name_orig}-static-devel = %{version}-%{release} %{name}-static-devel = %{version}-%{release} 

%description -n %{lib_name}-static-devel
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
This package contains the static libraries that programmers 
will need to develop applications which will use the SWORD Bible Framework.


%package apps
Summary: 	"cheatah" is a simple bible search application.
Group: 		Graphical desktop/GNOME
Requires: 	sword-base %{lib_name} = %{version}

%description apps
This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
"cheatah" is a simple GUI bible search application.

#%package install_manager
#Summary: Install manager utility for the SWORD Project.
#Group: System/Configuration/Packaging

#%description install_manager
#This rpm was compiled on a %{ostype} system for %{buildarch} class cpu's.
#Install manager utility provides a means for adding and removing
#plugin modules to the SWORD Project software.
#This utility can only be used by root to install modules.

%prep
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{DocPath}/api-documentation
mkdir -p $RPM_BUILD_ROOT%{LibPath}
mkdir -p $RPM_BUILD_ROOT%{SwordPath}
mkdir -p $RPM_BUILD_ROOT%{IncludePath}
mkdir -p $RPM_BUILD_ROOT%{ModsPath}
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/etc
mkdir -p $RPM_BUILD_ROOT%{_menudir}
mkdir -p $RPM_BUILD_ROOT/usr/share/man

%setup -q ${name}-%{version}
unzip -d sapphire %{SOURCE1}
tar yxvf %{SOURCE2}
cp sapphire/SAPPHIRE.H include/sapphire.h
cp sapphire/SAPPHIRE.CPP src/modules/common/sapphire.cpp

#cd apps/X11/cheatah
#./configure

# Install manager not really nedded so a pckage in not created here
#cd ../InstallMgr

./configure --prefix=/usr --sysconfdir=/etc

%build
make debug=no buildshare=yes ROOT="$RPM_BUILD_ROOT"

#cd apps/X11/cheatah
#make

# not really needed as a package add back if needed
#cd ../InstallMgr
#make

%install
#make user=root group=root instdir=$RPM_BUILD_ROOT/usr install
#cat >$RPM_BUILD_ROOT/etc/sword.conf <<'EOF'
#[Install]
#DataPath=/usr/share/sword
#EOF
cp -R doc/api-documentation/html/ $RPM_BUILD_ROOT%{DocPath}/api-documentation/.
#cp -R doc/api-documentation/man/ $RPM_BUILD_ROOT/usr/share/man/.
cp doc/*.* $RPM_BUILD_ROOT%{DocPath}
cp README INSTALL LICENSE ChangeLog $RPM_BUILD_ROOT%{DocPath}
cp -R samples/ $RPM_BUILD_ROOT%{DocPath}/.
cp samples/mods.d/globals.conf $RPM_BUILD_ROOT%{ModsPath}/globals.conf

#cp apps/X11/cheatah/cheatah $RPM_BUILD_ROOT/usr/bin

cp lib/.libs/libsword.a $RPM_BUILD_ROOT%{LibPath}
cp lib/.libs/libsword.so.1.0.0 $RPM_BUILD_ROOT%{LibPath}
mv $RPM_BUILD_ROOT%{LibPath}/libsword.so.1.0.0 $RPM_BUILD_ROOT%{LibPath}/libsword.so.1.5.4
ln -sf %{LibPath}/libsword.so.1.5.4 $RPM_BUILD_ROOT%{LibPath}/libsword.so 
ln -sf %{LibPath}/libsword.so.1.5.4 $RPM_BUILD_ROOT%{LibPath}/libsword.so.1 

cp -R locales.d/ $RPM_BUILD_ROOT%{SwordPath}/.
install include/*.h $RPM_BUILD_ROOT%{IncludePath}
cp $RPM_BUILD_ROOT%{DocPath}/samples/recommended/sword.conf $RPM_BUILD_ROOT/etc/sword.conf
cd utilities
cp mkfastmod mod2vpl vpl2mod $RPM_BUILD_ROOT/usr/bin
cat << EOF > $RPM_BUILD_ROOT/%{_menudir}/cheatah
?package(sword-apps):command="/usr/bin/cheatah" icon="%{name}.xpm" \
                needs="X11" section="Applications/Bible Study/" title="Cheatah" \
                longtitle="A simple bible search application."
EOF

#used for sword apps 
# icons: this is for the mandrake menu system
mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
mkdir -p $RPM_BUILD_ROOT%{_iconsdir}
mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
cd $RPM_BUILD_DIR/%{name}-%{version}
install -m 644 sword_16.xpm $RPM_BUILD_ROOT%{_miconsdir}/%{name}.xpm
install -m 644 sword_32.xpm $RPM_BUILD_ROOT%{_iconsdir}/%{name}.xpm
install -m 644 sword_48.xpm $RPM_BUILD_ROOT%{_liconsdir}/%{name}.xpm




%post -p /sbin/ldconfig
# This should be done by sysadmin hands, but the linux newbies are pretty dumb.
if [ $1 = 1 ]; then
#cat >$RPM_BUILD_ROOT/etc/sword.conf <<'EOF'
#[Install]
#DataPath=/usr/share/sword
#
# 	Config file for Sword/BibleTime.
#
# Automatically generated during installation, will be removed
# with last instance of Sword.
# Hint:  Did you make your backups today? ;-)
#
#EOF

  /bin/sed /DataPath/d < \
  $RPM_BUILD_ROOT%{DocPath}/samples/recommended/sword.conf >> /etc/sword.conf
  echo "DataPath="$RPM_BUILD_ROOT%{SwordPath} >> /etc/sword.conf
fi

%post -n %{lib_name} -p /sbin/ldconfig

%post apps
/sbin/ldconfig
%{update_menus}

%postun -p /sbin/ldconfig
if [ $1 = 0 ]; then
     /bin/rm -f /etc/sword.conf
fi

%postun -n %{lib_name} -p /sbin/ldconfig

%postun apps
%{clean_menus}
/sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%config /etc/sword.conf
%config %{ModsPath}/globals.conf
%doc %{DocPath}/*
#%{_mandir}/*/*

/usr/share/sword/locales.d/*
/usr/bin/mkfastmod
/usr/bin/mod2vpl
/usr/bin/vpl2mod

%files -n %{lib_name}
# ..
%{_libdir}/*.so.*

%files -n %{lib_name}-devel
%defattr(-,root,root)
/usr/include/sword/*
%{_libdir}/*.so

%files -n %{lib_name}-static-devel
%defattr(-,root,root)
/usr/lib/libsword.a

#%files apps
#%defattr(-,root,root)
#/usr/bin/cheatah
#%{_menudir}/cheatah
#%{_liconsdir}/%{name}.xpm
#%{_iconsdir}/%{name}.xpm
#%{_miconsdir}/%{name}.xpm

%changelog
* Wed Oct 9 2002 Brook Humphrey <bah@webmedic.net> sword-1.5.4-1mdk9.0

- Compiled for mandrake 9.0. 
- This is current cvs as it wouldn't compile with gcc 3.2 before this.

- Fixed files as some of the files changed from 1.5.3. 
- Most notably man is gone now for the api.

* Tue Feb 19 2002 Brook Humphrey <bah@webmedic.net> sword-1.5.3.pre-1mdk

- Compiled on mandrake 8.2 

- first rpm of sword 1.5.3 pre

- removed chetah from build as it doesn't build proper

- added configure to sword build for proper build

* Sun Jan 27 2002 Brook Humphrey <bah@webmedic.net> sword-1.5.2-6mdk

- Added libsword1-static-devel package


* Tue Jul 10 2001 Brook Humphrey <bah@webmedic.net> sword-1.5.2-5mdk

- Updates to newest sources with bug fixes

* Fri Jun 22 2001 Brook Humphrey <bah@webmedic.net> sword-base-1.5.2-1mdk

- Added lib packages to be compliant with mandrake specs

* Mon Apr 30 2001 Brook Humphrey <bah@webmedic.net>

- added more mandrake macros for build

- removed apps for build cvs.20010430. They would not build

* Sun Apr 22 2001 Brook Humphrey <bah@webmedic.net>

- added man pages for api to package

- added html api doc to package

* Wed Mar 14 2001 Brook Humphrey <bah@webmedic.net>

- updated to use mandrake menu sysem

* Mon Feb 19 2001 Brook Humphrey <bah@webmedic.net>

- merged spec files from myself and Petr Kri'tof with this one

- added Petr Kri'tof's and my own comments to this changelog

* Sat Jan 20 2001 Stuart Gathman <stuart@bmsi.com>

- mkfastmod and other utilities

* Thu Nov 30 2000 Stuart Gathman <stuart@bmsi.com>

- cheatah application

* Mon Nov 20 2000 Brook Humphrey <bah@webmedic.net>

- added crypto to sword package

- updated to sword 1.5.1a

* Fri Nov 17 2000 Stuart Gathman <stuart@bmsi.com>

- initial release

* Fri Mar 17 2000 Petr Krištof <Petr@Kristof.CZ>

- Sword 1.5.0 tree adaption

* Wed Mar 1 2000 Petr Krištof <Petr@Kristof.CZ>

- Slovak descriptions added (Viera Valkova <ValkovaV@logica.com>)

* Tue Jan 4 2000 Brook Humphrey <bah@webmedic.net>

- Changed icon to sword.xpm

* Sun Jun 20 1999 Petr Krištof <Petr@Kristof.CZ>

- Compliant with mods.d

--------------Boundary-00=_YROWIDFZX4D4NFOQ60L4--