Removed spurious slashes.

This commit is contained in:
Jon Ciesla 2012-04-02 10:24:56 -05:00
parent cedcf228df
commit c7ea580457

View File

@ -1,7 +1,7 @@
Summary: C library for portable packet creation and injection Summary: C library for portable packet creation and injection
Name: libnet Name: libnet
Version: 1.1.6 Version: 1.1.6
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.sourceforge.net/projects/libnet-dev/ URL: http://www.sourceforge.net/projects/libnet-dev/
@ -36,7 +36,7 @@ mkdir __dist_sample
cp -a sample __dist_sample cp -a sample __dist_sample
%build %build
%configure --libdir=/%{_libdir} %configure --libdir=%{_libdir}
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README doc/CHANGELOG doc/CONTRIB doc/COPYING %doc README doc/CHANGELOG doc/CONTRIB doc/COPYING
/%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/%{name}*.3* %{_mandir}/man3/%{name}*.3*
%changelog %changelog
* Mon Apr 02 2012 Jon Ciesla <limburgher@gmail.com> - 1.1.6-3
- Removed redundant leading slashes.
* Mon Apr 02 2012 Jon Ciesla <limburgher@gmail.com> - 1.1.6-2 * Mon Apr 02 2012 Jon Ciesla <limburgher@gmail.com> - 1.1.6-2
- Move from lib to libdir. - Move from lib to libdir.