#Spec file for LinPac %define name linpac %define release 1 %define version 0.16 Summary: Packet Radio Terminal for Linux Name: %{name} Version: %{version} Release: %{release} Group: Applications/Communications License: GNU General Public License (GPL) Source: %{name}-%{version}.tar.bz2 URL: http://linpac.sourceforge.net Vendor: Radek Burget (OK2JBG) Packager: Thierry Fouchard - F1TVE Distribution: RedHat Linux AutoReqProv: yes Provides: linpac #Requires: axmail-utils >= 0.11 %description LinPac is an attempt to create the packet radio terminal for Linux that allows wide configurability and easy addition of new functions and special functions needed by the user. The aim was to minimize the amount of 'hard coded' functions and create the complete set of applications that can be easy expanded and/or completely reconfigured. Author : Radek Burget (OK2JBG) Project Home Page : http://linpac.sourceforge.net %prep rm -rf $RPM_BUILD_DIR/%{name}-%{version} %setup tar xvjf $RPM_SOURCE_DIR/%{name}-%{version}.tar.bz2 %build ./configure make %install make install %files %defattr(-,root,root) %docdir /usr/local/doc/linpac /usr/local/doc/linpac %doc /usr/local/share/linpac/README %doc /usr/local/share/linpac/NEWS /usr/local/include/linpac /usr/local/share/linpac /usr/local/bin/linpac /usr/local/lib/liblinpac.so.6.1.2 /usr/local/lib/liblinpac.so.6 /usr/local/lib/liblinpac.so /usr/local/lib/liblinpac.la /usr/local/lib/liblinpac.a /usr/local/lib/libaxmail.so.0.0.0 /usr/local/lib/libaxmail.so.0 /usr/local/lib/libaxmail.so /usr/local/lib/libaxmail.la /usr/local/lib/libaxmail.a %clean %post %postun