Commit 3dcdc39aebf563dbbee6913a77207949add0b004
1 parent
d48107e4
Further refinements to the libmodbus.spec file
Showing
1 changed file
with
1 additions
and
3 deletions
libmodbus.spec.in
| @@ -17,7 +17,7 @@ This package contains the libmodbus shared library. | @@ -17,7 +17,7 @@ This package contains the libmodbus shared library. | ||
| 17 | %package devel | 17 | %package devel |
| 18 | Summary: Development files for libmodbus | 18 | Summary: Development files for libmodbus |
| 19 | Group: Development/Libraries | 19 | Group: Development/Libraries |
| 20 | -Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig | 20 | +Requires: %{name}%{?_isa} = %{version}-%{release} |
| 21 | 21 | ||
| 22 | %description devel | 22 | %description devel |
| 23 | libmodbus is a C library designed to provide a fast and robust implementation of | 23 | libmodbus is a C library designed to provide a fast and robust implementation of |
| @@ -43,8 +43,6 @@ rm -f %{buildroot}/%{_libdir}/*.la | @@ -43,8 +43,6 @@ rm -f %{buildroot}/%{_libdir}/*.la | ||
| 43 | 43 | ||
| 44 | %postun -p /sbin/ldconfig | 44 | %postun -p /sbin/ldconfig |
| 45 | 45 | ||
| 46 | -%clean | ||
| 47 | - | ||
| 48 | %files | 46 | %files |
| 49 | %defattr(-,root,root) | 47 | %defattr(-,root,root) |
| 50 | 48 |