This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16-epplets.
View the commit online.
commit 6f69ae08ccbb5c4fcf7ec15b4e81e16c56956b30
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Sep 21 20:24:41 2024 +0200
spec file: Put devel stuff in devel package
---
e16-epplets.spec.in | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/e16-epplets.spec.in b/e16-epplets.spec.in
index 136e32a..c3262df 100644
--- a/e16-epplets.spec.in
+++ b/e16-epplets.spec.in
@@ -17,6 +17,14 @@ base epplet API library and header files, as well as the core set of
epplets, including CPU monitors, clocks, a mail checker, mixers, a
slideshow, a URL grabber, a panel-like toolbar, and more.
+%package devel
+Summary: Headers and libraries for epplet development
+Group: User Interface/Desktops
+Requires: %{name} = %{version}
+
+%description devel
+Headers and libraries for epplet development.
+
%prep
%setup -q
@@ -42,10 +50,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%doc ChangeLog
-%{_includedir}/*
-%{_libdir}/libepplet*.*
+%{_libdir}/lib*.so.*
%{_bindir}/*
%{_datadir}/e16/epplet_icons
%{_datadir}/e16/epplet_data
+%files devel
+%{_includedir}/*
+%{_libdir}/lib*.so
+%{_libdir}/lib*.a
+
%changelog
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.