mapitags 20240617

This commit is contained in:
Jan Engelhardt 2024-10-01 22:09:57 +02:00
commit d21d344a19
7 changed files with 88 additions and 0 deletions

5
debian.changelog Normal file
View File

@ -0,0 +1,5 @@
mapitags (20240617-0) unstable; urgency=low
* Initial package.
-- Gromox <null@gromox.com> Mon, 25 Jan 2021 10:00:00 +0100

15
debian.control Normal file
View File

@ -0,0 +1,15 @@
Source: mapitags
Priority: optional
Section: libs
Maintainer: Gromox <null@gromox.com>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 12)
Package: mapitags
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MAPI tag name database
A list of mnemonics for MAPI property tags. MAPI programs can use
these to translate between the raw 32-bit integer and a
human-readable name.

3
debian.rules Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@ --parallel --buildsystem=autoconf

4
mapitags.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Oct 1 20:09:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 20240617) for build.opensuse.org

10
mapitags.dsc Normal file
View File

@ -0,0 +1,10 @@
Format: 1.0
Source: mapitags
Architecture: any
Version: 20240617
DEBTRANSFORM-RELEASE: 1
Maintainer: Gromox <null@gromox.com>
Homepage: https://gromox.com/
Standards-Version: 4.5.0
Build-Depends: autoconf, debhelper-compat (>= 12), g++
Files:

51
mapitags.spec Normal file
View File

@ -0,0 +1,51 @@
#
# spec file for package mapitags
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: mapitags
Version: 20240617
Release: 0
Summary: MAPI tag name database
License: MIT
Group: Development/Other
URL: https://github.com/jengelh/mapitags
Source: https://github.com/jengelh/mapitags/archive/refs/tags/mt-%version.tar.gz
BuildRequires: automake
BuildRequires: gcc-c++
%description
A list of mnemonics for MAPI property tags. MAPI programs (e.g.
gromox-eml2mt) can use these to translate between 32-bit property
numbers and a human-readable mnemonic name.
%prep
%autosetup -p1 -n mapitags-mt-%version
%build
autoreconf -fi
%configure
%make_build
%install
%make_install
%files
%_bindir/mt*
%_datadir/mapi*
%_mandir/man*/mt*.1*
%changelog

BIN
mt-20240617.tar.gz Normal file

Binary file not shown.