]> git.pld-linux.org Git - packages/libaudclient.git/blob - libaudclient.spec
- typo in release
[packages/libaudclient.git] / libaudclient.spec
1 %define         pre     rc2
2 %define         rel     1
3 Summary:        Audacious D-Bus remote control library
4 Name:           libaudclient
5 Version:        3.5
6 Release:        0.%{pre}.%{rel}
7 License:        BSD
8 Group:          Libraries
9 Source0:        http://distfiles.audacious-media-player.org/%{name}-%{version}-%{pre}.tar.bz2
10 # Source0-md5:  5c7006c39091226180c320e253270653
11 URL:            http://audacious-media-player.org/
12 BuildRequires:  dbus-devel
13 BuildRequires:  dbus-glib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Audacious D-Bus remote control library.
18
19 %package devel
20 Summary:        Header files for %{name} library
21 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki %{name}
22 Group:          Development/Libraries
23 Requires:       %{name} = %{version}-%{release}
24
25 %description devel
26 Header files for %{name} library.
27
28 %description devel -l pl.UTF-8
29 Pliki nagłówkowe biblioteki %{name}.
30
31 %prep
32 %setup -q -n %{name}-%{version}-%{pre}
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post   -p /sbin/ldconfig
48 %postun -p /sbin/ldconfig
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS
53 %attr(755,root,root) %{_libdir}/%{name}.so.*.*.*
54 %attr(755,root,root) %ghost %{_libdir}/%{name}.so.2
55
56 %files devel
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_libdir}/%{name}.so
59 %{_includedir}/audacious/*.h
60 %{_pkgconfigdir}/audclient.pc
This page took 0.079592 seconds and 4 git commands to generate.