[rst-commit] r129 - in /redwax-signtext-adwaita/trunk: Makefile.am configure.ac redwax-signtext-adwaita.spec.in redwax-signtext.spec.in

rst-commit at redwax.eu rst-commit at redwax.eu
Sun May 5 15:44:04 CEST 2024


Author: minfrin at redwax.eu
Date: Sun May  5 15:44:04 2024
New Revision: 129

Log:
Rename to redwax-signtext-adwaita.

Added:
    redwax-signtext-adwaita/trunk/redwax-signtext-adwaita.spec.in
      - copied unchanged from r128, redwax-signtext-adwaita/trunk/redwax-signtext.spec.in
Removed:
    redwax-signtext-adwaita/trunk/redwax-signtext.spec.in
Modified:
    redwax-signtext-adwaita/trunk/Makefile.am
    redwax-signtext-adwaita/trunk/configure.ac

Modified: redwax-signtext-adwaita/trunk/Makefile.am
==============================================================================
--- redwax-signtext-adwaita/trunk/Makefile.am	(original)
+++ redwax-signtext-adwaita/trunk/Makefile.am	Sun May  5 15:44:04 2024
@@ -41,7 +41,7 @@
 	$(GCRYPT_LIBS)		\
  	$(INTLLIBS)
 
-EXTRA_DIST = redwax-signtext.spec
+EXTRA_DIST = redwax-signtext-adwaita.spec
 
 SUBDIRS = chrome firefox po
 

Modified: redwax-signtext-adwaita/trunk/configure.ac
==============================================================================
--- redwax-signtext-adwaita/trunk/configure.ac	(original)
+++ redwax-signtext-adwaita/trunk/configure.ac	Sun May  5 15:44:04 2024
@@ -1,5 +1,5 @@
 
-AC_INIT([redwax-signtext], [0.9.0], [rst at redwax.eu])
+AC_INIT([redwax-signtext-adwaita], [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
@@ -61,6 +61,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-adwaita.spec firefox/eu.redwax.Redwax.SignText.json chrome/_eu.redwax.Redwax.SignText_.json])
 AC_OUTPUT
 

Removed: redwax-signtext-adwaita/trunk/redwax-signtext.spec.in
==============================================================================
--- redwax-signtext-adwaita/trunk/redwax-signtext.spec.in	(original)
+++ redwax-signtext-adwaita/trunk/redwax-signtext.spec.in	(removed)
@@ -1,59 +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(libadwaita-1)
-BuildRequires: pkgconfig(gio-unix-2.0)
-BuildRequires: pkgconfig(glib-2.0) >= 2.66
-BuildRequires: pkgconfig(gtk4)
-BuildRequires: pkgconfig(json-glib-1.0)
-BuildRequires: pkgconfig(gck-2)
-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