Author: arekm                        Date: Wed Feb 23 22:00:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld release

---- Files affected:
SPECS:
   ortp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ortp.spec
diff -u /dev/null SPECS/ortp.spec:1.1
--- /dev/null   Wed Feb 23 23:00:48 2005
+++ SPECS/ortp.spec     Wed Feb 23 23:00:42 2005
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+# TODO:
+#      - fix gtk-doc
+Summary:       RTP/RTCP protocol library
+Summary(pl):   Biblioteka obsługująca protokół RTP/RTCP
+Name:          ortp
+Version:       0.6.3
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://www.linphone.org/ortp/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 873fa786fc3addeca3b9a686feab613f
+URL:           http://www.linphone.org/ortp/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: gtk-doc
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ortp is a library for handling RTP/RTCP packets. (See RFC 1889 and
+1890 for more information about the protocol)
+
+%description -l pl
+ortp to biblioteka obsługująca pakiety RTP/RTCP. Więcej informacji o
+protokole znajduje się w RFC 1889 i 1890.
+
+%package devel
+Summary:       Header files to develop applications using ortp
+Summary(pl):   Pliki nagłówkowe do tworzenia aplikacji używających ortp
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for the ortp library.
+
+%description devel -l pl
+Pliki nagłówkowe dla biblioteki ortp.
+
+%package static
+Summary:       Static ortp library
+Summary(pl):   Statyczna biblioteka ortp
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static ortp library.
+
+%description static -l pl
+Statyczna biblioteka ortp.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-gtk-doc
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS AUTHORS ChangeLog
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.la
+%{_includedir}/ortp
+%{_datadir}/gtk-doc/html/ortp
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/23 22:00:42  arekm
+- initial pld release
+
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to