[packages/dokuwiki-plugin-orphanswanted] Up to 2023-05-30

arekm arekm at pld-linux.org
Thu May 21 15:12:44 CEST 2026


commit 854a4ae19242fdc8f7772b946d1b6ab5f5c570d3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu May 21 15:12:28 2026 +0200

    Up to 2023-05-30

 dokuwiki-plugin-orphanswanted.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/dokuwiki-plugin-orphanswanted.spec b/dokuwiki-plugin-orphanswanted.spec
index 5475288..81e358e 100644
--- a/dokuwiki-plugin-orphanswanted.spec
+++ b/dokuwiki-plugin-orphanswanted.spec
@@ -1,17 +1,18 @@
-%define		subver	2017-06-25
+%define		subver	2023-05-30
 %define		ver		%(echo %{subver} | tr -d -)
 %define		plugin		orphanswanted
 %define		php_min_version 5.3.0
 Summary:	DokuWiki plugin to find orphan pages, Wanted pages with reference counts
 Name:		dokuwiki-plugin-%{plugin}
 Version:	%{ver}
-Release:	2
+Release:	1
 License:	GPL v2
 Group:		Applications/WWW
-Source0:	https://github.com/lupo49/dokuwiki-plugin-orphanswanted/archive/163625f/%{plugin}-%{subver}.tar.gz
-# Source0-md5:	b14fbb365e9b9e0dfcde770e7b50a0d3
+Source0:	https://github.com/lupo49/dokuwiki-plugin-orphanswanted/archive/2ebe6dc/%{plugin}-%{subver}.tar.gz
+# Source0-md5:	ea92be171afd8cc84a311d8e1c29840f
 URL:		https://www.dokuwiki.org/plugin:orphanswanted
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	rpmbuild(find_lang) >= 1.41
 BuildRequires:	rpmbuild(macros) >= 1.553
 Requires:	dokuwiki >= 20131208
 Requires:	php(core) >= %{php_min_version}
@@ -21,7 +22,6 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
-%define		find_lang 	%{_usrlibrpm}/dokuwiki-find-lang.sh %{buildroot}
 
 %description
 Use this plugin to find orphan pages and wanted pages.
@@ -49,16 +49,16 @@ fi
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{plugindir}
 cp -a . $RPM_BUILD_ROOT%{plugindir}
-rm $RPM_BUILD_ROOT%{plugindir}/{COPYING,README}
+rm $RPM_BUILD_ROOT%{plugindir}/{COPYING,README.md}
 
-%find_lang %{name}.lang
+%find_lang %{name}.lang --with-dokuwiki
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README
+%doc README.md
 %dir %{plugindir}
 %{plugindir}/*.php
 %{plugindir}/*.txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-orphanswanted.git/commitdiff/854a4ae19242fdc8f7772b946d1b6ab5f5c570d3



More information about the pld-cvs-commit mailing list