]> git.pld-linux.org Git - packages/gupnp-igd.git/commitdiff
- updated to 0.1.11 auto/th/gupnp-igd-0_1_11-1 auto/ti/gupnp-igd-0_1_11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Sep 2011 13:07:55 +0000 (13:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete make patch
- dropped .la (following gupnp)

Changed files:
    gupnp-igd-make.patch -> 1.2
    gupnp-igd.spec -> 1.11

gupnp-igd-make.patch [deleted file]
gupnp-igd.spec

diff --git a/gupnp-igd-make.patch b/gupnp-igd-make.patch
deleted file mode 100644 (file)
index e220577..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- gupnp-igd-0.1.7/python/Makefile.am.orig    2010-02-01 19:34:36.000000000 +0100
-+++ gupnp-igd-0.1.7/python/Makefile.am 2011-02-05 08:11:20.420686361 +0100
-@@ -1,5 +1,4 @@
- PYDEFS=`pkg-config --variable=defsdir pygobject-2.0`
--[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`]
- AM_CPPFLAGS =                                         \
-       -I.                                             \
index 9c8b63e9415aa77dc661daea541acbf1c2718a51..33ca964a3a18c8a62e711ea9c97b17b40a55661f 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       Library to handle UPnP IGD port mapping
 Summary(pl.UTF-8):     Biblioteka do obsługi odwzorowywania portów IGD dla UPnP
 Name:          gupnp-igd
-Version:       0.1.7
-Release:       3
+Version:       0.1.11
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: http://gupnp.org/download
-Source0:       http://gupnp.org/sources/gupnp-igd/%{name}-%{version}.tar.gz
-# Source0-md5: 75aaca3361046ac42125f81d07c072ac
-Patch0:                %{name}-make.patch
+Source0:       http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
+# Source0-md5: e6f21d5a7f7c10ae0b528369c2683f81
 URL:           http://gupnp.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: docbook-dtd412-xml
 BuildRequires: glib2-devel >= 1:2.16.0
+BuildRequires: gobject-introspection-devel >= 0.10
 BuildRequires: gtk-doc >= 1.0
 BuildRequires: gupnp-devel >= 0.13.2
 BuildRequires: libtool
@@ -85,7 +85,6 @@ Wiązania Pythona do gupnp-igd.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gtkdocize}
@@ -99,7 +98,8 @@ Wiązania Pythona do gupnp-igd.
        --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir}
 
-%{__make}
+# there are some races with gir generation
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -107,9 +107,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%py_postclean
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gupnp/*.{a,la}
 
-%py_postclean
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgupnp-igd-1.0.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -122,13 +124,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libgupnp-igd-1.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgupnp-igd-1.0.so.3
+%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgupnp-igd-1.0.so
-%{_libdir}/libgupnp-igd-1.0.la
 %{_includedir}/gupnp-igd-1.0
 %{_pkgconfigdir}/gupnp-igd-1.0.pc
+%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir
 
 %files static
 %defattr(644,root,root,755)
This page took 0.121722 seconds and 4 git commands to generate.