summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeajan <ozy@netpower.fr>2018-02-27 09:39:18 +0100
committerdeajan <ozy@netpower.fr>2018-02-27 09:39:18 +0100
commit78278467d82fdae5862a47ff07da2ce7d45a4d0e (patch)
treeeb243a22fc896a081da1e73f5806b1f9661749b1
parent9969764b08488d8182dbc4481ab8304ddcba03d3 (diff)
downloadlibrsync-78278467d82fdae5862a47ff07da2ce7d45a4d0e.tar.gz
Removed testing comments
-rw-r--r--librsync.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/librsync.spec b/librsync.spec
index fdc5533..a6bafc8 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -36,7 +36,7 @@ This package contains header files necessary for developing programs
based on librsync.
%prep
-#wget --no-check-certificate --timeout=5 -O %{_sourcedir}/%{name}-master.zip %{gitsource}
+#wget --no-check-certificate --timeout=5 -O %{_sourcedir}/v%{version}.zip %{gitsource}
%setup
# The next line is only needed if there are any non-upstream patches. In
# this distribution there are none.
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
@@ -72,7 +72,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_includedir}/%{name}*
%changelog
-* Mon Feb 26 2018 Orsiris de Jong <ozy@netpower>
+* Tue Feb 27 2018 Orsiris de Jong <ozy@netpower>
- Updated SPEC file for librsync 2.0.2
- Fixed cmake paths for RHEL 7 64 bits
- Added automatic source download using wget (for tests)