]> git.pld-linux.org Git - packages/esound.git/commitdiff
- release 3, esound-0_2_12-3
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Aug 1999 21:44:29 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro,
- added lib*.la files to devel.

Changed files:
    esound.spec -> 1.26

esound.spec

index 0a78434d898afa4f3c86c025af11ad20b2c0d676..41a3f47967db676b6a10a04e31fc6eb279a8ba96 100644 (file)
@@ -2,7 +2,7 @@ Summary:        The Enlightened Sound Daemon
 Summary(pl):   O¶wiecony Demon D¼wiêku
 Name:          esound
 Version:       0.2.12
-Release:       2
+Release:       3
 Copyright:     GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -12,6 +12,8 @@ BuildRequires:        alsa-lib-devel
 BuildRequires: audiofile-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define                _sysconfdir     /etc
+
 %description
 The Enlightened Sound Daemon is a server process that allows multiple
 applications to share a single sound card.
@@ -21,7 +23,7 @@ applications to share a single sound card.
 (dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje. Przeznaczony 
 g³ównie dla Enlightenmenta.
 
-%package       devel
+%package devel
 Summary:       Libraries, includes, etc to develop EsounD applications
 Summary(pl):   Biblioteki, pliki nag³ówkowe oraz dokumentacja
 Group:         Development/Libraries
@@ -35,7 +37,7 @@ Libraries, include files, etc you can use to develop EsounD applications.
 Biblioteki, pliki nag³ówkowe oraz dokumentacja - czyli wszystko czego 
 potrzebujesz do tworzenia aplikacji pod EsounD.
 
-%package       static
+%package static
 Summary:       EsounD static library
 Summary(pl):   Biblioteka statyczna esound
 Group:         Development/Libraries
@@ -52,10 +54,9 @@ Biblioteka statyczna esound.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
-       --sysconfdir=/etc
+LDFLAGS="-s"; export LDFLAGS
+%configure
+
 make
 
 %install
@@ -63,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
-strip $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf README AUTHORS ChangeLog NEWS
 
@@ -96,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc {AUTHORS,ChangeLog,NEWS}.gz
 
 %attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_bindir}/esd-config
 
 %{_includedir}/*
This page took 0.070824 seconds and 4 git commands to generate.