]> git.pld-linux.org Git - packages/libdigidocpp.git/commitdiff
expand version for ppkgconfig properly auto/th/libdigidocpp-3.13.8-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Dec 2018 20:47:15 +0000 (22:47 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Dec 2018 20:47:15 +0000 (22:47 +0200)
- https://github.com/open-eid/libdigidocpp/pull/260
- https://github.com/open-eid/libdigidocpp/pull/261

DIGIDOCPP_VERSION.patch [new file with mode: 0644]
libdigidocpp.spec

diff --git a/DIGIDOCPP_VERSION.patch b/DIGIDOCPP_VERSION.patch
new file mode 100644 (file)
index 0000000..4cdf81c
--- /dev/null
@@ -0,0 +1,21 @@
+--- libdigidocpp/./src/libdigidocpp.pc.cmake~  2018-12-10 22:32:50.373425891 +0200
++++ libdigidocpp/./src/libdigidocpp.pc.cmake   2018-12-10 22:36:22.574581291 +0200
+@@ -5,6 +5,6 @@
+ Name: libdigidocpp
+ Description: Libdigidocpp C++ library for handling digitally signed documents
+-Version: @DIGIDOCPP_VERSION@
++Version: @PROJECT_VERSION@
+ Libs: -L${libdir} -ldigidocpp
+ Cflags: -I${includedir}
+--- libdigidocpp/./etc/Doxyfile.in~    2018-12-10 22:32:50.276754142 +0200
++++ libdigidocpp/./etc/Doxyfile.in     2018-12-10 22:36:15.097521556 +0200
+@@ -38,7 +38,7 @@
+ # could be handy for archiving the generated documentation or if some version
+ # control system is used.
+-PROJECT_NUMBER         = @DIGIDOCPP_VERSION@
++PROJECT_NUMBER         = @PROJECT_VERSION@
+ # Using the PROJECT_BRIEF tag one can provide an optional one line description
+ # for a project that appears at the top of each page and should give viewer a
index c6980f4ec66592a7fd67b8657c0b8e51f1658da9..c19089d4e7379dffb44403d74a27d51d03a7c6d7 100644 (file)
@@ -17,12 +17,13 @@ Summary:    Library for creating and validating BDoc and DDoc containers
 Summary(pl.UTF-8):     Biblioteka do tworzenia i sprawdzania poprawności kontenerów BDoc i DDoc
 Name:          libdigidocpp
 Version:       3.13.8
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://github.com/open-eid/libdigidocpp/releases/download/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 2d35f37dc103e3cecb57f0332f46ff31
 Patch0:                %{name}-link.patch
+Patch1:                DIGIDOCPP_VERSION.patch
 URL:           https://github.com/open-eid/libdigidocpp
 # for tests
 BuildRequires: boost-devel
@@ -139,6 +140,7 @@ Wiązania Pythona do biblioteki libdigidocpp.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Remove bundled copy of minizip
 %{__rm} -r src/minizip
This page took 0.157717 seconds and 4 git commands to generate.