Browse Source

fcgi-2.4.2-2

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
5ac283bce1
1 changed files with 12 additions and 13 deletions
  1. 12 13
      f/fcgi/fcgi-vl.spec

+ 12 - 13
f/fcgi/fcgi-vl.spec

@@ -4,9 +4,9 @@ Summary:        FastCGI development kit
 Summary(ja):    FastCGI 開発キット
 Name:           fcgi
 Version:        2.4.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
-Group:          Development/Languages
+Group:          programming
 License:        BSD
 URL:            https://github.com/FastCGI-Archives/fcgi2
 Source0:        https://github.com/FastCGI-Archives/fcgi2/archive/%{version}.tar.gz#/fcgi-%{version}%{?snap}.tar.gz
@@ -17,8 +17,6 @@ Patch0:         fcgi-2.4.0-autotools.patch
 #Patch2:         fcgi-2.4.0-Makefile.am-CPPFLAGS.patch
 Patch3:         fcgi-2.4.0-gcc44_fixes.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
 # for -perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
@@ -33,7 +31,7 @@ provides high performance without the limitations of server specific APIs.
 %package        devel
 Summary:        Development files for %{name}
 Summary(ja):    Development files for %{name}
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 
 
@@ -45,7 +43,7 @@ developing applications that use %{name}.
 %package perl
 Summary:        Perl bindings for %{name}
 Summary(ja):    Perl bindings for %{name}
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -54,6 +52,9 @@ Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 The %{name}-perl package contains the perl bindings for fcgi.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n "fcgi2-%{version}%{?snap}"
 #%patch0 -p1
@@ -66,11 +67,13 @@ chmod a-x include/fcgios.h libfcgi/os_unix.c
 
 autoreconf -ivf
 
+
 %build
 %configure
 # does not build with parallel make flags
 make
 
+
 %install
 %{__rm} -rf %{buildroot}
 %{__mkdir_p} %{buildroot}
@@ -86,13 +89,6 @@ done
 %{__rm} -f -- doc/*.3
 
 
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -120,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.2-2
+- dropped ldconfig scriptlets.
+
 * Sat Apr 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.2-1
 - new upstream release.
 - dropped Patch4: fixed in upstream.