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 | 17 | %package devel |
| 18 | 18 | Summary: Development files for libmodbus |
| 19 | 19 | Group: Development/Libraries |
| 20 | -Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig | |
| 20 | +Requires: %{name}%{?_isa} = %{version}-%{release} | |
| 21 | 21 | |
| 22 | 22 | %description devel |
| 23 | 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 | 43 | |
| 44 | 44 | %postun -p /sbin/ldconfig |
| 45 | 45 | |
| 46 | -%clean | |
| 47 | - | |
| 48 | 46 | %files |
| 49 | 47 | %defattr(-,root,root) |
| 50 | 48 | ... | ... |