SPECS (DEVEL): audacious.spec - up to 1.4.0-dr1
arvenil
arvenil at pld-linux.org
Thu Jul 26 20:18:10 CEST 2007
Author: arvenil Date: Thu Jul 26 18:18:10 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- up to 1.4.0-dr1
---- Files affected:
SPECS:
audacious.spec (1.24 -> 1.24.4.1)
---- Diffs:
================================================================
Index: SPECS/audacious.spec
diff -u SPECS/audacious.spec:1.24 SPECS/audacious.spec:1.24.4.1
--- SPECS/audacious.spec:1.24 Thu Apr 5 17:38:05 2007
+++ SPECS/audacious.spec Thu Jul 26 20:18:05 2007
@@ -1,18 +1,23 @@
# $Revision$, $Date$
#
+# TODO
+# - exclude audtool to separate package
+#
# Conditional build:
%bcond_with gconf # build without gconf support
#
+%define _dr dr1
+
Summary: Sound player with the WinAmp GUI, for Unix-based systems for GTK+2
Summary(pl.UTF-8): Odtwarzacz dĹşwiÄku z interfejsem WinAmpa dla GTK+2
Name: audacious
-Version: 1.3.2
-Release: 1
+Version: 1.4.0
+Release: 0.%{_dr}.1
License: GPL
Group: X11/Applications/Sound
-Source0: http://static.audacious-media-player.org/release/%{name}-%{version}.tgz
-# Source0-md5: b784a30604a2f9d84e9da310069f43f9
+Source0: http://static.audacious-media-player.org/release/%{name}-%{version}-%{_dr}.tgz
+# Source0-md5: dcc25e836194e3ed351a8fff79d61cf9
Source1: mp3license
Patch0: %{name}-desktop.patch
Patch1: %{name}-home_etc.patch
@@ -20,6 +25,8 @@
%{?with_gconf:BuildRequires: GConf2-devel >= 2.6.0}
BuildRequires: autoconf >= 2.59
BuildRequires: automake
+BuildRequires: dbus-devel >= 0.60
+BuildRequires: dbus-glib-devel >= 0.60
BuildRequires: gettext-devel
BuildRequires: gtk+2-devel >= 2:2.6.0
BuildRequires: home-etc-devel
@@ -70,9 +77,11 @@
multimedialnego Audacious.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{_dr}
%patch0 -p1
%patch1 -p1
+# BUGFIX: http://bugs-meta.atheme-project.org/view.php?id=736
+echo 'const char *svn_stamp = "release";\n' > src/audacious/build_stamp.c
%build
%{__aclocal} -I m4
@@ -135,16 +144,17 @@
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaudacious.so.*.*.*
-%ghost %attr(755,root,root) %{_libdir}/libaudacious.so.?
+%attr(755,root,root) %{_libdir}/libaudclient.so.*.*.*
+%ghost %attr(755,root,root) %{_libdir}/libaudclient.so.?
%dir %{_libdir}/audacious
%attr(755,root,root) %{_libdir}/audacious/libaudid3tag.so
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaudacious.so
+%attr(755,root,root) %{_libdir}/libaudclient.so
%{_includedir}/audacious
%{_pkgconfigdir}/audacious.pc
+%{_pkgconfigdir}/audclient.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -152,6 +162,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24.4.1 2007/07/26 18:18:05 arvenil
+- up to 1.4.0-dr1
+
Revision 1.24 2007/04/05 15:38:05 arvenil
- up to 1.3.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audacious.spec?r1=1.24&r2=1.24.4.1&f=u
More information about the pld-cvs-commit
mailing list