[rst-commit] r130 - in /redwax-signtext-gtk3/trunk: Makefile.am config.h.in configure.ac redwax-signtext-gtk3.spec.in redwax-signtext.spec.in
rst-commit at redwax.eu
rst-commit at redwax.eu
Sun May 5 15:45:21 CEST 2024
Author: minfrin at redwax.eu
Date: Sun May 5 15:45:20 2024
New Revision: 130
Log:
Rename to indicate this is for gtk3.
Added:
redwax-signtext-gtk3/trunk/redwax-signtext-gtk3.spec.in
- copied unchanged from r129, redwax-signtext-gtk3/trunk/redwax-signtext.spec.in
Removed:
redwax-signtext-gtk3/trunk/redwax-signtext.spec.in
Modified:
redwax-signtext-gtk3/trunk/Makefile.am
redwax-signtext-gtk3/trunk/config.h.in
redwax-signtext-gtk3/trunk/configure.ac
Modified: redwax-signtext-gtk3/trunk/Makefile.am
==============================================================================
--- redwax-signtext-gtk3/trunk/Makefile.am (original)
+++ redwax-signtext-gtk3/trunk/Makefile.am Sun May 5 15:45:20 2024
@@ -37,7 +37,7 @@
$(GCRYPT_LIBS) \
$(INTLLIBS)
-EXTRA_DIST = redwax-signtext.spec
+EXTRA_DIST = redwax-signtext-gtk3.spec
SUBDIRS = chrome firefox po
Modified: redwax-signtext-gtk3/trunk/config.h.in
==============================================================================
--- redwax-signtext-gtk3/trunk/config.h.in (original)
+++ redwax-signtext-gtk3/trunk/config.h.in Sun May 5 15:45:20 2024
@@ -6,20 +6,20 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
-/* Define to 1 if you have the 'gtk_box_append' function. */
+/* Define to 1 if you have the `gtk_box_append' function. */
#undef HAVE_GTK_BOX_APPEND
-/* Define to 1 if you have the 'gtk_window_set_child' function. */
+/* Define to 1 if you have the `gtk_window_set_child' function. */
#undef HAVE_GTK_WINDOW_SET_CHILD
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -63,9 +63,7 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 if all of the C89 standard headers exist (not just the ones
- required in a freestanding environment). This macro is provided for
- backward compatibility; new code need not use it. */
+/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
Modified: redwax-signtext-gtk3/trunk/configure.ac
==============================================================================
--- redwax-signtext-gtk3/trunk/configure.ac (original)
+++ redwax-signtext-gtk3/trunk/configure.ac Sun May 5 15:45:20 2024
@@ -1,5 +1,5 @@
-AC_INIT([redwax-signtext], [0.9.0], [rst at redwax.eu])
+AC_INIT([redwax-signtext-gtk3], [0.9.0], [rst at redwax.eu])
AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2 no-dist-gzip])
LT_PREREQ([2.2.6])
LT_INIT
@@ -55,6 +55,6 @@
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Define to the gettext package name.])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile chrome/Makefile firefox/Makefile po/Makefile.in redwax-signtext.spec firefox/eu.redwax.Redwax.SignText.json chrome/_eu.redwax.Redwax.SignText_.json])
+AC_CONFIG_FILES([Makefile chrome/Makefile firefox/Makefile po/Makefile.in redwax-signtext-gtk3.spec firefox/eu.redwax.Redwax.SignText.json chrome/_eu.redwax.Redwax.SignText_.json])
AC_OUTPUT
Removed: redwax-signtext-gtk3/trunk/redwax-signtext.spec.in
==============================================================================
--- redwax-signtext-gtk3/trunk/redwax-signtext.spec.in (original)
+++ redwax-signtext-gtk3/trunk/redwax-signtext.spec.in (removed)
@@ -1,57 +0,0 @@
-# RPM Spec file for redwax-signtext
-
-Name: @PACKAGE_NAME@
-Version: @PACKAGE_VERSION@
-Release: 1%{?dist}
-Summary: Sign text on the web using a smartcard
-License: ASL 2.0
-
-URL: https://redwax.eu/rst/
-Source0: https://archive.redwax.eu/dist/rs/%{name}-%{version}/%{name}-%{version}.tar.bz2
-BuildRequires: gcc
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
-BuildRequires: intltool
-BuildRequires: pkgconfig(glib-2.0) >= 2.66
-BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: pkgconfig(json-glib-1.0)
-BuildRequires: pkgconfig(gck-1)
-BuildRequires: pkgconfig(gpg-error)
-BuildRequires: pkgconfig(ksba)
-BuildRequires: pkgconfig(libgcrypt)
-
-%description
-The Redwax SignText native extension and web extension allows text
-originating on a website to be signed by a certificate on a smartcard
-or other PKCS11 accessible device, and be returned as a PKCS7
-signature.
-
-This replicates the original functionality of Netscape / Firefox's
-crypto.signText() function.
-
-%prep
-%setup -q
-rm -rf %{_builddir}/%{name}-%{version}/debian
-%build
-intltoolize --automake --copy --force
-%configure
-%make_build
-
-%install
-%make_install
-
-%files
-%{_libexecdir}/redwax-signtext-native
-%{_libdir}/mozilla/native-messaging-hosts/eu.redwax.Redwax.SignText.json
-%{_sysconfdir}/chromium/native-messaging-hosts/_eu.redwax.Redwax.SignText_.json
-%{_sysconfdir}/opt/chrome/native-messaging-hosts/_eu.redwax.Redwax.SignText_.json
-
-%doc AUTHORS ChangeLog README
-%license COPYING
-
-%changelog
-* Wed Sep 14 2022 Graham Leggett <minfrin at sharp.fm> - 0.9.0-1
-- Initial version of the package
-
-
More information about the rst-commit
mailing list