]> git.pld-linux.org Git - packages/apache-mod_mono.git/commitdiff
- changed Name to standard scheme
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jul 2003 11:28:00 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_mono.spec -> 1.9

apache-mod_mono.spec

index abade398abacca96acf6c805ce79c1e0e6014afe..957d21ca40fab83dcb124113cb02057b3685a11e 100644 (file)
@@ -1,13 +1,14 @@
+%define        mod_name mod_mono
 %define xsp_version 0.4
 Summary:       Mono module for Apache 2
 Summary(pl):   Modu³ Mono dla serwera Apache 2
-Name:          mod_mono
+Name:          apache-mod_mono
 Version:       0.3
 Release:       2
 Epoch:         1
 License:       Apache
 Group:         Networking/Daemons
-Source0:       http://www.apacheworld.org/modmono/%{name}-%{version}.tar.gz
+Source0:       http://www.apacheworld.org/modmono/%{mod_name}-%{version}.tar.gz
 # Source0-md5: c28a82496cf87de3c91450e47a4efcf1
 Source1:       http://go-mono.com/archive/xsp-%{xsp_version}.tar.gz
 # Source1-md5: aacb2d6b0dc3f54382c09be0976f6a7f
@@ -18,6 +19,7 @@ BuildRequires:        autoconf
 BuildRequires: mono
 Requires:      apache >= 2.0
 #Requires:     httpd-mmn = %(cat %{_includedir}/httpd/.mmn)
+Obsoletes:     mod_mono
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                httpdir         /home/services/httpd
@@ -33,7 +35,7 @@ Ten eksperymentalny modu
 Uniksie z serwerem Apache i Mono.
 
 %prep
-%setup -q -n %{name}-%{version} -a 1
+%setup -q -n %{mod_name}-%{version} -a 1
 
 %build
 # Build sample ASP.NET pages from xsp distribution
This page took 0.050109 seconds and 4 git commands to generate.