Some fixes based on Pierre-Yves' feedback.
Feedback given during the review request: https://bugzilla.redhat.com/show_bug.cgi?id=738153#c2
This commit is contained in:
parent
c4eef8c84a
commit
dbbd6485db
@ -1,6 +1,6 @@
|
|||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 6.9.1
|
Version: 6.9.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Manage Linux IP sets
|
Summary: Manage Linux IP sets
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -64,7 +64,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
||||||
|
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING ChangeLog
|
||||||
%doc %{_mandir}/man8/%{name}.8.gz
|
%doc %{_mandir}/man8/%{name}.8.gz
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_libdir}/lib%{name}.so.1
|
%{_libdir}/lib%{name}.so.1
|
||||||
@ -87,5 +87,8 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 6.9.1-2
|
||||||
|
- Some fixes based on Pierre-Yves' review feedback.
|
||||||
|
|
||||||
* Wed Sep 14 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 6.9.1-1
|
* Wed Sep 14 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 6.9.1-1
|
||||||
- Initial packaging.
|
- Initial packaging.
|
||||||
|
Loading…
Reference in New Issue
Block a user