Author: uzsolt Date: Fri Jul 9 06:59:32 2010 GMT Module: packages Tag: HEAD ---- Log message: - examples subpackage - rel 2
---- Files affected: packages/taglib: taglib.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: packages/taglib/taglib.spec diff -u packages/taglib/taglib.spec:1.39 packages/taglib/taglib.spec:1.40 --- packages/taglib/taglib.spec:1.39 Sun May 30 00:00:27 2010 +++ packages/taglib/taglib.spec Fri Jul 9 08:59:26 2010 @@ -6,14 +6,14 @@ Summary(pl.UTF-8): Biblioteka tag do odczytu i edycji metadanych dotyczących dźwięku Name: taglib Version: 1.6.3 -Release: 1 +Release: 2 License: LGPL v2.1 or MPL v1.1 Group: X11/Libraries Source0: http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz # Source0-md5: ddf02f4e1d2dc30f76734df806e613eb Patch0: %{name}-libtool-sanitize.patch Patch1: kde-ac260-lt.patch -Patch2: taglib-am.patch +Patch2: %{name}-am.patch URL: http://ktown.kde.org/~wheeler/taglib.html BuildRequires: cmake >= 2.6.2 BuildRequires: libstdc++-devel @@ -42,6 +42,17 @@ %description devel -l pl.UTF-8 Pliki nagłówkowe biblioteki tag. +%package examples +Summary: Example codes +Summary(hu.UTF-8): Példaprogramok +Group: X11/Development/Libraries + +%description examples +Example codes. + +%description examples -l hu.UTF-8 +Példaprogramok. + %prep %setup -q @@ -68,6 +79,9 @@ %{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +cp -r examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + %clean rm -rf $RPM_BUILD_ROOT @@ -90,12 +104,20 @@ %{_pkgconfigdir}/taglib_c.pc %{_includedir}/taglib +%files examples +%defattr(644,root,root,755) +%{_examplesdir}/%{name}-%{version} + %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.40 2010/07/09 06:59:26 uzsolt +- examples subpackage +- rel 2 + Revision 1.39 2010/05/29 22:00:27 arvenil - up to 1.6.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/taglib/taglib.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
