SPECS: exscalibar.spec (NEW) - initial spec which is required for ...

paszczus paszczus at pld-linux.org
Tue Feb 14 21:07:57 CET 2006


Author: paszczus                     Date: Tue Feb 14 20:07:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec which is required for amarok full funcionality ; nfy, broken

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

---- Diffs:

================================================================
Index: SPECS/exscalibar.spec
diff -u /dev/null SPECS/exscalibar.spec:1.1
--- /dev/null	Tue Feb 14 21:07:57 2006
+++ SPECS/exscalibar.spec	Tue Feb 14 21:07:52 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	exscalibar
+Name:		exscalibar
+Version:	1.0.4
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/exscalibar/%{name}-%{version}.tar.bz2
+# Source0-md5:	3b0abeb7648d3732e5f4702c4a2be4ab
+URL:		http://sourceforge.net/projects/exscalibar
+BuildRequires:	fftw-devel
+BuildRequires:	libmad-devel
+BuildRequires:	libsndfile-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	qmake
+BuildRequires:	qt-devel
+BuildRequires:	rpmbuild(macros) >= 1.228
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+
+QTDIR=%{_datadir}/includes/qt/ %configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS CHANGELOG NOTES README RELEASE
+
+%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  2006/02/14 20:07:52  paszczus
+- initial spec which is required for amarok full funcionality ; nfy, broken
+
================================================================


More information about the pld-cvs-commit mailing list