Browse Source

libmicrohttpd-0.9.72-1

Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
1b42fd3b0d
1 changed files with 22 additions and 12 deletions
  1. 22 12
      lib/libm/libmicrohttpd/libmicrohttpd-vl.spec

+ 22 - 12
lib/libm/libmicrohttpd/libmicrohttpd-vl.spec

@@ -1,9 +1,8 @@
 Summary: Lightweight library for embedding a webserver in applications
 Name: libmicrohttpd
-Version: 0.9.70
+Version: 0.9.72
 Release: 1%{?_dist_release}
-Group: System Environment/Libraries
-
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -41,7 +40,7 @@ Key features that distinguish libmicrohttpd from other projects are:
 %package devel
 Summary:        Development files for libmicrohttpd
 Summary(ja):    libmicrohttpd の開発用ファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
@@ -50,27 +49,27 @@ Development files for libmicrohttpd
 %package doc
 Summary:        Documentation for libmicrohttpd
 Summary(ja):    libmicrohttpd のドキュメント
-Group:          Documentation
+Group:          documentation
 Buildarch:      noarch
 Requires:       %{name} = %{version}-%{release}
 
 %description doc
 Doxygen documentation for libmicrohttpd and some example source code
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static --with-gnutls
 make %{?_smp_mflags}
 make full -C doc/doxygen
 
 
-# Disabled for now due to problems reported at
-# https://gnunet.org/bugs/view.php?id=1619
-#check
-#make check %{?_smp_mflags}
-
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
@@ -88,11 +87,16 @@ install -m 644 src/examples/*.c examples
 rm -rf html
 cp -R doc/doxygen/html .
 
+
+# Disabled for now due to problems reported at
+# https://gnunet.org/bugs/view.php?id=1619
+#check
+#make check %{?_smp_mflags}
+
+
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
 
 %post doc
 /sbin/install-info %{_infodir}/libmicrohttpd.info.gz %{_infodir}/dir || :
@@ -104,6 +108,7 @@ if [ $1 = 0 ] ; then
     /sbin/install-info --delete %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || :
 fi
 
+
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -125,7 +130,12 @@ fi
 %{_infodir}/libmicrohttpd_performance_data.png.gz
 %{_infodir}/libmicrohttpd-tutorial.info.gz
 
+
 %changelog
+* Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.72-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.70-1
 - rebuilt with current environment.