]> git.pld-linux.org Git - packages/mediawiki.git/commitdiff
- nah... or maybe we should remove that webbased config generator?
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 7 Sep 2004 16:23:28 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mediawiki.spec -> 1.2

mediawiki.spec

index 4db25efe625c5b84452a1fa8b9ff31f6b4459302..501e9803dc62a5dc758ae884df0c7fda52c03edf 100644 (file)
@@ -24,8 +24,6 @@ http://meta.wikimedia.org/wiki/MediaWiki_feature_list
 
 #description -l pl
 
-
-
 %prep
 %setup -q
 # using system PHPTAL
@@ -47,7 +45,7 @@ includes \
 templates"
 for i in $dirs ;
 do
-cp -rf  ${i} $RPM_BUILD_ROOT%{wikiroot}
+cp -rf ${i} $RPM_BUILD_ROOT%{wikiroot}
 done
 cp img_auth.php index.php install-utils.inc redirect.php \
        redirect.phtml Version.php wiki.phtml \
@@ -57,5 +55,18 @@ cp img_auth.php index.php install-utils.inc redirect.php \
 rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
+#%ghost %{wikiroot}/LocalSettings.php 
 %doc docs HISTORY INSTALL README RELEASE-NOTES UPGRADE *.sample
-%{wikiroot}
+# why do I have a strong feeling that this approach sucks?
+%dir %{wikiroot}
+%attr(770,http,http) %{wikiroot}/config
+%{wikiroot}/languages
+%{wikiroot}/math
+%{wikiroot}/irc
+%{wikiroot}/maintenance
+%{wikiroot}/stylesheets
+%{wikiroot}/images
+%{wikiroot}/extensions
+%{wikiroot}/includes
+%{wikiroot}/templates
+%{wikiroot}/*.ph*
This page took 0.095634 seconds and 4 git commands to generate.