#Spec file for LinPac %define name LinPac %define release 1 %define version 0.17pre3 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.gz 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 xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz %build ./configure make %install export RPM_BUILD_ROOT="/usr/src/redhat/BUILD/%{name}-%{version}" 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