summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-22 14:17:46 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-22 14:17:46 +0200
commitd5c80493a618b5a7cc053c18e7c2af02e22e7012 (patch)
treeeb7c05261324b97cd9f289e64244271def539509
parent9f7c905a5f0f59505f74eb11db7dfb9b69fb1e6d (diff)
downloadtotem-pl-parser-d5c80493a618b5a7cc053c18e7c2af02e22e7012.tar.gz
build: Remove spec file
Nobody's updated it in 9 years, and totem-pl-parser is already in all the RPM based distributions. The spec file was installed in the same location as the pkg-config file (bad), and wasn't updated for meson either. Gone. https://bugzilla.gnome.org/show_bug.cgi?id=784086
-rw-r--r--meson.build1
-rw-r--r--totem-pl-parser.spec.in70
2 files changed, 0 insertions, 71 deletions
diff --git a/meson.build b/meson.build
index ff1698b..54d70aa 100644
--- a/meson.build
+++ b/meson.build
@@ -248,7 +248,6 @@ pkg_install_dir = join_paths(get_option('libdir'), 'pkgconfig')
# FIXME: skipping uninstalled .pc files because they unnecessarily
# reference .la libtool archives directly, this needs fixing first
pkg_files = [
- 'totem-pl-parser.spec',
'totem-plparser.pc',
'totem-plparser-mini.pc',
]
diff --git a/totem-pl-parser.spec.in b/totem-pl-parser.spec.in
deleted file mode 100644
index b4c3b14..0000000
--- a/totem-pl-parser.spec.in
+++ /dev/null
@@ -1,70 +0,0 @@
-Summary: Playlist Parser Library
-Name: totem-pl-parser
-Version: @VERSION@
-Release: 1
-License: LGPL
-Group: Libraries/Multimedia
-URL: http://www.gnome.org/projects/totem/
-Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.20/totem-pl-parser-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gcc-c++, pkgconfig, gettext, scrollkeeper
-BuildRequires: perl-XML-Parser
-
-%description
-Totem-pl-parser is a library for parsing the various playlist formats used for
-online audio and video streams.
-
-%package devel
-Summary: Libraries/include files for Totem-pl-parser.
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-Totem-pl-parser is a library for parsing the various playlist formats used for
-online audio and video streams.
-
-This package contains the libraries and includes files necessary to develop
-applications with Totem's plparser library.
-
-
-%prep
-%setup -q
-
-%build
-%configure
-
-make %{?_smp_mflags}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-# no static libs and libtool archives either
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-/sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING.LIB ChangeLog NEWS README
-%{_libdir}/libtotem-plparser.so.*
-%{_libdir}/libtotem-plparser-mini.so.*
-%{_datadir}/gtk-doc/html
-%{_datadir}/locale
-
-%files devel
-%defattr(-, root, root)
-%{_includedir}/%{name}/1/plparser
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/*so
-
-%changelog
-* Fri Feb 29 2008 Christian Schaller <christian@collabora.co.uk>
-- First spec file for stand alone library