]> git.pld-linux.org Git - packages/libpsl.git/commitdiff
- updated to 0.21.1 auto/th/libpsl-0.21.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Sep 2020 15:09:55 +0000 (17:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Sep 2020 15:09:55 +0000 (17:09 +0200)
- removed obsolete gtk-doc patch

gtk-doc.patch [deleted file]
libpsl.spec

diff --git a/gtk-doc.patch b/gtk-doc.patch
deleted file mode 100644 (file)
index bcd49e7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 87d1add318b5e5d09977f7f374e923577b6ff3be Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Sat, 1 Jun 2019 13:09:41 +0200
-Subject: [PATCH] gtk-doc: do not include tree_index.sgml
-
-gtk-doc 1.30 no longer generates the file if the object tree is empty.
----
- docs/libpsl/libpsl-docs.sgml | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/docs/libpsl/libpsl-docs.sgml b/docs/libpsl/libpsl-docs.sgml
-index 335d241..88c7ba8 100644
---- a/docs/libpsl/libpsl-docs.sgml
-+++ b/docs/libpsl/libpsl-docs.sgml
-@@ -22,10 +22,6 @@
-         </para>
-         <xi:include href="xml/libpsl.xml"/>
-   </chapter>
--  <chapter id="object-tree">
--    <title>Object Hierarchy</title>
--     <xi:include href="xml/tree_index.sgml"/>
--  </chapter>
-   <index id="api-index-full">
-     <title>API Index</title>
-     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
index 32c61be9d7ccaac737e834537d4781e0f9afdcfa..f4c30efe767eff377e3e5fd4018543535ead77e8 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       C library for the Publix Suffix List
 Summary(pl.UTF-8):     Biblioteka C do obsługi listy przyrostków publicznych (Public Suffix List)
 Name:          libpsl
-Version:       0.21.0
+Version:       0.21.1
 Release:       1
 License:       MIT
 Group:         Networking
 #Source0Download: https://github.com/rockdaboot/libpsl/releases
-Source0:       https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 171e96d887709e36a57f4ee627bf82d2
+Source0:       https://github.com/rockdaboot/libpsl/releases/download/%{version}/%{name}-%{version}.tar.lz
+# Source0-md5: ebbc144e311a66cfdae503f48f21bf2d
 %if 0
 # not required if packaged with libpsl release
 %define        psl_ref 1fc1ed365818a6a77d6f31d425ff03ca54cdc7f3
@@ -20,7 +20,6 @@ Source0:      https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{versio
 Source1:       https://github.com/publicsuffix/list/archive/%{psl_ref}/publicsuffix_list-%{psldate}.tar.gz
 # Source1-md5: ee9a591d4545d9f6ca350bd9df2c2e51
 %endif
-Patch0:                gtk-doc.patch
 URL:           https://rockdaboot.github.io/libpsl
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.10
@@ -34,6 +33,8 @@ BuildRequires:        libxslt-progs
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.7
 BuildRequires: sed >= 4.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -111,7 +112,7 @@ Statyczna biblioteka libpsl.
 Summary:       API documentation for libpsl library
 Summary(pl.UTF-8):     Dokumentacja API biblioteki libpsl
 Group:         Documentation
-%if "%{_rpmversion}" >= "5"
+%if "%{_rpmversion}" >= "4.6"
 BuildArch:     noarch
 %endif
 
@@ -140,7 +141,6 @@ ciasteczka jest akceptowalna dla domen itp.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if 0
 rmdir list
@@ -156,7 +156,6 @@ rmdir list
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-
 %configure \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static} \
This page took 0.174876 seconds and 4 git commands to generate.