Fix for unversioned docdir change, Fix bogus date in %%changelog

f38
Vitezslav Crhonek 12 years ago
parent 4ea3be3353
commit 762fa74e4f

@ -0,0 +1,12 @@
diff -up sblim-testsuite-1.3.0/Makefile.in.orig sblim-testsuite-1.3.0/Makefile.in
--- sblim-testsuite-1.3.0/Makefile.in.orig 2013-08-28 11:20:07.814934872 +0200
+++ sblim-testsuite-1.3.0/Makefile.in 2013-08-28 11:20:28.085980836 +0200
@@ -143,7 +143,7 @@ datarootdir = @datarootdir@
#
# docdir defines where the documentation goes
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@

@ -2,7 +2,7 @@
Name: sblim-testsuite Name: sblim-testsuite
Version: 1.3.0 Version: 1.3.0
Release: 9%{?dist} Release: 10%{?dist}
Summary: SBLIM testsuite Summary: SBLIM testsuite
Group: Applications/System Group: Applications/System
@ -15,6 +15,8 @@ Requires: perl >= 5.6
Requires: sblim-wbemcli >= 1.5 Requires: sblim-wbemcli >= 1.5
Patch0: sblim-testsuite-1.3.0-perl-errors.patch Patch0: sblim-testsuite-1.3.0-perl-errors.patch
# Patch1: removes version from docdir
Patch1: sblim-testsuite-1.3.0-docdir.patch
%description %description
SBLIM automated testsuite scripts. SBLIM automated testsuite scripts.
@ -22,6 +24,7 @@ SBLIM automated testsuite scripts.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .perl-errors %patch0 -p1 -b .perl-errors
%patch1 -p1 -b .docdir
%build %build
%configure %configure
@ -31,11 +34,16 @@ make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%files %files
%doc %{_datadir}/doc/%{name}-%{version} %doc AUTHORS COPYING README
%{_datadir}/%{name} %{_datadir}/%{name}
%{_localstatedir}/lib/%{name} %{_localstatedir}/lib/%{name}
%changelog %changelog
* Wed Aug 28 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.0-10
- Fix for unversioned docdir change
Resolves: #994088
- Fix bogus date in %%changelog
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-9 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -77,7 +85,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
- Update to 1.2.5 - Update to 1.2.5
Resolves: #468327 Resolves: #468327
* Thu Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.2.4-1 * Fri Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.2.4-1
- New release - New release
* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.2.3-0 * Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.2.3-0

Loading…
Cancel
Save