[ctstream] Add empty %%build section for hooks

Petr Pisar ppisar at fedoraproject.org
Tue Oct 16 14:25:45 UTC 2012


commit d39d339973bcdc284978b8ee3803e0d87b3477f1
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Oct 16 16:23:57 2012 +0200

    Add empty %%build section for hooks

 ctstream.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ctstream.spec b/ctstream.spec
index 362d651..c25bba6 100644
--- a/ctstream.spec
+++ b/ctstream.spec
@@ -1,6 +1,6 @@
 Name:       ctstream    
 Version:    6
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Get URLs of Czech Television video streams
 Group:      Applications/Internet
 License:    GPL+
@@ -12,6 +12,9 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 %description
 Get locators of Czech Television video streams for given web page.
 
+%build
+# Empty %%build section for possible RPM hooks
+
 %install
 install -d %{buildroot}%{_bindir}
 install %{SOURCE0} %{buildroot}%{_bindir}/%{name}
@@ -20,5 +23,8 @@ install %{SOURCE0} %{buildroot}%{_bindir}/%{name}
 %{_bindir}/*
 
 %changelog
+* Tue Oct 16 2012 Petr Pisar <ppisar at redhat.com> - 6-2
+- Add empty %%build section for hooks
+
 * Fri Oct 12 2012 Petr Pisar <ppisar at redhat.com> - 6-1
 - Initial spec file


More information about the scm-commits mailing list