Skip to content

Commit

Permalink
Merge pull request #407 from jnovy/spec-fix
Browse files Browse the repository at this point in the history
The spec file refers to missing license files
  • Loading branch information
cgwalters authored Jan 6, 2025
2 parents 858ce1b + b33471b commit 486c6b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composefs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Devel files for %{name}.

%package libs
Summary: Libraries for %{name}
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)

%description libs
Library files for %{name}.
Expand All @@ -61,11 +62,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%{_libdir}/pkgconfig/%{name}.pc

%files libs
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
%{_libdir}/libcomposefs.so.*

%files
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
%doc README.md
%{_bindir}/mkcomposefs
%{_bindir}/composefs-info
Expand Down

0 comments on commit 486c6b7

Please sign in to comment.