packages: libcue/libcue.spec - updated to 1.4.0 - pl
qboosh
qboosh at pld-linux.org
Thu Jan 13 20:13:28 CET 2011
Author: qboosh Date: Thu Jan 13 19:13:28 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.4.0
- pl
---- Files affected:
packages/libcue:
libcue.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/libcue/libcue.spec
diff -u packages/libcue/libcue.spec:1.2 packages/libcue/libcue.spec:1.3
--- packages/libcue/libcue.spec:1.2 Thu Nov 19 23:22:54 2009
+++ packages/libcue/libcue.spec Thu Jan 13 20:13:23 2011
@@ -1,48 +1,58 @@
# $Revision$, $Date$
Summary: CUE Sheet Parser Library
+Summary(pl.UTF-8): Biblioteka analizująca Cue Sheet
Name: libcue
-Version: 1.3.0
+Version: 1.4.0
Release: 1
-License: GPL v2 and BSD-like
+License: GPL v2, parts BSD-like
Group: Libraries
-Source0: http://dl.sourceforge.net/libcue/%{name}-%{version}.tar.bz2
-# Source0-md5: afd94427ff1e59f093a1b8b29aea2ecf
-URL: http://libcue.sourceforge.net
+Source0: http://downloads.sourceforge.net/libcue/%{name}-%{version}.tar.bz2
+# Source0-md5: 5f5045f00e6ac92d9a057fe5b0982c69
+URL: http://libcue.sourceforge.net/
BuildRequires: autoconf >= 2.52
-BuildRequires: automake >= 1:1.8.3
+BuildRequires: automake >= 1:1.9
BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Libcue is intended to parse a so called cue sheet from a char string or a file
-pointer. For handling of the parsed data a convenient API is available.
-
-This project is meant as a fork of cuetools by Svend Sorensen which saw it last
-release in 02/2006.
+Libcue is intended to parse a so called cue sheet (CD tracks layout)
+from a char string or a file pointer. For handling of the parsed data
+a convenient API is available.
+
+This project is meant as a fork of cuetools by Svend Sorensen which
+saw it last release in 02/2006.
+
+%description -l pl.UTF-8
+Biblioteka libcue służy do analizy tzw. "cue sheet" (układu ścieżek
+CD) z łańcucha znaków lub pliku. Dostępne jest wygodne API do obsługi
+przeanalizowanych danych.
+Ten projekt jest odgałęzieniem cuetools Svenda Sorensena, wydanych
+po raz ostatni w lutym 2006.
%package devel
-Summary: Header files for libcue libraries
+Summary: Header files for libcue library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libcue
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-Header files for libcue libraries.
+Header files for libcue library.
%description devel -l pl.UTF-8
-Pliki nagłówkowe bibliotek libcue.
+Pliki nagłówkowe biblioteki libcue.
%package static
-Summary: Static libcue libraries
-Summary(pl.UTF-8): Statyczne biblioteki libcue
+Summary: Static libcue library
+Summary(pl.UTF-8): Statyczna biblioteka libcue
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
-Static libcue libraries.
+Static libcue library.
%description static -l pl.UTF-8
-Statyczne biblioteki libcue.
+Statyczna biblioteka libcue.
%prep
%setup -q
@@ -70,7 +80,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS COPYING
+%doc AUTHORS COPYING ChangeLog NEWS
%attr(755,root,root) %{_libdir}/libcue.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libcue.so.1
@@ -78,7 +88,7 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libcue.so
%{_libdir}/libcue.la
-%{_includedir}/libcue-1.3
+%{_includedir}/libcue-1.4
%{_pkgconfigdir}/libcue.pc
%files static
@@ -91,6 +101,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/01/13 19:13:23 qboosh
+- updated to 1.4.0
+- pl
+
Revision 1.2 2009/11/19 22:22:54 zbyniu
- BR: libtool
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcue/libcue.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list