From b4ce2439ec783641f1fc9bbfbf39dd19df51f140 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 24 Jun 2007 12:58:50 +0000 Subject: [PATCH] - shared lib in base, .so symlink in -devel Changed files: libacpi.spec -> 1.3 --- libacpi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libacpi.spec b/libacpi.spec index 9111a9a..c956e4a 100644 --- a/libacpi.spec +++ b/libacpi.spec @@ -1,5 +1,6 @@ -Summary: a library for programs gathering ACPI data -Summary(pl.UTF-8): biblioteka dla programów pobierających dane ACPI +# TODO: optflags +Summary: A library for programs gathering ACPI data +Summary(pl.UTF-8): Biblioteka dla programów pobierających dane ACPI Name: libacpi Version: 0.1 Release: 1 @@ -67,10 +68,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS CHANGES README doc/html/* %attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.0 +%attr(755,root,root) %{_libdir}/lib*.so %{_includedir}/%{name}.h %files static -- 2.44.0