[trac-peerreview-plugin/el6: 6/6] Merge remote-tracking branch 'origin/master' into el6
by Kevin Fenzi
commit 3d129fa61719a98c4225135df9517978bc40456a
Merge: dfc4b7f 413d89b
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat Dec 31 12:00:12 2011 -0700
Merge remote-tracking branch 'origin/master' into el6
.gitignore | 1 +
sources | 2 +-
trac-peerreview-plugin.spec | 26 +++++++++++++++++---------
3 files changed, 19 insertions(+), 10 deletions(-)
---
11Â years, 11Â months
[trac-peerreview-plugin] Update to svn 11062. Rework source checkout.
by Kevin Fenzi
commit 413d89b6f9a1ad4c90a082dafeff43623ef60885
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat Dec 31 11:42:06 2011 -0700
Update to svn 11062.
Rework source checkout.
.gitignore | 1 +
sources | 2 +-
trac-peerreview-plugin.spec | 20 +++++++++++---------
3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 362c9fe..e3ca040 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
TracCodeReview-0.11.tar.gz
+/trac-peerreview-plugin-0.11.svn11062.tar.gz
diff --git a/sources b/sources
index 8e0940f..320cd7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aff206dc333db37b315bc4f65f63031d TracCodeReview-0.11.tar.gz
+d8ad953e9335075f7d1cccf68fc4920c trac-peerreview-plugin-0.11.svn11062.tar.gz
diff --git a/trac-peerreview-plugin.spec b/trac-peerreview-plugin.spec
index 5ff0f27..b99f5af 100644
--- a/trac-peerreview-plugin.spec
+++ b/trac-peerreview-plugin.spec
@@ -1,21 +1,20 @@
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%global svnrev 5357
+%global svnrev 11062
Name: trac-peerreview-plugin
Version: 0.11
-Release: 4.svn%{svnrev}%{?dist}
+Release: 5.svn%{svnrev}%{?dist}
Summary: Framework for realtime code review within Trac
Group: Applications/Internet
License: BSD
URL: http://trac-hacks.org/wiki/PeerReviewPlugin
-# Source comes from SVN:
-# svn co -r %{svnrev} http://trac-hacks.org/svn/peerreviewplugin; \
-# cd peerreviewplugin/0.11/; \
-# python setup.py sdist --formats gztar
-Source0: TracCodeReview-%{version}.tar.gz
+
+# Produce via 'svn export -r11062 http://trac-hacks.org/svn/peerreviewplugin/0.11/ peerreviewplugin'
+# tar -czvf trac-peerreview-plugin-0.11.svn11062.tar.gz peerreviewplugin
+Source0: trac-peerreview-plugin-%{version}.svn%{svnrev}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -26,7 +25,6 @@ BuildRequires: python-setuptools
Requires: trac
Requires: mod_dav_svn
-Requires: mod_python
Requires: python-clearsilver
%description
@@ -34,7 +32,7 @@ A Distributed Peer-Review Plug-in for TRAC Project
Management System.
%prep
-%setup -q -n TracCodeReview-%{version}
+%setup -q -n peerreviewplugin
unzip docs/UserGuide.zip
rm -rf UserGuide/.svn
@@ -71,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Dec 31 2011 Kevin Fenzi <kevin(a)scrye.com> - 0.11-5.svn11062
+- Update to svn 11062.
+- Rework source checkout.
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.11-4.svn5357
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
11Â years, 11Â months
[qconf/el6] Added qt epoch to ruquires. Resolved #751249
by ivanromanov
commit afe83cfdc210a52a6e9851285ec387242988dcbe
Author: Ivan Romanov <drizt(a)land.ru>
Date: Sun Jan 1 00:13:03 2012 +0600
Added qt epoch to ruquires. Resolved #751249
qconf.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qconf.spec b/qconf.spec
index fa30c51..ff513c7 100644
--- a/qconf.spec
+++ b/qconf.spec
@@ -1,7 +1,7 @@
Summary: Tool for generating configure script for qmake-based projects
Name: qconf
Version: 1.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Development/Tools
License: GPLv2+ with exceptions
@@ -15,7 +15,7 @@ Patch0: qconf-1.4-optflags.patch
# So I need to use another name
Patch1: qconf-1.4-rename-binary.patch
-Buildrequires: qt-devel >= 4.4.0
+Buildrequires: qt-devel >= 1:4.4.0
%description
@@ -53,6 +53,10 @@ make INSTALL_ROOT=%{buildroot} install
%changelog
+* Sun Jan 1 2012 Ivan Romanov <drizt(a)land.ru> - 1.4-3
+- Added qt epoch to ruquires. Resolved #751249
+- Two minutes before New Year holiday ;)
+
* Sat Apr 9 2011 Ivan Romanov <drizt(a)land.ru> - 1.4-2
- added patch to support optflags
- used qmake for build stage instead configure
11Â years, 11Â months
[epris/f14] Added RPM for epris for Fedora 14
by Ratnadeep Debnath
commit 455870a154fc07bb5185b6045f82196444044f99
Author: rtnpro <rtnpro(a)gmail.com>
Date: Sat Dec 31 21:05:15 2011 +0530
Added RPM for epris for Fedora 14
.gitignore | 1 +
epris-0.2-manpage.patch | 60 ++++++++++++++++++++++++++++++++++++++++++
epris.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d7356c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/epris-0.2.tar.gz
diff --git a/epris-0.2-manpage.patch b/epris-0.2-manpage.patch
new file mode 100644
index 0000000..dbc5745
--- /dev/null
+++ b/epris-0.2-manpage.patch
@@ -0,0 +1,60 @@
+diff -uNr epris-0.2_old/epr.6 epris-0.2/epr.6
+--- epris-0.2_old/epr.6 1970-01-01 05:30:00.000000000 +0530
++++ epris-0.2/epr.6 2011-12-11 17:20:30.680392324 +0530
+@@ -0,0 +1,56 @@
++.TH "epr" 1
++.SH NAME
++epris \- A dbus service to listen to music
++.SH SYNOPSIS
++.B epris
++[OPTIONS]
++
++.SH DESCRIPTION
++epr is the command line client. epris is the D-Bus service, you don't have
++to run it manually, it will start and shutdown automatically. It is based
++on excellent GStreamer playbin2. And it supports gap-less playback! (or almost)
++
++.SH COMMANDS
++.TP
++\fBplay\fR
++Play
++.TP
++\fBstop\fR
++Stop
++.TP
++\fBadd\fR
++Add tracks to tracklist
++.TP
++\fBrm\fR
++Remove tracks from tracklist
++.TP
++\fBseek\fR
++Seek to a given position within track
++.TP
++\fBskip\fR
++Move within the tracklist (alias skip)
++.TP
++\fBlist\fR
++List tracks
++.TP
++\fBhelp\fR
++Display the help
++
++.SH OPTIONS
++.TP
++\fB\-\-help\fR
++Show help options
++.TP
++\fB\-\-version\fR
++Display the version number
++.TP
++\fB\-\-debug\-level=INT\fR
++Debug level (1-5)
++.TP
++\fB\-a, \-\-all=BOOL\fR
++Show extra commands
++
++.SH AUTHORS
++Marc-Andre Lureau <marcandre.lureau(a)gmail.com>
++
++Man page written by Ratnadeep Debnath <rtnpro(a)gmail.com>.
diff --git a/epris.spec b/epris.spec
new file mode 100644
index 0000000..0115530
--- /dev/null
+++ b/epris.spec
@@ -0,0 +1,66 @@
+%global gstreamer_version 0.10
+%global dbus-glib_version 0.70
+
+Name: epris
+Version: 0.2
+Release: 4%{?dist}
+Summary: A dbus service to listen to music
+
+Group: Applications/Multimedia
+License: LGPLv3
+URL: http://code.google.com/p/epris/
+Source0: http://epris.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0: epris-%{version}-manpage.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gstreamer-devel >= gstreamer_version
+BUildRequires: dbus-glib-devel >= dbus-glib_version
+BuildRequires: vala-devel
+
+%description
+epris is a small command line based audio player. Unlike xmms2 or mpd, it
+uses GStreamer and DBus. It is written in Vala.
+
+%prep
+%setup -q
+%patch0 -p1
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_mandir}/man6
+install -p -m644 epr.6 %{buildroot}%{_mandir}/man6/epr.6
+make install DESTDIR=$RPM_BUILD_ROOT
+make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc README THANKS TODO
+%{_bindir}/epr
+%{_datadir}/dbus-1/services/*
+%{_libexecdir}/*
+%{_mandir}/man6/epr.6.gz
+
+
+%changelog
+*Sun Dec 11 2011 rtnpro <rtnpro(a)gmail.com> 0.2-4
+- Added man page for epris
+
+*Tue Aug 24 2010 rtnpro <rtnpro(a)gmail.com> 0.2-3
+- Made some changes to the spec file
+
+*Tue Jun 29 2010 rtnpro <rtnpro(a)gmail.com> 0.2-2
+- Added Requires: Gstreamer and Obsoletes: old epris version
+
+*Mon Jun 28 2010 rtnpro <rtnpro(a)gmail.com> 0.2-1
+- Initial RPM package
diff --git a/sources b/sources
index e69de29..810cd33 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+94ec5123207d34834eaa345435964f99 epris-0.2.tar.gz
11Â years, 11Â months
[epris/f15] Added RPM for epris v 0.2 for Fedora 15
by Ratnadeep Debnath
commit bf93361ee9b64478a330b8e116a258db4a7386d3
Author: rtnpro <rtnpro(a)gmail.com>
Date: Sat Dec 31 21:04:01 2011 +0530
Added RPM for epris v 0.2 for Fedora 15
.gitignore | 1 +
epris-0.2-manpage.patch | 60 ++++++++++++++++++++++++++++++++++++++++++
epris.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d7356c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/epris-0.2.tar.gz
diff --git a/epris-0.2-manpage.patch b/epris-0.2-manpage.patch
new file mode 100644
index 0000000..dbc5745
--- /dev/null
+++ b/epris-0.2-manpage.patch
@@ -0,0 +1,60 @@
+diff -uNr epris-0.2_old/epr.6 epris-0.2/epr.6
+--- epris-0.2_old/epr.6 1970-01-01 05:30:00.000000000 +0530
++++ epris-0.2/epr.6 2011-12-11 17:20:30.680392324 +0530
+@@ -0,0 +1,56 @@
++.TH "epr" 1
++.SH NAME
++epris \- A dbus service to listen to music
++.SH SYNOPSIS
++.B epris
++[OPTIONS]
++
++.SH DESCRIPTION
++epr is the command line client. epris is the D-Bus service, you don't have
++to run it manually, it will start and shutdown automatically. It is based
++on excellent GStreamer playbin2. And it supports gap-less playback! (or almost)
++
++.SH COMMANDS
++.TP
++\fBplay\fR
++Play
++.TP
++\fBstop\fR
++Stop
++.TP
++\fBadd\fR
++Add tracks to tracklist
++.TP
++\fBrm\fR
++Remove tracks from tracklist
++.TP
++\fBseek\fR
++Seek to a given position within track
++.TP
++\fBskip\fR
++Move within the tracklist (alias skip)
++.TP
++\fBlist\fR
++List tracks
++.TP
++\fBhelp\fR
++Display the help
++
++.SH OPTIONS
++.TP
++\fB\-\-help\fR
++Show help options
++.TP
++\fB\-\-version\fR
++Display the version number
++.TP
++\fB\-\-debug\-level=INT\fR
++Debug level (1-5)
++.TP
++\fB\-a, \-\-all=BOOL\fR
++Show extra commands
++
++.SH AUTHORS
++Marc-Andre Lureau <marcandre.lureau(a)gmail.com>
++
++Man page written by Ratnadeep Debnath <rtnpro(a)gmail.com>.
diff --git a/epris.spec b/epris.spec
new file mode 100644
index 0000000..0115530
--- /dev/null
+++ b/epris.spec
@@ -0,0 +1,66 @@
+%global gstreamer_version 0.10
+%global dbus-glib_version 0.70
+
+Name: epris
+Version: 0.2
+Release: 4%{?dist}
+Summary: A dbus service to listen to music
+
+Group: Applications/Multimedia
+License: LGPLv3
+URL: http://code.google.com/p/epris/
+Source0: http://epris.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0: epris-%{version}-manpage.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gstreamer-devel >= gstreamer_version
+BUildRequires: dbus-glib-devel >= dbus-glib_version
+BuildRequires: vala-devel
+
+%description
+epris is a small command line based audio player. Unlike xmms2 or mpd, it
+uses GStreamer and DBus. It is written in Vala.
+
+%prep
+%setup -q
+%patch0 -p1
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_mandir}/man6
+install -p -m644 epr.6 %{buildroot}%{_mandir}/man6/epr.6
+make install DESTDIR=$RPM_BUILD_ROOT
+make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc README THANKS TODO
+%{_bindir}/epr
+%{_datadir}/dbus-1/services/*
+%{_libexecdir}/*
+%{_mandir}/man6/epr.6.gz
+
+
+%changelog
+*Sun Dec 11 2011 rtnpro <rtnpro(a)gmail.com> 0.2-4
+- Added man page for epris
+
+*Tue Aug 24 2010 rtnpro <rtnpro(a)gmail.com> 0.2-3
+- Made some changes to the spec file
+
+*Tue Jun 29 2010 rtnpro <rtnpro(a)gmail.com> 0.2-2
+- Added Requires: Gstreamer and Obsoletes: old epris version
+
+*Mon Jun 28 2010 rtnpro <rtnpro(a)gmail.com> 0.2-1
+- Initial RPM package
diff --git a/sources b/sources
index e69de29..810cd33 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+94ec5123207d34834eaa345435964f99 epris-0.2.tar.gz
11Â years, 11Â months
[epris/f16] Added RPM package for epris v 0.2 for Fedora 16
by Ratnadeep Debnath
commit 5cb926c7677d537d56d63854f9380ef7189f5d02
Author: rtnpro <rtnpro(a)gmail.com>
Date: Sat Dec 31 21:02:13 2011 +0530
Added RPM package for epris v 0.2 for Fedora 16
.gitignore | 1 +
epris-0.2-manpage.patch | 60 ++++++++++++++++++++++++++++++++++++++++++
epris.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d7356c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/epris-0.2.tar.gz
diff --git a/epris-0.2-manpage.patch b/epris-0.2-manpage.patch
new file mode 100644
index 0000000..dbc5745
--- /dev/null
+++ b/epris-0.2-manpage.patch
@@ -0,0 +1,60 @@
+diff -uNr epris-0.2_old/epr.6 epris-0.2/epr.6
+--- epris-0.2_old/epr.6 1970-01-01 05:30:00.000000000 +0530
++++ epris-0.2/epr.6 2011-12-11 17:20:30.680392324 +0530
+@@ -0,0 +1,56 @@
++.TH "epr" 1
++.SH NAME
++epris \- A dbus service to listen to music
++.SH SYNOPSIS
++.B epris
++[OPTIONS]
++
++.SH DESCRIPTION
++epr is the command line client. epris is the D-Bus service, you don't have
++to run it manually, it will start and shutdown automatically. It is based
++on excellent GStreamer playbin2. And it supports gap-less playback! (or almost)
++
++.SH COMMANDS
++.TP
++\fBplay\fR
++Play
++.TP
++\fBstop\fR
++Stop
++.TP
++\fBadd\fR
++Add tracks to tracklist
++.TP
++\fBrm\fR
++Remove tracks from tracklist
++.TP
++\fBseek\fR
++Seek to a given position within track
++.TP
++\fBskip\fR
++Move within the tracklist (alias skip)
++.TP
++\fBlist\fR
++List tracks
++.TP
++\fBhelp\fR
++Display the help
++
++.SH OPTIONS
++.TP
++\fB\-\-help\fR
++Show help options
++.TP
++\fB\-\-version\fR
++Display the version number
++.TP
++\fB\-\-debug\-level=INT\fR
++Debug level (1-5)
++.TP
++\fB\-a, \-\-all=BOOL\fR
++Show extra commands
++
++.SH AUTHORS
++Marc-Andre Lureau <marcandre.lureau(a)gmail.com>
++
++Man page written by Ratnadeep Debnath <rtnpro(a)gmail.com>.
diff --git a/epris.spec b/epris.spec
new file mode 100644
index 0000000..0115530
--- /dev/null
+++ b/epris.spec
@@ -0,0 +1,66 @@
+%global gstreamer_version 0.10
+%global dbus-glib_version 0.70
+
+Name: epris
+Version: 0.2
+Release: 4%{?dist}
+Summary: A dbus service to listen to music
+
+Group: Applications/Multimedia
+License: LGPLv3
+URL: http://code.google.com/p/epris/
+Source0: http://epris.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0: epris-%{version}-manpage.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gstreamer-devel >= gstreamer_version
+BUildRequires: dbus-glib-devel >= dbus-glib_version
+BuildRequires: vala-devel
+
+%description
+epris is a small command line based audio player. Unlike xmms2 or mpd, it
+uses GStreamer and DBus. It is written in Vala.
+
+%prep
+%setup -q
+%patch0 -p1
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_mandir}/man6
+install -p -m644 epr.6 %{buildroot}%{_mandir}/man6/epr.6
+make install DESTDIR=$RPM_BUILD_ROOT
+make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc README THANKS TODO
+%{_bindir}/epr
+%{_datadir}/dbus-1/services/*
+%{_libexecdir}/*
+%{_mandir}/man6/epr.6.gz
+
+
+%changelog
+*Sun Dec 11 2011 rtnpro <rtnpro(a)gmail.com> 0.2-4
+- Added man page for epris
+
+*Tue Aug 24 2010 rtnpro <rtnpro(a)gmail.com> 0.2-3
+- Made some changes to the spec file
+
+*Tue Jun 29 2010 rtnpro <rtnpro(a)gmail.com> 0.2-2
+- Added Requires: Gstreamer and Obsoletes: old epris version
+
+*Mon Jun 28 2010 rtnpro <rtnpro(a)gmail.com> 0.2-1
+- Initial RPM package
diff --git a/sources b/sources
index e69de29..810cd33 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+94ec5123207d34834eaa345435964f99 epris-0.2.tar.gz
11Â years, 11Â months