rpms/themonospot-gui-qt/F-12 import.log, NONE, 1.1 themonospot-gui-qt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Armando Basile hman-it at fedoraproject.org
Thu Apr 15 20:16:53 UTC 2010


Author: hman-it

Update of /cvs/pkgs/rpms/themonospot-gui-qt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16873/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log themonospot-gui-qt.spec 
Log Message:



--- NEW FILE import.log ---
themonospot-gui-qt-0_1_3-6_fc12:F-12:themonospot-gui-qt-0.1.3-6.fc12.src.rpm:1271363461


--- NEW FILE themonospot-gui-qt.spec ---
Summary   : Qt application to use themonospot (multimedia files parser/editor)
Name      : themonospot-gui-qt
Version   : 0.1.3
Release   : 6%{?dist}
License   : GPLv2
Group     : Applications/Multimedia
Source    : http://www.integrazioneweb.com/repository/SOURCES/themonospot-gui-qt-%{version}.tar.gz
BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root
URL       : http://www.integrazioneweb.com/themonospot

#BuildArch : noarch
%define debug_package %{nil}

BuildRequires: mono-devel
BuildRequires: themonospot-base-devel
BuildRequires: qyoto-devel
BuildRequires: desktop-file-utils



%description
themonospot-gui-qt is a Mono framework application to create a
graphic frontend to use themonospot base component and his plugins.

%prep
%setup -q


%build
%configure
make

%install
rm -fr %{buildroot}
make DESTDIR=%{buildroot} install

desktop-file-install \
 --dir %{buildroot}%{_datadir}/applications \
 --delete-original \
 %{buildroot}%{_datadir}/applications/themonospot-qt.desktop

# workaround for bug 551860
# (Qyoto.Qt requires unversioned libqyotoshared.so)
mkdir -p %{buildroot}%{_libdir}/themonospot
ln -sf %{_libdir}/libqyotoshared.so.? \
 %{buildroot}%{_libdir}/themonospot/libqyotoshared.so
sed -i \
 -e '2i export LD_LIBRARY_PATH=%{_libdir}/themonospot' \
 %{buildroot}%{_bindir}/themonospot-qt


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl
%{_bindir}/themonospot-qt
%{_libdir}/themonospot/%{name}.exe
%{_libdir}/themonospot/libqyotoshared.so
%{_datadir}/pixmaps/themonospot-qt.png
%{_datadir}/applications/themonospot-qt.desktop


%changelog
* Wed Apr 02 2010 Armando Basile <hmandevteam at gmail.com> 0.1.3-6
- workaround for bug 551860

* Sun Mar 14 2010 Armando Basile <hmandevteam at gmail.com> 0.1.3-5
- parallel make sometimes fails

* Fri Jan 01 2010 Armando Basile <hmandevteam at gmail.com> 0.1.3-4
- modified desktop-file-install macro parameters

* Fri Jan 01 2010 Armando Basile <hmandevteam at gmail.com> 0.1.3-3
- added themonospot-base-devel and qyoto-devel as BuildRequire

* Thu Dec 31 2009 Armando Basile <hmandevteam at gmail.com> 0.1.3-2
- only mono-devel and desktop-file-utils as BuildRequire

* Wed Dec 30 2009 Armando Basile <hmandevteam at gmail.com> 0.1.3-1
- removed GAC use

* Mon Dec 14 2009 Armando Basile <hmandevteam at gmail.com> 0.1.2-2
- first release of new Qt application to use themonospot


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot-gui-qt/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Apr 2010 02:49:29 -0000	1.1
+++ .cvsignore	15 Apr 2010 20:16:51 -0000	1.2
@@ -0,0 +1 @@
+themonospot-gui-qt-0.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot-gui-qt/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Apr 2010 02:49:30 -0000	1.1
+++ sources	15 Apr 2010 20:16:52 -0000	1.2
@@ -0,0 +1 @@
+22c9fbb15926845008442cae1ac3a364  themonospot-gui-qt-0.1.3.tar.gz



More information about the scm-commits mailing list