SPECS: soprano.spec (NEW) - initial
shadzik
shadzik at pld-linux.org
Sat Jun 2 16:47:34 CEST 2007
Author: shadzik Date: Sat Jun 2 14:47:34 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
soprano.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/soprano.spec
diff -u /dev/null SPECS/soprano.spec:1.1
--- /dev/null Sat Jun 2 16:47:34 2007
+++ SPECS/soprano.spec Sat Jun 2 16:47:29 2007
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - pl
+#
+Summary: soprano
+#Summary(pl.UTF-8): soprano
+Name: soprano
+Version: 20070602
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: %{name}-%{version}.tar.bz2
+# Source0-md5: 8785c5166b4c36bba29eb943c558c51d
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: cmake
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: redland-devel
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Soprano.
+
+#%description -l pl.UTF-8
+
+%package devel
+Summary: Header files for soprano
+Summary(pl.UTF-8): Pliki nagłówkowe dla soprano
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for soprano.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla soprano.
+
+%prep
+%setup -q -n %{name}
+
+%build
+install -d build
+cd build
+%cmake \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+ -DQT_QMAKE_EXECUTABLE=%{_bindir}/qt4-qmake \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+%endif
+ ../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd build
+%{__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}/*.so*
+%dir %{_libdir}/soprano
+%attr(755,root,root) %{_libdir}/soprano/*.so
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_includedir}/soprano
+%{_includedir}/soprano/*.h
+
+%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/06/02 14:47:29 shadzik
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list