SPECS: coriander.spec (NEW) - initial - NFY

shadzik shadzik at pld-linux.org
Tue Dec 18 00:20:54 CET 2007


Author: shadzik                      Date: Mon Dec 17 23:20:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- NFY

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

---- Diffs:

================================================================
Index: SPECS/coriander.spec
diff -u /dev/null SPECS/coriander.spec:1.1
--- /dev/null	Tue Dec 18 00:20:54 2007
+++ SPECS/coriander.spec	Tue Dec 18 00:20:49 2007
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+#
+%define		_rc	rc4
+Summary:	
+Summary(pl.UTF-8):	
+Name:		coriander
+Version:	2.0.0
+Release:	0.%{_rc}.1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/coriander/%{name}-%{version}-%{_rc}.tar.gz
+# Source0-md5:	b62c7e9b240a9c7f8bb9b66cce8310b6
+URL:		http://sourceforge.net/projects/coriander/
+BuildRequires:	SDL-devel
+BuildRequires:	autoconf >= 2.59-9
+BuildRequires:	automake
+BuildRequires:	ffmpeg-devel
+BuildRequires:	libdc1394-devel >= 2.0.0-0.rc5.1
+BuildRequires:	libgnomeui-devel
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXv-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%package devel
+Summary:	coriander header files
+Summary(pl.UTF-8):	Pliki nagłówkowe coriandera
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libdc1394-devel
+
+%description devel
+coriander header files.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe coriandera.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_rc}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__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)
+%doc AUTHORS ChangeLog NEWS README
+#%attr(755,root,root) %{_bindir}/dc1394_reset_bus
+#%attr(755,root,root) %{_bindir}/dc1394_vloopback
+#%attr(755,root,root) %{_libdir}/libdc1394.so.20.0.0
+
+%files devel
+%defattr(644,root,root,755)
+#%attr(755,root,root) %{_libdir}/libdc1394.so
+#%{_libdir}/libdc1394.la
+#%{_includedir}/dc1394
+#%{_pkgconfigdir}/libdc1394.pc
+
+%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  2007-12-17 23:20:49  shadzik
+- initial
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list