[packages/libaudclient] - new

baggins baggins at pld-linux.org
Mon Jul 20 19:58:11 CEST 2015


commit 63cbb03d28ecaf77410ddf2c55ca5a3492aad795
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jul 20 19:57:53 2015 +0200

    - new

 libaudclient.spec | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
---
diff --git a/libaudclient.spec b/libaudclient.spec
new file mode 100644
index 0000000..9c288f5
--- /dev/null
+++ b/libaudclient.spec
@@ -0,0 +1,60 @@
+%define		pre	rc2
+%define		rel	1
+Summary:	Audacious D-Bus remote control library
+Name:		libaudclient
+Version:	3.5
+Release:	0.%{rc}.%{rel}
+License:	BSD
+Group:		Libraries
+Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}-%{pre}.tar.bz2
+# Source0-md5:	5c7006c39091226180c320e253270653
+URL:		http://audacious-media-player.org/
+BuildRequires:	dbus-devel
+BuildRequires:	dbus-glib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Audacious D-Bus remote control library.
+
+%package devel
+Summary:	Header files for %{name} library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki %{name}.
+
+%prep
+%setup -q -n %{name}-%{version}-%{pre}
+
+%build
+%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
+%attr(755,root,root) %{_libdir}/%{name}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/%{name}.so.2
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}.so
+%{_includedir}/audacious/*.h
+%{_pkgconfigdir}/audclient.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libaudclient.git/commitdiff/63cbb03d28ecaf77410ddf2c55ca5a3492aad795



More information about the pld-cvs-commit mailing list