libnode/libnode.spec

51 lines
1.1 KiB
RPMSpec
Raw Normal View History

2003-07-16 01:53:15 +02:00
Name: libnode
Version: 2.0.5
Release: 1
Summary: Manages generic list and/or tree node structures
Copyright: GPL
Group: Application/Utilitaires
Distribution: Rx3 OpenSource
Vendor: Rx3
Packager: arnaud.gibert@rx3.net
Source: ftp://ftp.rx3.org/pub/%{name}-%{version}-%{release}.tgz
Url: http://www.rx3.org/dvp/libnode/download/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
AutoReqProv: no
%description
Manages generic list and/or tree node structures
%define source %{name}-%{version}-%{release}.tgz
%files
/usr
#%prep
#%setup
%build
rm -rf libnode-2.0.4-1
tar -xzvvf /usr/src/RPM/SOURCES/%{source}
cd libnode-2.0.4-1
make clean
make all
%install
cd libnode-2.0.4-1
make install ROOT=$RPM_BUILD_ROOT
chmod 755 $RPM_BUILD_ROOT/usr/share/doc/libnode-$RPM_PACKAGE_VERSION/ndbench* $RPM_BUILD_ROOT/usr/share/doc/libnode-$RPM_PACKAGE_VERSION/demo0
%clean
rm -rf libnode-2.0.4-1
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jul 15 2003 Arnaud G. Gibert <arnaud@rx3.net> - 2.0.5-1
- Add release in libnode dir name support.
* Tue Jul 15 2003 Marc Regimbeau <marc.regimbeau@flomaco.net> - 2.0.4-2
- Initial release of this spec file.