SPECS: totem-pl-parser.spec (NEW) - new

megabajt megabajt at pld-linux.org
Mon Dec 24 15:57:32 CET 2007


Author: megabajt                     Date: Mon Dec 24 14:57:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   totem-pl-parser.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/totem-pl-parser.spec
diff -u /dev/null SPECS/totem-pl-parser.spec:1.1
--- /dev/null	Mon Dec 24 15:57:32 2007
+++ SPECS/totem-pl-parser.spec	Mon Dec 24 15:57:26 2007
@@ -0,0 +1,118 @@
+# $Revision$, $Date$
+Summary:	Totem Playlist Parser library
+Name:		totem-pl-parser
+Version:	2.21.6
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/2.21/%{name}-%{version}.tar.bz2
+# Source0-md5:	061f0020a6c564b0027ddab7ff4bc8e8
+URL:		http://www.gnome.org/projects/totem/
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	dbus-devel >= 0.61
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-common >= 2.20.0
+BuildRequires:	gnome-vfs2-devel >= 2.20.1
+BuildRequires:	gtk+2-devel >= 2:2.12.3
+BuildRequires:	hal-devel >= 0.5.9
+BuildRequires:	intltool >= 0.35.0
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 2.6.30
+BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
+# sr at Latn vs. sr at latin
+Conflicts:	glibc-misc < 6:2.7
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A library to parse and save playlists, as used in music and movie
+players.
+
+%package devel
+Summary:	Header files for totem-pl-parser library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki totem-pl-parser
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	gnome-vfs2-devel >= 2.20.1
+Requires:	gtk+2-devel >= 2:2.12.0
+Requires:	libxml2-devel >= 2.6.30
+
+%description devel
+Header files for totem-pl-parser library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki totem-pl-parser.
+
+%package static
+Summary:	Static totem-pl-parser library
+Summary(pl.UTF-8):	Statyczna biblioteka totem-pl-parser
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static totem-pl-parser library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka totem-pl-parser.
+
+%prep
+%setup -q
+
+sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
+mv -f po/sr@{Latn,latin}.po
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libtotem-plparser-mini.so.*.*.*
+%attr(755,root,root) %{_libdir}/libtotem-plparser.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtotem-plparser-mini.so
+%attr(755,root,root) %{_libdir}/libtotem-plparser.so
+%{_libdir}/libtotem-plparser-mini.la
+%{_libdir}/libtotem-plparser.la
+%{_includedir}/totem-pl-parser
+%{_pkgconfigdir}/totem-plparser-mini.pc
+%{_pkgconfigdir}/totem-plparser.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtotem-plparser-mini.a
+%{_libdir}/libtotem-plparser.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-24 14:57:26  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list