SPECS: taglib-extras.spec (NEW) - new, for amarok after 2009-03-19 (http://...

vip vip at pld-linux.org
Sun Mar 22 13:30:58 CET 2009


Author: vip                          Date: Sun Mar 22 12:30:58 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, for amarok after 2009-03-19 (http://mail.kde.org/pipermail/amarok/2009-March/007918.html)

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

---- Diffs:

================================================================
Index: SPECS/taglib-extras.spec
diff -u /dev/null SPECS/taglib-extras.spec:1.1
--- /dev/null	Sun Mar 22 13:30:58 2009
+++ SPECS/taglib-extras.spec	Sun Mar 22 13:30:52 2009
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:	A tag library extra support for MP4 and WMA files
+Summary(pl.UTF-8):	Dodatek do biblioteka tag dla plików MP4 i WMA
+Name:		taglib-extras
+Version:	0.1
+Release:	1
+License:	GPL
+Group:		X11/Libraries
+Source0:	http://www.jefferai.com/taglib-extras/%{name}-%{version}.tar.gz
+# Source0-md5:	c6d32e4f203768a2e4b5a83c5285f0a7
+URL:		http://ktown.kde.org/~wheeler/taglib.html
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake >= 1.6
+BuildRequires:	libstdc++-devel
+BuildRequires:	perl-base
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tag library extras
+
+%description -l pl.UTF-8
+Dodatek dla biblioteki tag
+
+%package devel
+Summary:	libtag-extras - header files
+Summary(pl.UTF-8):	libtag-extras - pliki nagłówkowe
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libstdc++-devel
+
+%description devel
+Extras header files for tag library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dodatków biblioteki tag.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DLIB_INSTALL_DIR=%{_libdir} \
+	-DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64 \
+%endif
+	.
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtag-extras.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtag-extras.so.?
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/taglib-extras-config
+%{_libdir}/libtag-extras.so
+%{_pkgconfigdir}/taglib-extras.pc
+%{_includedir}/taglib-extras
+
+%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  2009/03/22 12:30:52  vip
+- new, for amarok after 2009-03-19 (http://mail.kde.org/pipermail/amarok/2009-March/007918.html)
+
================================================================


More information about the pld-cvs-commit mailing list