forked from pool/libupnp
- sync package name with spec file name
- Properly provide pkgconfig symbols - Initial version OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=4
This commit is contained in:
parent
c8148eafc6
commit
34a05d63f5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 08:35:41 UTC 2012 - coolo@suse.com
|
||||
|
||||
- sync package name with spec file name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 13:09:31 UTC 2012 - jengelh@medozas.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libupnp6
|
||||
# spec file for package libupnp
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
||||
@ -17,7 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
Name: libupnp6
|
||||
%define lname libupnp6
|
||||
|
||||
Name: libupnp
|
||||
Version: 1.6.13
|
||||
Release: 0
|
||||
Summary: Portable Universal Plug and Play (UPnP) SDK
|
||||
@ -33,6 +35,15 @@ The portable Universal Plug and Play (UPnP) SDK provides support for building
|
||||
UPnP-compliant control points, devices, and bridges on several operating
|
||||
systems.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Portable Universal Plug and Play (UPnP) SDK
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
The portable Universal Plug and Play (UPnP) SDK provides support for building
|
||||
UPnP-compliant control points, devices, and bridges on several operating
|
||||
systems
|
||||
|
||||
%package -n libupnp-devel
|
||||
Summary: Portable Universal Plug and Play (UPnP) SDK
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -44,7 +55,7 @@ UPnP-compliant control points, devices, and bridges on several operating
|
||||
systems.
|
||||
|
||||
%prep
|
||||
%setup -n libupnp-%{version}
|
||||
%setup
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -54,11 +65,11 @@ make %{?_smp_mflags}
|
||||
%makeinstall
|
||||
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -p /sbin/ldconfig -n %lname
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig -n %lname
|
||||
|
||||
%files
|
||||
%files -n %lname
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog NEWS README TODO
|
||||
%{_libdir}/libixml.so.*
|
Loading…
Reference in New Issue
Block a user