Accepting request 64409 from Base:System
Accepted submit request 64409 from user coolo OBS-URL: https://build.opensuse.org/request/show/64409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=16
This commit is contained in:
commit
dc0ac3a8c2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 08:35:00 UTC 2011 - andreas.hanke@gmx-topmail.de
|
||||||
|
|
||||||
|
- don't build libpopt.a
|
||||||
|
- don't list popt.mo files twice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 16 14:25:52 UTC 2011 - coolo@novell.com
|
Sun Jan 16 14:25:52 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ API documentation of the popt library, too.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=/%{_lib}
|
%configure --libdir=/%{_lib} --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -93,7 +93,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COPYING
|
%doc CHANGES COPYING
|
||||||
/%{_lib}/libpopt.so.*
|
/%{_lib}/libpopt.so.*
|
||||||
/usr/share/locale/*/LC_MESSAGES/popt.mo
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user