Removed spurious slashes.
This commit is contained in:
parent
cedcf228df
commit
c7ea580457
@ -1,7 +1,7 @@
|
||||
Summary: C library for portable packet creation and injection
|
||||
Name: libnet
|
||||
Version: 1.1.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.sourceforge.net/projects/libnet-dev/
|
||||
@ -36,7 +36,7 @@ mkdir __dist_sample
|
||||
cp -a sample __dist_sample
|
||||
|
||||
%build
|
||||
%configure --libdir=/%{_libdir}
|
||||
%configure --libdir=%{_libdir}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README doc/CHANGELOG doc/CONTRIB doc/COPYING
|
||||
/%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/%{name}*.3*
|
||||
|
||||
%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
|
||||
- Move from lib to libdir.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user