openmedialibrary-linux-package/openmedialibrary.spec

41 lines
785 B
Plaintext

Name: openmedialibrary
Version: 0.2
Release: 1%{?dist}
Summary: Open Media Library - manage and sync your digital media collections
License: GPLv3+
URL: https://openmedialibrary.com/
Source0: https://downloads.openmedialibrary.com/%{name}-%{version}.tar.xz
Requires: python3, python3-pillow, python3-lxml, python3-pyOpenSSL, python3-crypto, python3-gobject, poppler-utils, gtk3
BuildArch: noarch
%description
manage and sync your digital media collections
%prep
%setup -q
%build
make %{?_smp_mflags} PREFIX=/usr
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%{_bindir}/openmedialibrary
%{_datadir}/%{name}/
%{_datadir}/applications/openmedialibrary.desktop
%doc
%changelog
* Sat Feb 6 2016 makerpm
-