rpms/libprojectM-qt/F-9 import.log, NONE, 1.1 libprojectM-qt-pc-libsuffix.patch, NONE, 1.1 libprojectM-qt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jameson Pugh imntreal at fedoraproject.org
Sat Nov 8 23:27:57 UTC 2008


Author: imntreal

Update of /cvs/pkgs/rpms/libprojectM-qt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29098/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libprojectM-qt-pc-libsuffix.patch 
	libprojectM-qt.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
libprojectM-qt-1_2_0-3_fc9:F-9:libprojectM-qt-1.2.0-3.fc9.src.rpm:1226186786

libprojectM-qt-pc-libsuffix.patch:

--- NEW FILE libprojectM-qt-pc-libsuffix.patch ---
--- libprojectM-qt-1.2.0-orig/libprojectM-qt.pc.in	2008-11-06 00:16:03.000000000 -0500
+++ libprojectM-qt-1.2.0/libprojectM-qt.pc.in	2008-11-06 00:16:53.000000000 -0500
@@ -1,6 +1,6 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=@CMAKE_INSTALL_PREFIX@/lib
+libdir=@LIB_INSTALL_DIR@
 includedir=@CMAKE_INSTALL_PREFIX@/include
 pkgdatadir=@CMAKE_INSTALL_PREFIX@/share/projectM-qt
 sysconfdir=@CMAKE_INSTALL_PREFIX@/share/projectM-qt


--- NEW FILE libprojectM-qt.spec ---
Name:		libprojectM-qt
Version:	1.2.0
Release:	3%{?dist}
Summary:	The Qt frontend to the projectM visualization plugin
Group:		Applications/Multimedia
License:	GPLv2+
URL:		http://projectm.sourceforge.net/
Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}.tar.bz2
#Patch to correct libsuffix in the pc file:
Patch0:		libprojectM-qt-pc-libsuffix.patch

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	cmake, qt-devel, libprojectM-devel = %{version}

%description
projectM-qt is a GUI designed to enhance the projectM user and preset writer
experience.  It provides a way to browse, search, rate presets and setup
preset playlists for projectM-jack and projectM-pulseaudio.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}, pkgconfig, libprojectM-devel, qt-devel

%description	devel
projectM-qt is a GUI designed to enhance the projectM user and preset writer
experience.  It provides a way to browse, search, rate presets and setup
preset playlists for projectM-jack and projectM-pulseaudio.
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%patch0 -p1

%build
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} .
make %{?_smp_mflags} VERBOSE=1


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%{_datadir}/pixmaps/prjm16-transparent.svg

%files devel
%defattr(-,root,root,-)
%doc ReadMe
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Thu Nov 6 2008 Jameson Pugh (imntreal at gmail.com) - 1.2.0-3
- Removed superfluous line to get rid of .la files
- Cleaned up Requires
- Added to devel Requires

* Thu Nov 6 2008 Jameson Pugh (imntreal at gmail.com) - 1.2.0-2
- Fixed mixed use of tabs/spaces
- Corrected SOURCE0
- Removed doc until there is a license in the tarball
- Added cmake to BR
- Added a patch to fix the libsuffix issue in the pc file

* Wed Sep 3 2008 Jameson Pugh <imntreal at gmail.com> - 1.2.0-1
- Initial public release of the package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM-qt/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2008 21:35:30 -0000	1.1
+++ .cvsignore	8 Nov 2008 23:27:27 -0000	1.2
@@ -0,0 +1 @@
+libprojectM-qt-1.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM-qt/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2008 21:35:30 -0000	1.1
+++ sources	8 Nov 2008 23:27:27 -0000	1.2
@@ -0,0 +1 @@
+3b741fb6a2874d8d726e3b615f2d7a60  libprojectM-qt-1.2.0.tar.bz2




More information about the scm-commits mailing list