Author: qboosh Date: Fri Aug 3 22:35:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl desc - more BRs, devel deps - fixed License
---- Files affected: SPECS: gupnp.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/gupnp.spec diff -u SPECS/gupnp.spec:1.2 SPECS/gupnp.spec:1.3 --- SPECS/gupnp.spec:1.2 Fri Aug 3 17:35:21 2007 +++ SPECS/gupnp.spec Sat Aug 4 00:35:06 2007 @@ -1,17 +1,23 @@ # $Revision$, $Date$ 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 @@ -19,11 +25,19 @@ 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 @@ -34,16 +48,16 @@ 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 @@ -86,14 +100,13 @@ %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 @@ -110,9 +123,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/08/03 22:35:06 qboosh +- pl desc +- more BRs, devel deps +- fixed License + Revision 1.2 2007/08/03 15:35:21 aredridel - 0.3 Revision 1.1 2007/07/29 19:22:51 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gupnp.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
