From ffe139900bf3b63b4fec04c2408f948d7aeb19114a9d2a0284d740cc284c572a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 17 Feb 2012 00:32:42 +0000 Subject: [PATCH] - Cleanup spec file for factory submission OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=7 --- libbsd.changes | 5 +++++ libbsd.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libbsd.changes b/libbsd.changes index 6cd29e4..31a47fc 100644 --- a/libbsd.changes +++ b/libbsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 17 00:32:12 UTC 2012 - crrodriguez@opensuse.org + +- Cleanup spec file for factory submission + ------------------------------------------------------------------- Wed Feb 1 03:14:38 UTC 2012 - jengelh@medozas.de diff --git a/libbsd.spec b/libbsd.spec index e3c677b..02232b6 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -1,7 +1,7 @@ Name: libbsd Version: 0.3.0 Release: 0 -License: BSD/MIT +License: BSD-3-Clause Summary: Provides useful functions commonly found on BSD systems Url: http://libbsd.freedesktop.org/ Group: System Environment/Libraries @@ -36,7 +36,7 @@ This library provides useful functions commonly found on BSD systems, and lackin %build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" -sed -i -e 's@${exec_prefix}/lib@/%{_lib}@g' -e 's@${prefix}/lib@%{_libdir}@g' Makefile +sed -i -e 's@${exec_prefix}/lib@%{_libdir}@g' -e 's@${prefix}/lib@%{_libdir}@g' Makefile make %{?_smp_mflags} %install @@ -50,7 +50,7 @@ rm -f %{buildroot}%{_libdir}/*.a %files -n libbsd0 %defattr(-, root, root) -/%{_lib}/libbsd.so.0* +%{_libdir}/libbsd.so.0* %files devel %defattr(-,root,root)