summaryrefslogtreecommitdiffstats
path: root/koji-theme-fedora.spec
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2009-12-06 16:27:44 -0600
committerDennis Gilmore <dennis@ausil.us>2009-12-06 16:27:44 -0600
commit4397e52cda369eae915fc76d9c24378e82163e79 (patch)
tree70cfb5ba8fe9e22636b2d9c582c6ca88c63a7822 /koji-theme-fedora.spec
downloadkoji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.tar.gz
koji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.tar.xz
koji-theme-fedora-4397e52cda369eae915fc76d9c24378e82163e79.zip
initial import from the hg repo with Makefile fixes for git
Diffstat (limited to 'koji-theme-fedora.spec')
-rw-r--r--koji-theme-fedora.spec47
1 files changed, 47 insertions, 0 deletions
diff --git a/koji-theme-fedora.spec b/koji-theme-fedora.spec
new file mode 100644
index 0000000..95789ea
--- /dev/null
+++ b/koji-theme-fedora.spec
@@ -0,0 +1,47 @@
+%define baserelease 2
+#build with --define 'testbuild 1' to have a timestamp appended to release
+%if 0%{?testbuild}
+%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
+%else
+%define release %{baserelease}
+%endif
+Name: koji-theme-fedora
+Version: 1.3
+Release: %{release}%{?dist}
+License: GPLv2
+Summary: Fedora koji theme
+Group: Applications/Internet
+Source: %{name}-%{PACKAGE_VERSION}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+Requires: koji-web
+
+%description
+Makes the fedora koji web ui unique
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc Authors COPYING README
+%{_datadir}/koji-themes/fedora-koji
+%config(noreplace) /etc/httpd/conf.d/00kojifedora.conf
+
+
+%changelog
+* Mon Aug 24 2009 Dennis Gilmore <dennis@ausil.us> - 1.3-2
+- add powered by koji button.
+- use new logo
+
+* Fri Jul 31 2009 Dennis Gilmore <dennis@ausil.us> - 1.3-1
+-initial build