]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- package VERSION file for "~~INFO:version~~" syntax; rel 4 auto/ac/dokuwiki-20091225-4 auto/th/dokuwiki-20091225-4
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 10 Mar 2010 10:51:06 +0000 (10:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki.spec -> 1.78

dokuwiki.spec

index 12a07f11d91cfc6aa9ceaee7f537d1dda31e4a0a..ecc46f9c02ebe7e6de1c6c843fcf9242c2c93598 100644 (file)
@@ -6,7 +6,7 @@ Summary:        PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}c.tgz
@@ -169,6 +169,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_localstatedir},%{_appdir}/{bin,inc,lib}}
 
 cp -a *.php $RPM_BUILD_ROOT%{_appdir}
+cp -a VERSION $RPM_BUILD_ROOT%{_appdir}
 cp -a bin/* $RPM_BUILD_ROOT%{_appdir}/bin
 cp -a inc/* $RPM_BUILD_ROOT%{_appdir}/inc
 cp -a lib/* $RPM_BUILD_ROOT%{_appdir}/lib
@@ -290,6 +291,7 @@ exit 0
 %attr(640,root,http) %{_sysconfdir}/users.auth.php.dist
 
 %dir %{_appdir}
+%{_appdir}/VERSION
 %{_appdir}/doku.php
 %{_appdir}/feed.php
 %{_appdir}/index.php
This page took 0.123832 seconds and 4 git commands to generate.