Name: mat2 Version: 0.13.4 Release: 1 Summary: Mat2 removes metadata from common file types. License: GPLv3+ URL: https://0xacab.org/jvoisin/mat2 BuildArch: noarch BuildRequires: python3-devel BuildRequires: gnupg2 BuildRequires: python3 BuildRequires: python3-gobject BuildRequires: python3-mutagen BuildRequires: python3-cairo BuildRequires: bubblewrap BuildRequires: cairo-gobject BuildRequires: poppler-glib BuildRequires: gdk-pixbuf2-modules BuildRequires: perl-Image-ExifTool BuildRequires: mailcap BuildRequires: git BuildRequires: python3-setuptools Requires: python3 Requires: python3-gobject Requires: python3-mutagen Requires: python3-cairo Requires: bubblewrap Requires: cairo-gobject Requires: poppler-glib Requires: gdk-pixbuf2-modules Requires: perl-Image-ExifTool Requires: mailcap %description Metadata consist of information that characterizes data. Metadata are used to provide documentation for data products. In essence, metadata answer who, what, when, where, why, and how about every facet of the data that are being documented. Metadata within a file can tell a lot about you. Cameras record data about when a picture was taken and what camera was used. Office documents like PDF or Office automatically adds author and company information to documents and spreadsheets. Maybe you don't want to disclose those information on the web. This is precisely the job of MAT2: getting rid, as much as possible, of metadata. %prep cd %{_builddir} git clone --recurse-submodules https://0xacab.org/jvoisin/mat2.git cd mat2 git checkout 04786d75dab33bc292067a114c075f403719bfac %build cd mat2 %py3_build %install cd mat2 %py3_install #install -m 0644 -D doc/mat2.1 %{buildroot}%{_mandir}/man1/mat2.1 %files %{python3_sitelib}/* %{_bindir}/%{name} %{_prefix}/man/man1/mat2.1.gz %changelog