]> git.pld-linux.org Git - packages/libacpi.git/commitdiff
- shared lib in base, .so symlink in -devel
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2007 12:58:50 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libacpi.spec -> 1.3

libacpi.spec

index 9111a9afd15a28f90c40875a74ff0d11f7ab4d6f..c956e4a7121e800fac8e45b5f396e0c84565be2f 100644 (file)
@@ -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
This page took 0.108393 seconds and 4 git commands to generate.