summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2010-07-03 12:56:15 +0200
committerMichel Alexandre Salim <michel@hypatia.localdomain>2010-07-03 12:56:46 +0200
commit5821a2f2fd2162187bf3dd131f9d353c2f6e9888 (patch)
tree4cc4ce515fbbcbfdee07765f4260d96f1d17b62c /gnome
parent73570478c0e89526c6f13408bbd24e222e0c4886 (diff)
downloadspecs-5821a2f2fd2162187bf3dd131f9d353c2f6e9888.tar.gz
specs-5821a2f2fd2162187bf3dd131f9d353c2f6e9888.tar.xz
specs-5821a2f2fd2162187bf3dd131f9d353c2f6e9888.zip
xnoise reviewed
Diffstat (limited to 'gnome')
-rw-r--r--gnome/xnoise.spec118
1 files changed, 0 insertions, 118 deletions
diff --git a/gnome/xnoise.spec b/gnome/xnoise.spec
deleted file mode 100644
index c50a9ad..0000000
--- a/gnome/xnoise.spec
+++ /dev/null
@@ -1,118 +0,0 @@
-# global hgrev 331
-
-Name: xnoise
-Version: 0.1.6
-#Release: 0.1.%{hgrev}hg%{?dist}
-Release: 2%{?dist}
-Summary: Tracklist-centric Media Player
-
-Group: Applications/Multimedia
-License: GPLv2+
-URL: http://www.xnoise-media-player.com/
-# hg archive -t tbz2 -r %{hgrev} ../%{name}-%{version}.tar.bz2
-#Source0: %{name}-%{version}.tar.bz2
-Source0: http://xnoise.googlecode.com/files/xnoise-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-# for snapshots
-# BuildRequires: gnome-common autoconf automake libtool
-# pulled in by gnome-common for snapshots
-BuildRequires: pkgconfig
-BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: libnotify-devel
-BuildRequires: libsoup-devel
-BuildRequires: sqlite-devel
-BuildRequires: taglib-devel
-BuildRequires: unique-devel
-BuildRequires: vala-devel
-BuildRequires: desktop-file-utils gettext intltool
-Requires: hicolor-icon-theme
-
-%description
-Xnoise is a Gtk+ media player with a tracklist-centric design. The
-tracklist is a list of video or music tracks that are played one by
-one without being removed (right side of window). This gives you the
-possibility to enqueue any track in any order, regardless if they are
-on the same album or not. The tracks can be reordered at any time by
-using drag and drop.
-
-
-%package devel
-Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
-
-
-%prep
-%setup -q
-
-
-%build
-# for snapshot builds
-#NOCONFIGURE=1 ./autogen.sh
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/xnoise.desktop
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-# remove invalid locale file
-rm -rf $RPM_BUILD_ROOT%{_share}/locale/default
-%find_lang %{name}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-update-desktop-database &> /dev/null || :
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README
-%{_bindir}/xnoise
-%{_datadir}/xnoise
-%{_datadir}/applications/xnoise.desktop
-%{_datadir}/icons/hicolor/*/apps/xnoise.*
-
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/xnoise-1.0
-# make package own the vala API dir:
-# xnoise plugins don't have to be written in vala
-%dir %{_datadir}/vala/vapi
-%{_datadir}/vala/vapi/xnoise-1.0.*
-%{_libdir}/pkgconfig/xnoise-1.0.pc
-
-
-%changelog
-* Fri Jun 25 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-2
-- Make xnoise-devel co-own Vala's VAPI dir
-- Remove invalid locale file
-
-* Wed Jun 23 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
-- Update to final 0.1.6 release
-
-* Sat Apr 3 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.2-0.1.331hg
-- Initial package
-