rpms/drumstick/devel drumstick.spec,1.1,1.2
by Kevin Kofler
Author: kkofler
Update of /cvs/pkgs/rpms/drumstick/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2840/devel
Modified Files:
drumstick.spec
Log Message:
* Sun Jan 31 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.99-0.2.svn20100107
- put the alphatag before the disttag
Index: drumstick.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drumstick/devel/drumstick.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- drumstick.spec 31 Jan 2010 21:44:36 -0000 1.1
+++ drumstick.spec 31 Jan 2010 21:46:48 -0000 1.2
@@ -1,7 +1,7 @@
Summary: C++/Qt4 wrapper around the ALSA library sequencer interface
Name: drumstick
Version: 0.2.99
-Release: 0.1%{?dist}.20100107svn
+Release: 0.2.20100107svn%{?dist}
%define svn svn
Group: System Environment/Libraries
@@ -105,6 +105,9 @@ gtk-update-icon-cache %{_datadir}/icons/
%changelog
+* Sun Jan 31 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.99-0.2.svn20100107
+- put the alphatag before the disttag
+
* Fri Jan 29 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.99-0.1.svn20100107
- update to 0.2.99svn tarball
- renamed from aseqmm to drumstick by upstream
13Â years
rpms/drumstick/devel import.log,1.1,NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/pkgs/rpms/drumstick/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2759/devel
Removed Files:
import.log
Log Message:
Move the import.log out of my way.
--- import.log DELETED ---
13Â years
rpms/drumstick import.log,NONE,1.1
by Kevin Kofler
Author: kkofler
Update of /cvs/pkgs/rpms/drumstick
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2759
Added Files:
import.log
Log Message:
Move the import.log out of my way.
--- NEW FILE import.log ---
drumstick-0_2_99-0_1_fc13_20100107svn:HEAD:drumstick-0.2.99-0.1.fc13.20100107svn.src.rpm:1264974242
13Â years
rpms/drumstick/devel drumstick.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Kevin Kofler
Author: kkofler
Update of /cvs/pkgs/rpms/drumstick/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2515/devel
Modified Files:
.cvsignore sources
Added Files:
drumstick.spec import.log
Log Message:
New package drumstick - C++/Qt4 wrapper around the ALSA library sequencer interface
Renamed from aseqmm.
--- NEW FILE drumstick.spec ---
Summary: C++/Qt4 wrapper around the ALSA library sequencer interface
Name: drumstick
Version: 0.2.99
Release: 0.1%{?dist}.20100107svn
%define svn svn
Group: System Environment/Libraries
License: GPLv2+
URL: http://drumstick.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/drumstick/%{version}%{?svn}/drum...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake qt4-devel alsa-lib-devel desktop-file-utils
Obsoletes: aseqmm < %{version}-%{release}
Provides: aseqmm = %{version}-%{release}
%description
The drumstick library is a C++ wrapper around the ALSA library sequencer
interface, using Qt4 objects, idioms and style. The ALSA sequencer interface
provides software support for MIDI technology on GNU/Linux.
%package devel
Summary: Developer files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Obsoletes: aseqmm-devel < %{version}-%{release}
Provides: aseqmm-devel = %{version}-%{release}
%description devel
%{summary}.
%package examples
Summary: Example programs for %{name}
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Obsoletes: aseqmm-examples < %{version}-%{release}
Provides: aseqmm-examples = %{version}-%{release}
%description examples
This package contains the test/example programs for %{name}.
%prep
%setup -q -n %{name}-%{version}%{?svn}
# don't create .la file
sed -i -e 's/CREATE_LIBTOOL_FILE/#CREATE_LIBTOOL_FILE/g' library/CMakeLists.txt
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
rm -rf $RPM_BUILD_ROOT
make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
for i in $RPM_BUILD_ROOT%{_datadir}/applications/* ; do
desktop-file-validate $i
done
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post examples
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null || :
%postun examples
update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans examples
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{_libdir}/libdrumstick.so.*
%files devel
%defattr(-,root,root,-)
%{_libdir}/libdrumstick.so
%{_libdir}/pkgconfig/drumstick.pc
%{_includedir}/drumstick/
%{_includedir}/drumstick.h
%files examples
%defattr(-,root,root,-)
%{_bindir}/drumstick-*
%{_datadir}/applications/drumstick-*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Jan 29 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.99-0.1.svn20100107
- update to 0.2.99svn tarball
- renamed from aseqmm to drumstick by upstream
* Fri Jan 22 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.0-2
- require the main package with exact version-release in -examples
* Fri Jan 22 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 0.2.0-1
- First Fedora package
--- NEW FILE import.log ---
drumstick-0_2_99-0_1_fc13_20100107svn:HEAD:drumstick-0.2.99-0.1.fc13.20100107svn.src.rpm:1264974242
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drumstick/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore 31 Jan 2010 19:12:21 -0000 1.1
+++ .cvsignore 31 Jan 2010 21:44:36 -0000 1.2
@@ -0,0 +1 @@
+drumstick-0.2.99svn.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drumstick/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 31 Jan 2010 19:12:21 -0000 1.1
+++ sources 31 Jan 2010 21:44:36 -0000 1.2
@@ -0,0 +1 @@
+b8852fa0eafd6a771f8a036224bcba4f drumstick-0.2.99svn.tar.bz2
13Â years
rpms/conduit/F-12 .cvsignore, 1.13, 1.14 conduit.spec, 1.35, 1.36 sources, 1.13, 1.14 ZotoModule-abort.patch, 1.1, NONE
by Bernard Johnson
Author: bjohnson
Update of /cvs/pkgs/rpms/conduit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1260/F-12
Modified Files:
.cvsignore conduit.spec sources
Removed Files:
ZotoModule-abort.patch
Log Message:
- v 0.3.17
- remove ZotoModule-abort patch as it's now upstream
- add dependency on python-flickrapi for Flickr support
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/F-12/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore 10 Aug 2009 14:43:04 -0000 1.13
+++ .cvsignore 31 Jan 2010 21:33:47 -0000 1.14
@@ -1 +1 @@
-conduit-0.3.16.tar.bz2
+conduit-0.3.17.tar.bz2
Index: conduit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/F-12/conduit.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- conduit.spec 10 Jan 2010 13:42:58 -0000 1.35
+++ conduit.spec 31 Jan 2010 21:33:47 -0000 1.36
@@ -1,15 +1,14 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: conduit
-Version: 0.3.16
-Release: 6%{?dist}
+Version: 0.3.17
+Release: 1%{?dist}
Summary: A synchronization solution for GNOME
Group: Applications/Productivity
License: GPLv2+
URL: http://www.conduit-project.org/
-Source0: http://download.gnome.org/sources/conduit/0.3/%{name}-%{version}.tar.bz2
-Patch0: ZotoModule-abort.patch
+Source0: http://ftp.gnome.org/pub/GNOME/sources/conduit/0.3/%{name}-%{version}.tar...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -34,6 +33,8 @@ Requires: python-sqlite2
# Tomboy is not a hard requirement, but if it is present, it must be 0.5.10
# or greater
Conflicts: tomboy < 0.5.10
+# For Flickr support
+Requires: python-flickrapi
Requires(post): scrollkeeper
Requires(postun):scrollkeeper
@@ -58,8 +59,6 @@ synchronization.
%prep
%setup -q -n conduit-%{version}
-%patch0 -p1 -b .ZotoModule-abort
-
# fix eol encoding in a couple of files
sed -i 's/\r//' NEWS
@@ -139,6 +138,11 @@ fi
%changelog
+* Sun Jan 31 2010 Bernard JOhnson <bjohnson(a)symetrix.com> - 0.3.17-1
+- v 0.3.17
+- remove ZotoModule-abort patch as it's now upstream
+- add dependency on python-flickrapi for Flickr support
+
* Sun Jan 10 2010 Bernard Johnson <bjohnson(a)symetrix.com> - 0.3.16-6
- add dependency on gnome-python2-gconf (bz #554079)
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/F-12/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources 10 Aug 2009 14:43:04 -0000 1.13
+++ sources 31 Jan 2010 21:33:47 -0000 1.14
@@ -1 +1 @@
-d119686a5f9ce7c01ef1ab74089b9410 conduit-0.3.16.tar.bz2
+0c94b2b980e26ea71a470683bbd6a45f conduit-0.3.17.tar.bz2
--- ZotoModule-abort.patch DELETED ---
13Â years
rpms/conduit/devel .cvsignore, 1.13, 1.14 conduit.spec, 1.35, 1.36 sources, 1.13, 1.14 ZotoModule-abort.patch, 1.1, NONE
by Bernard Johnson
Author: bjohnson
Update of /cvs/pkgs/rpms/conduit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1260/devel
Modified Files:
.cvsignore conduit.spec sources
Removed Files:
ZotoModule-abort.patch
Log Message:
- v 0.3.17
- remove ZotoModule-abort patch as it's now upstream
- add dependency on python-flickrapi for Flickr support
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore 10 Aug 2009 14:43:04 -0000 1.13
+++ .cvsignore 31 Jan 2010 21:33:47 -0000 1.14
@@ -1 +1 @@
-conduit-0.3.16.tar.bz2
+conduit-0.3.17.tar.bz2
Index: conduit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/devel/conduit.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- conduit.spec 10 Jan 2010 13:42:58 -0000 1.35
+++ conduit.spec 31 Jan 2010 21:33:47 -0000 1.36
@@ -1,15 +1,14 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: conduit
-Version: 0.3.16
-Release: 6%{?dist}
+Version: 0.3.17
+Release: 1%{?dist}
Summary: A synchronization solution for GNOME
Group: Applications/Productivity
License: GPLv2+
URL: http://www.conduit-project.org/
-Source0: http://download.gnome.org/sources/conduit/0.3/%{name}-%{version}.tar.bz2
-Patch0: ZotoModule-abort.patch
+Source0: http://ftp.gnome.org/pub/GNOME/sources/conduit/0.3/%{name}-%{version}.tar...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -34,6 +33,8 @@ Requires: python-sqlite2
# Tomboy is not a hard requirement, but if it is present, it must be 0.5.10
# or greater
Conflicts: tomboy < 0.5.10
+# For Flickr support
+Requires: python-flickrapi
Requires(post): scrollkeeper
Requires(postun):scrollkeeper
@@ -58,8 +59,6 @@ synchronization.
%prep
%setup -q -n conduit-%{version}
-%patch0 -p1 -b .ZotoModule-abort
-
# fix eol encoding in a couple of files
sed -i 's/\r//' NEWS
@@ -139,6 +138,11 @@ fi
%changelog
+* Sun Jan 31 2010 Bernard JOhnson <bjohnson(a)symetrix.com> - 0.3.17-1
+- v 0.3.17
+- remove ZotoModule-abort patch as it's now upstream
+- add dependency on python-flickrapi for Flickr support
+
* Sun Jan 10 2010 Bernard Johnson <bjohnson(a)symetrix.com> - 0.3.16-6
- add dependency on gnome-python2-gconf (bz #554079)
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/conduit/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources 10 Aug 2009 14:43:04 -0000 1.13
+++ sources 31 Jan 2010 21:33:47 -0000 1.14
@@ -1 +1 @@
-d119686a5f9ce7c01ef1ab74089b9410 conduit-0.3.16.tar.bz2
+0c94b2b980e26ea71a470683bbd6a45f conduit-0.3.17.tar.bz2
--- ZotoModule-abort.patch DELETED ---
13Â years