]> git.pld-linux.org Git - packages/dokuwiki-plugin-eventum.git/commitdiff
- up to 20100928 dokuwiki-plugin-eventum-20100928-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Sep 2010 17:41:27 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-plugin-eventum.spec -> 1.9

dokuwiki-plugin-eventum.spec

index e2f95aaccd59fb98999cb53716877334f7597251..976fa786e8353b313040ac186fd17ec843008743 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       DokuWiki Eventum Plugin
 Summary(pl.UTF-8):     Wtyczka Include (dołączania) dla Eventum
 Name:          dokuwiki-plugin-%{plugin}
-Version:       20100927
+Version:       20100928
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
@@ -40,7 +40,7 @@ cd ..
 cvs -d %{_cvsroot} co %{?_cvstag:-r %{_cvstag}} -d %{name}-%{version} -P %{_cvsmodule}
 cd -
 
-version=$(cat VERSION)
+version=$(awk '/date/{print $2}' plugin.info.txt)
 if [ "$(echo "$version" | tr -d -)" != %{version} ]; then
        : %%{version} mismatch
        exit 1
@@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{plugindir}
 %{plugindir}/*.php
+%{plugindir}/*.txt
 %dir %{plugindir}/lang
 %dir %{plugindir}/lang/en
 %{plugindir}/lang/en/lang.php
This page took 0.040842 seconds and 4 git commands to generate.