Initial import.
This commit is contained in:
parent
21c3996659
commit
5f71852785
@ -0,0 +1 @@
|
|||||||
|
gupnp-igd-0.1.1.tar.gz
|
82
gupnp-igd.spec
Normal file
82
gupnp-igd.spec
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
%define gupnp_ver 0.12.3
|
||||||
|
%define glib2_ver 2.14
|
||||||
|
|
||||||
|
Name: gupnp-igd
|
||||||
|
Version: 0.1.1
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
|
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: http://www.gupnp.org/
|
||||||
|
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: glib2-devel >= %{glib2_ver}
|
||||||
|
BuildRequires: gupnp-devel >= %{gupnp_ver}
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{name} is a library to handle UPnP IGD port mapping.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
# quite rpmlint error about unused-direct-shlib-dependency
|
||||||
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc README COPYING
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/%{name}-1.0*.pc
|
||||||
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jan 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
|
||||||
|
- Quite rpmlint error about unused-direct-shlib-dependency.
|
||||||
|
|
||||||
|
* Wed Dec 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
|
||||||
|
- Initial Fedora spec.
|
||||||
|
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
gupnp-igd-0_1_1-2_fc10:HEAD:gupnp-igd-0.1.1-2.fc10.src.rpm:1232413374
|
Loading…
Reference in New Issue
Block a user