| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | Summary: MRT file readerName: @PACKAGE_NAME@Version: @PACKAGE_VERSION@Release: 1License: GPLURL: http://www.ris.ripe.net/source/Vendor: RIPE NCC Information Services departmentGroup: System Environment/LibrariesSource: @PACKAGE_NAME@-@PACKAGE_VERSION@.tgzBuildRoot: /var/tmp/%{name}-rootBuildRequires: bzip2-devel zlib-devel%descriptionThis library reads MRT files as, amongst others, producedby the RIPE NCC routing information service.This library is maintained by the RIPE NCC InformationServices department: ris@ripe.net%package develSummary: Libraries, includes to develop applications with %{name}.Group: Development/LibrariesRequires: %{name} = %{version}%description develThe %{name}-devel package contains the header files and static libraries forbuilding applications which use %{name}.%prep%setup%build%configuremake CFLAGS="$RPM_OPT_FLAGS"%installrm -rf %{buildroot}%makeinstall%cleanrm -rf %{buildroot}%files%defattr(0755,root,root)%{_bindir}/bgpdump%defattr(-,root,root)%{_libdir}/libbgpdump.a%{_libdir}/libbgpdump.so%files devel%defattr(-,root,root)%{_includedir}/bgpdump_attr.h%{_includedir}/bgpdump_formats.h%{_includedir}/bgpdump_lib.h%{_includedir}/bgpdump_mstream.h%changelog* Wed Jul 04 2008 Erik Romijn <eromijn@ripe.net> 1.4.99.9-1- Initial release
 |