packages: lv2-c++-tools/lv2-c++-tools.spec (NEW) - initial
stivi
stivi at pld-linux.org
Tue Jan 19 00:01:31 CET 2010
Author: stivi Date: Mon Jan 18 23:01:31 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/lv2-c++-tools:
lv2-c++-tools.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/lv2-c++-tools/lv2-c++-tools.spec
diff -u /dev/null packages/lv2-c++-tools/lv2-c++-tools.spec:1.1
--- /dev/null Tue Jan 19 00:01:31 2010
+++ packages/lv2-c++-tools/lv2-c++-tools.spec Tue Jan 19 00:01:22 2010
@@ -0,0 +1,112 @@
+# $Revision$, $Date$
+Summary: A LV2 Development SDK
+Summary(pl.UTF-8): Narzędzia programistyczne LV2
+Name: lv2-c++-tools
+Version: 1.0.3
+Release: 1
+License: GPL v3+
+Group: Libraries
+Source0: http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
+# Source0-md5: 03547cc1c36b3ccb607ea9f1005365a1
+URL: http://freshmeat.net/projects/lv2-c-tools
+BuildRequires: boost-devel
+BuildRequires: gtkmm-devel >= 2.8.8
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This software package contains libraries and programs that should make
+it easier to write LV2 plugins.
+
+%description -l pl.UTF-8
+Pakiet ten zawiera biblioteki i programy, które powinny przyczynić
+się do łatwiejszego pisania wtyczek LV2.
+
+%package devel
+Summary: Header files for lv2-c++-tools library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki lv2-c++-tools
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for lv2-c++-tools library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki lv2-c++-tools.
+
+%package static
+Summary: Static lv2-c++-tools library
+Summary(pl.UTF-8): Statyczna biblioteka lv2-c++-tools
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static lv2-c++-tools library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka lv2-c++-tools.
+
+%package utils
+Summary: Utils for lv2-c++-tools
+Summary(pl.UTF-8): Narzędzia dla lv2-c++-tools
+Group: Development/Tools
+
+%description utils
+Utils for lv2-c++-tools.
+
+%description utils -l pl.UTF-8
+Narzędzia dla lv2-c++-tools.
+
+%prep
+%setup -q
+%__sed -i -e 's|/sbin/ldconfig -n |/bin/true |g' Makefile.template
+
+%build
+./configure \
+ --prefix=%{_prefix} \
+ --libdir=%{_libdir} \
+ --CFLAGS="%rpmcflags" \
+ --LDFLAGS="%rpmldflags"
+
+%{__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 README
+%attr(755,root,root) %{_libdir}/libpaq.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/lv2-c++-tools
+%{_libdir}/libpaq.so
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%files utils
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/lv2peg
+%attr(755,root,root) %{_bindir}/lv2soname
+
+%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 2010/01/18 23:01:22 stivi
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list