From 3c551657aee836dc97a643b44c7d0af086778234 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 3 Aug 2007 22:35:06 +0000 Subject: [PATCH] - pl desc - more BRs, devel deps - fixed License Changed files: gupnp.spec -> 1.3 --- gupnp.spec | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/gupnp.spec b/gupnp.spec index 8c7ef44..432ab78 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,16 +1,22 @@ Summary: UPnP library +Summary(pl.UTF-8): Biblioteka UPnP Name: gupnp Version: 0.3 Release: 1 -License: BSD +License: LGPL v2+ Group: Libraries Source0: http://www.gupnp.org/sources/%{name}-%{version}.tar.gz # Source0-md5: cec6ee39845d77d27ce121b3aeb665e5 URL: http://gupnp.org/ -BuildRequires: autoconf >= 2.59 +BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.9 -BuildRequires: gssdp-devel +BuildRequires: gssdp-devel >= 0.3 +BuildRequires: gtk-doc >= 1.0 BuildRequires: libtool >= 2:1.5 +BuildRequires: libuuid-devel >= 1.36 +BuildRequires: pkgconfig +BuildRequires: shared-mime-info +Requires: shared-mime-info BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -18,11 +24,19 @@ GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. +%description -l pl.UTF-8 +GUPnp to zorientowany obiektowo, mający otwarte źródła szkielet do +tworzenia urządzeń i punktów sterujących UPnP, napisany w C z użyciem +bibliotek GObject i libsoup. API GUPnp ma być łatwe w użyciu, wydajne +i elastyczne. + %package devel Summary: Header files for gupnp Summary(pl.UTF-8): Pliki nagłówkowe gupnp Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: gssdp-devel >= 0.3 +Requires: libuuid-devel >= 1.36 %description devel This package contains header files for the Linux SDK for UPnP Devices @@ -33,16 +47,16 @@ Ten pakiet zawiera pliki nagłówkowe dla linuksowego pakietu programistycznego do urządzeń UPnP (gupnp). %package static -Summary: Static upnp libraries -Summary(pl.UTF-8): Statyczne biblioteki upnp +Summary: Static gupnp libraries +Summary(pl.UTF-8): Statyczne biblioteki gupnp Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static -Static upnp libraries. +Static gupnp libraries. %description static -l pl.UTF-8 -Statyczne biblioteki upnp. +Statyczne biblioteki gupnp. %package apidocs Summary: gupnp API documentation @@ -85,14 +99,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/libgupnp-1.0.so.0.0.0 - +%attr(755,root,root) %{_libdir}/libgupnp-1.0.so.*.*.* %files devel %defattr(644,root,root,755) -%{_includedir}/gupnp-1.0 -%{_libdir}/libgupnp-1.0.so +%attr(755,root,root) %{_libdir}/libgupnp-1.0.so %{_libdir}/libgupnp-1.0.la +%{_includedir}/gupnp-1.0 %{_pkgconfigdir}/gupnp-1.0.pc %files static -- 2.44.0