packages: taglib-extras/taglib-extras.spec - up to 0.1.7 - drop autotools B...

cactus cactus at pld-linux.org
Thu Sep 24 21:59:01 CEST 2009


Author: cactus                       Date: Thu Sep 24 19:59:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.1.7
- drop autotools BRs
- clean build in build dir

---- Files affected:
packages/taglib-extras:
   taglib-extras.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/taglib-extras/taglib-extras.spec
diff -u packages/taglib-extras/taglib-extras.spec:1.2 packages/taglib-extras/taglib-extras.spec:1.3
--- packages/taglib-extras/taglib-extras.spec:1.2	Mon Aug  3 17:23:12 2009
+++ packages/taglib-extras/taglib-extras.spec	Thu Sep 24 21:58:56 2009
@@ -1,16 +1,16 @@
 # $Revision$, $Date$
+# TODO: bcond with kde itegration
 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
+Version:	0.1.7
 Release:	1
 License:	GPL
 Group:		X11/Libraries
-Source0:	http://www.jefferai.com/taglib-extras/%{name}-%{version}.tar.gz
-# Source0-md5:	c6d32e4f203768a2e4b5a83c5285f0a7
+Source0:	http://www.kollide.net/~jefferai/%{name}-%{version}.tar.gz
+# Source0-md5:	09bf9c89d953a238b55ac74bf9db0be3
 URL:		http://ktown.kde.org/~wheeler/taglib.html
-BuildRequires:	autoconf >= 2.52
-BuildRequires:	automake >= 1.6
+BuildRequires:	cmake >= 2.6.2
 BuildRequires:	libstdc++-devel
 BuildRequires:	perl-base
 BuildRequires:	pkgconfig
@@ -36,24 +36,28 @@
 Pliki nagłówkowe dodatków biblioteki tag.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
+install -d build
+cd build
+
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DLIB_INSTALL_DIR=%{_libdir} \
 	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DWITH_KDE=ON \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64 \
 %endif
-	.
+	..
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -80,6 +84,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/09/24 19:58:56  cactus
+- up to 0.1.7
+- drop autotools BRs
+- clean build in build dir
+
 Revision 1.2  2009/08/03 15:23:12  arekm
 - cmake case sensitive var values
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/taglib-extras/taglib-extras.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list