|
@@ -1,6 +1,6 @@
|
|
Name: libmnl
|
|
Name: libmnl
|
|
Version: 1.0.4
|
|
Version: 1.0.4
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: A minimalistic Netlink library
|
|
Summary: A minimalistic Netlink library
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -61,11 +61,12 @@ mv examples examples-%{_arch}
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
-%doc COPYING README
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc README
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
-%doc COPYING
|
|
|
|
|
|
+%license COPYING
|
|
%doc examples-%{_arch}
|
|
%doc examples-%{_arch}
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
@@ -75,6 +76,9 @@ mv examples examples-%{_arch}
|
|
%{_libdir}/*.a
|
|
%{_libdir}/*.a
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Aug 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.4-2
|
|
|
|
+- rebuilt with current environment.
|
|
|
|
+
|
|
* Mon May 8 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.4-1
|
|
* Mon May 8 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.4-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|