[publican-fedora] version 4.0-3: now using sources pulled from fedorahosted cgit as defined by `git tag` try installin

Pete Travis immanetize at fedoraproject.org
Wed Aug 27 03:18:33 UTC 2014


commit e01b1759cd809e95501db5b6dc6ec84a5c489b6c
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue Aug 26 21:18:31 2014 -0600

    version 4.0-3:
    now using sources pulled from fedorahosted cgit as defined by `git tag`
    try installing a site-overrides.css

 publican-fedora.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/publican-fedora.spec b/publican-fedora.spec
index 8b320b1..90cc82e 100644
--- a/publican-fedora.spec
+++ b/publican-fedora.spec
@@ -4,12 +4,12 @@
 Name:		publican-%{brand}
 Summary:	Publican documentation template files for %{brand}
 Version:	4.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	CC-BY-SA
 Group:		Applications/Text
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
-Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
+Source:		http://git.fedorahosted.org/cgit/%{name}-%{version}-%{release}.tar.bz2
 BuildRequires:	publican >= 4.0
 Requires:	publican >= 4.0
 URL:		https://fedorahosted.org/publican
@@ -29,7 +29,7 @@ Requires:	publican >= 4.0
 Web Site common files for the %{brand} brand.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{release}
 
 %build
 publican build --formats=xml --langs=all --publish
@@ -40,7 +40,7 @@ mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
 publican install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
 mkdir -p -m755 $RPM_BUILD_ROOT/%{wwwdir}/%{brand}
 publican install_brand --web --path=$RPM_BUILD_ROOT/%{wwwdir}/%{brand}
-
+install -p site-overrides.css $RPM_BUILD_ROOT/%{wwwdir}/%{brand}/
 %clean
 rm -rf $RPM_BUILD_ROOT
 


More information about the scm-commits mailing list