summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2010-12-15 00:51:31 +0100
committerMichel Salim <salimma@fedoraproject.org>2010-12-15 00:51:31 +0100
commit6bcd25554979994258e72a738e8146b1b8038279 (patch)
tree0a6518bc706124740520fe459e206b7cc166909f /gnome
parent121359f7a90e254fa53e165fb59662eebde6bfa7 (diff)
downloadspecs-6bcd25554979994258e72a738e8146b1b8038279.tar.gz
specs-6bcd25554979994258e72a738e8146b1b8038279.tar.xz
specs-6bcd25554979994258e72a738e8146b1b8038279.zip
remove old xnoise-plugins-core.spec; review finished a while back
Diffstat (limited to 'gnome')
-rw-r--r--gnome/xnoise-plugins-core.spec87
1 files changed, 0 insertions, 87 deletions
diff --git a/gnome/xnoise-plugins-core.spec b/gnome/xnoise-plugins-core.spec
deleted file mode 100644
index d564da7..0000000
--- a/gnome/xnoise-plugins-core.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-Name: xnoise-plugins-core
-Version: 0.1.6
-Release: 2%{?dist}
-Summary: Core plugins for xnoise
-
-Group: Applications/Multimedia
-License: GPLv2+
-URL: http://www.xnoise-media-player.com/
-Source0: http://xnoise.googlecode.com/files/%{name}-%{version}.tar.gz
-# http://code.google.com/p/xnoise/issues/detail?id=46
-Patch0: %{name}-0.1.6-no_bold.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: xnoise-devel = %{version}
-BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: intltool
-BuildRequires: libnotify-devel
-BuildRequires: libsoup-devel
-BuildRequires: libxml2-devel
-BuildRequires: sqlite-devel
-BuildRequires: taglib-devel
-BuildRequires: unique-devel
-
-%description
-This package contains the core plugins for xnoise. Their usage with
-xnoise is optional.
-
-%package devel
-Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-The %{name}-devel package contains the pkg-config configuration file
-for developing additional xnoise plugins.
-
-%prep
-%setup -q
-%patch0 -p1 -b .no_bold
-
-
-%build
-# these plugins are currently unstable
-%configure \
- --disable-mediawatcher \
- --disable-lastfm-covers
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-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
-
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc COPYING AUTHORS
-# TODO
-# switch ownership of directory itself to the core xnoise package and
-# enable the line below
-#{_libdir}/xnoise/*
-%{_libdir}/xnoise
-# the license files included here are not used (yet)
-%exclude %{_datadir}/xnoise-plugins-core
-
-%files devel
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/%{name}-1.0.pc
-
-
-
-%changelog
-* Sat Jul 3 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-2
-- Add missing BR on intltool
-- notification plugin: remove <b>...</b> formatting
-- disable mediawatcher and lastfm-covers plugins for now
-
-* Thu Jun 24 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
-- Initial package