Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9790452cc | ||
|
|
f02f051558 | ||
|
|
102c071fb0 | ||
|
4beae0e7c0 |
4 changed files with 1 additions and 125 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
*~
|
||||
*.rpm
|
||||
*.tar*
|
||||
results_*/
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (xplayer-plparser-1.0.2.tar.gz) = 408ebe3a2f66791d2149691feb677824a23f505cb74e65fc411baf9906ade9b6c3e347c907eba8f3cb888ea42527bd2eaf1641a3b799817d2a39b2276a0d591c
|
||||
|
|
@ -1,120 +0,0 @@
|
|||
Name: xplayer-plparser
|
||||
Version: 1.0.2
|
||||
Release: 4%{?dist}
|
||||
Summary: Xplayer play-list parser
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/linuxmint/%{name}
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmime-2.6)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
BuildRequires: pkgconfig(libquvi-0.9)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
%description
|
||||
Xplayer-pl-parser is a simple GObject-based library to
|
||||
parse a host of play-list formats, as well as save those.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains the development files for %{name}.
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Documentation files for %{name}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
%description doc
|
||||
This package contains the documentation files for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p 1
|
||||
NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--enable-gtk-doc \
|
||||
--enable-introspection
|
||||
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%{_bindir}/find %{buildroot} -name '*.a' -print -delete
|
||||
%{_bindir}/find %{buildroot} -name '*.la' -print -delete
|
||||
%find_lang xplayer-pl-parser
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files -f xplayer-pl-parser.lang
|
||||
%license AUTHORS COPYING* MAINTAINERS debian/copyright
|
||||
%doc ChangeLog NEWS README debian/changelog
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_libdir}/lib%{name}*.so.*
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
%{_libexecdir}/xplayer-pl-parser-videosite
|
||||
%endif
|
||||
|
||||
|
||||
%files devel
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_includedir}/xplayer-pl-parser
|
||||
%{_libdir}/lib%{name}*.so
|
||||
%{_libdir}/pkgconfig/%{name}*.pc
|
||||
|
||||
|
||||
%files doc
|
||||
%license %{_datadir}/licenses/%{name}*
|
||||
%doc %{_datadir}/doc/%{name}*
|
||||
%doc %{_datadir}/gtk-doc
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.0.2-4
|
||||
- Adaptions for EPEL7
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Feb 21 2017 Björn Esser <besser82@fedoraproject.org> - 1.0.2-1
|
||||
- Initial import (rhbz#1424851)
|
||||
|
||||
* Tue Feb 21 2017 Björn Esser <besser82@fedoraproject.org> - 1.0.2-0.2
|
||||
- Move '%%{_libdir}/girepository-1.0/*.typelib' to main-pkg
|
||||
- Move '%{_datadir}/gir-1.0/*.gir' to devel-pkg
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.0.2-0.1
|
||||
- Initial rpm-release (rhbz#1424851)
|
||||
Loading…
Add table
Add a link
Reference in a new issue