rpms/roundup/EL-5 roundup.spec,1.6,1.7 sources,1.2,1.3

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Tue Apr 29 07:40:59 UTC 2008


Author: ruben

Update of /cvs/pkgs/rpms/roundup/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13919

Modified Files:
	roundup.spec sources 
Log Message:
Initial import into EL-5



Index: roundup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/roundup.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- roundup.spec	8 Sep 2006 22:03:11 -0000	1.6
+++ roundup.spec	29 Apr 2008 07:40:21 -0000	1.7
@@ -1,21 +1,21 @@
-%define pythonver 2.4
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary: Simple and flexible issue-tracking system
 Name: roundup
-Version: 0.8.4
-Release: 10
+Version: 1.4.4
+Release: 1%{dist}
 License: MIT
 Group: Applications/Engineering
-Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz
+Source: http://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
 Source1: roundup.conf
 Source2: roundup
 Source3: README.Fedora
 Patch0: roundup-setup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+BuildRequires: python-devel
 URL: http://roundup.sourceforge.net/
-Requires: python >= %{pythonver} httpd mysql-server MySQL-python sharutils
+Requires: python-sqlite2
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
 Requires(preun): /sbin/chkconfig
@@ -27,15 +27,21 @@
 Yee in the Software Carpentry "Track" design competition.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
+
+mv locale/ru.po locale/ru-koi8.po
+iconv -f koi8-r -t utf-8 locale/ru-koi8.po | sed -e 's|Content-Type: text/plain; charset=koi8-r|Content-Type: text/plain; charset=utf-8|' > locale/ru.po
+rm -f locale/ru-koi8.po
+
 install -pm 644 %{SOURCE3} .
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" python setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %install
-python setup.py install --root=$RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT
 install -p -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/roundup.conf
 install -p -D -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_initrddir}/roundup
 %find_lang %{name}
@@ -47,7 +53,7 @@
 	install -d /var/lib/roundup/trackers/default/db/files -m 2770 -o root -g roundup > /dev/null 2>&1
 
 	# Create Roundup configuration.
-	roundup-admin -i /var/lib/roundup/trackers/default install classic mysql > /dev/null 2>&1
+	roundup-admin -i /var/lib/roundup/trackers/default install classic sqlite > /dev/null 2>&1
 fi
 /sbin/chkconfig --add roundup >/dev/null 2>&1
 if [ "$1" -ge "1" ]; then
@@ -75,6 +81,23 @@
 %doc README.Fedora COPYING.txt
 
 %changelog
+* Fri Mar  7 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.4-1
+- new upstream version with security fixes (bz#436546)
+
+* Wed Feb 20 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.1-2
+- new upstream version
+
+* Wed Jan 23 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.1-1
+- new upstream version
+
+* Thu Jul 19 2007 Paul P. Komkoff Jr <i at stingr.net> - 1.3.3-2
+- add dist tag
+
+* Sun Jul  8 2007 Paul P. Komkoff Jr <i at stingr.net> - 1.3.3-1
+   - new upstream version 1.3.3
+   - convert russian locale to utf-8
+   - use sqlite database for default tracker instead of mysql
+
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-10
    - Rebuild for Fedora Extras 6.
    - Rebuild noarch.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Sep 2005 23:21:32 -0000	1.2
+++ sources	29 Apr 2008 07:40:21 -0000	1.3
@@ -1 +1 @@
-6b995d7d6c5b49666e5297929e70bbc7  roundup-0.8.4.tar.gz
+6a9f6fc272d833ef0179b00e63010a08  roundup-1.4.4.tar.gz




More information about the fedora-extras-commits mailing list