rpms/roundup/EL-4 roundup.spec,1.13,1.14

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Mon May 12 15:08:58 UTC 2008


Author: ruben

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

Modified Files:
	roundup.spec 
Log Message:
* Mon May 12 2008 Ruben Kerkhof <ruben at rubenkerkhof.com - 1.4.4-1.1
- Use python-sqlite instead of python-sqlite2 for EPEL 4



Index: roundup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-4/roundup.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- roundup.spec	8 Mar 2008 09:39:22 -0000	1.13
+++ roundup.spec	12 May 2008 15:08:20 -0000	1.14
@@ -3,7 +3,7 @@
 Summary: Simple and flexible issue-tracking system
 Name: roundup
 Version: 1.4.4
-Release: 1%{dist}
+Release: 1%{dist}.1
 License: MIT
 Group: Applications/Engineering
 Source: http://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
@@ -15,7 +15,7 @@
 BuildArch: noarch
 BuildRequires: python-devel
 URL: http://roundup.sourceforge.net/
-Requires: python-sqlite2
+Requires: python-sqlite
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
 Requires(preun): /sbin/chkconfig
@@ -49,21 +49,21 @@
 %post
 useradd -M -r -d /var/lib/roundup -s /sbin/nologin -c "Roundup Issue Tracker" roundup > /dev/null 2>&1 || :
 if [ ! -d /var/lib/roundup ]; then
-	install -d /var/lib/roundup/trackers/default/db > /dev/null 2>&1
-	install -d /var/lib/roundup/trackers/default/db/files -m 2770 -o root -g roundup > /dev/null 2>&1
+    install -d /var/lib/roundup/trackers/default/db > /dev/null 2>&1
+    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 sqlite > /dev/null 2>&1
+    # Create Roundup configuration.
+    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
-	/sbin/service roundup condrestart >/dev/null 2>&1
+    /sbin/service roundup condrestart >/dev/null 2>&1
 fi
 
 %preun
 if [ $1 = 0 ]; then
-	/sbin/service roundup stop > /dev/null 2>&1
-	/sbin/chkconfig --del roundup >/dev/null 2>&1
+    /sbin/service roundup stop > /dev/null 2>&1
+    /sbin/chkconfig --del roundup >/dev/null 2>&1
 fi
 
 %clean
@@ -81,6 +81,9 @@
 %doc README.Fedora COPYING.txt
 
 %changelog
+* Mon May 12 2008 Ruben Kerkhof <ruben at rubenkerkhof.com - 1.4.4-1.1
+- Use python-sqlite instead of python-sqlite2 for EPEL 4
+
 * Fri Mar  7 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.4-1
 - new upstream version with security fixes (bz#436546)
 
@@ -114,7 +117,7 @@
 * Sun Sep 05 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-5
    - No longer use setup.py's --record feature.
    - Really fix init script.
-   - %{_mandir}/man1/* instead of %{_mandir}/*.
+   - %%{_mandir}/man1/* instead of %%{_mandir}/*.
 
 * Sun Sep 05 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-4
    - Put man pages in /usr/share/man.
@@ -122,8 +125,8 @@
    - Do not enable service by default.
    - Include license in installed files.
    - Restart service if needed after upgrade.
-   - Use %{find_lang}.
-   - Tag %{_initrddir}/roundup as %config(noreplace).
+   - Use %%{find_lang}.
+   - Tag %%{_initrddir}/roundup as %%config(noreplace).
 
 * Sun Aug 14 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-3
    - Do not use useradd's -o option.
@@ -132,12 +135,12 @@
    - Set GID roundup will use from startup script.
    - Set proper permissions on db/files.
    - Change Source URL.
-   - Use %{SOURCE1}, %{SOURCE2}, ...
+   - Use %%{SOURCE1}, %%{SOURCE2}, ...
    - Use install's -p switch.
    - Don't hardcode useradd UID.
    - Scriptlets no longer output anything.
    - Don't delete user in postun.
-   - Use %{_initrddir}.
+   - Use %%{_initrddir}.
    - Only stop service if uninstalling.
 
 * Sun Aug 07 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-1




More information about the fedora-extras-commits mailing list