]> git.pld-linux.org Git - packages/apache1-mod_perl.git/commitdiff
- correct last changelog
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Dec 2005 19:32:50 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -devel package

Changed files:
    apache1-mod_perl.spec -> 1.29

apache1-mod_perl.spec

index 8f3541f1595ae841fda2c41dd2c0b58ccebc57df..293e6ff319ad7454900cf34f532ea0319af2730e 100644 (file)
@@ -1,5 +1,4 @@
 # TODO:
-# - add devel subpackage
 # - orphaned dirs for %{_manualdocdir}/mod/*html
 #
 %bcond_without ipv6            # disable IPv6 support. must match same bcond from apache1-devel
@@ -28,7 +27,7 @@ Summary(uk):  
 Summary(zh_CN):        ÓÃÓÚ Apache web ·þÎñ³ÌÐòµÄ Perl ½âÊͳÌÐò¡£
 Name:          apache1-mod_perl
 Version:       1.29
-Release:       10.4
+Release:       10.5
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
@@ -196,6 +195,16 @@ Apache web 
 ½Ó¿Ú¡£ ÓÉÓÚ²»±ØÆô¶¯ÈκÎÍⲿ Perl ½âÊͳÌÐò£¬Òò´Ë»áʹ CGI
 ½Å±¾»Øת¹ý³Ì¸üΪ¿ìËÙ¡£
 
+%package devel
+Summary:       Files needed for building XS modules that use mod_perl
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      apache1-devel
+
+%description devel
+The apache1-mod_perl-devel package contains the files needed for
+building XS modules that use mod_perl.
+
 %prep
 %setup  -q -n mod_perl-%{version}
 %patch0 -p1
@@ -285,7 +294,8 @@ fi
 
 %{_mandir}/man3/[Acm]*
 
-# to -devel ?
+%files devel
+%defattr(644,root,root,755)
 %{perl_vendorarch}/auto/Apache/typemap
 %{perl_vendorarch}/auto/Apache/mod_perl.exp
 %{perl_vendorarch}/auto/Apache/include
This page took 0.060318 seconds and 4 git commands to generate.