diff --git a/.gitignore b/.gitignore index 772fc7d..bc426bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /README.rpm /iipsrv-1.0.0-0b63de7.tar.gz /iipsrv-1.0.0-2431b45.tar.gz +/iipsrv-1.0.tar.gz diff --git a/iipsrv.spec b/iipsrv.spec index 939c6c9..d50cb2f 100644 --- a/iipsrv.spec +++ b/iipsrv.spec @@ -14,15 +14,17 @@ %global useselinux 0 %endif +%global iipver 1.0 + Name: iipsrv Version: 1.0.0 -Release: 5.0.git%{shortcommit}%{?dist} +Release: 6.0%{?dist} Summary: Light-weight streaming for viewing and zooming of ultra high-resolution images Group: Applications/Multimedia License: GPLv3+ URL: http://iipimage.sourceforge.net -Source0: https://github.com/ruven/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz +Source0: https://github.com/ruven/%{name}/archive/%{name}-%{iipver}.tar.gz Source1: %{name}-httpd.conf Source2: README.rpm Source3: %{name}-logrotate @@ -112,7 +114,7 @@ IIPImage server Apache/mod_fcgid files %prep -%setup -q -n %{name}-%{commit} +%setup -q -n %{name}-%{name}-%{iipver} %patch0 -p1 #fix man sed -e "s/\.Iiipsrv/.I iipsrv/" -i man/%{name}.8 @@ -123,7 +125,6 @@ AC_PROG_RANLIB/' -i configure.in mkdir m4 %endif #remove bundled lib -rm -rf src/fcgi %if 0%{?rhel} == 5 #directives names has changed since pre ASF releases of mod_fcgid #see http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#upgrade @@ -136,7 +137,7 @@ sed -i \ %build ./autogen.sh -%configure +%configure --with-fcgi-lib=%{_includedir} make %{?_smp_mflags} @@ -260,6 +261,9 @@ fi %changelog +* Thu May 05 2016 Johan Cwiklinski - 1.0.0-6.0 +- Update to final 1.0 release + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-5.0.git2431b45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 81cc25c..9f17fc1 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -806c245db32f5869367691198e5268f6 iipsrv-1.0.0-2431b45.tar.gz -ee31ce137a5ab78b5a4282ca0c18497f README.rpm +98bea3a3323e6d093a6a141f99c3c7b7 iipsrv-1.0.tar.gz