rpms/GLC_Player/devel GLC_Player.spec, NONE, 1.1 glc_player.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Sun May 18 20:12:04 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/GLC_Player/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15435/devel

Modified Files:
	.cvsignore sources 
Added Files:
	GLC_Player.spec glc_player.desktop 
Log Message:
Initial import



--- NEW FILE GLC_Player.spec ---
Name:           GLC_Player
Version:        1.0.2
Release:        1%{?dist}
Summary:        GLC_Player is an Open Source software used to view 3d models (OBJ Format)

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://www.glc-player.net/
Source0:        http://dowloads.sourceforge.net/glc-player/GLC_Player_src_%{version}.zip
Source1:        glc_player.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  GLC_lib-devel
BuildRequires:  desktop-file-utils

%description
GLC_Player is an Open Source software used to view 3d models (OBJ Format).
With the session concept and navigation possibilities GLC_Player is the
accurate tools to review a lot of 3D models. GLC_Player is a 
cross-platform, Qt 4 and GLC_lib application.


%prep
%setup -q -n %{name}_src_%{version}


%build
qmake-qt4 glc_player.pro
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -pm 0755 glc_player $RPM_BUILD_ROOT%{_bindir}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}

desktop-file-install --vendor fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --mode 644 \
  %{SOURCE1}	

install -pm 0644 images/GLC_logo_blanc.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/glc_player.png

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{_bindir}/glc_player
%{_datadir}/pixmaps/glc_player.png
%{_datadir}/applications/*.desktop


%changelog
* Wed May 14 2008 kwizart < kwizart at gmail.com > - 1.0.2-1
- Update to 1.0.2

* Mon Feb 11 2008 kwizart < kwizart at gmail.com > - 1.0.1-1
- Initial spec file



--- NEW FILE glc_player.desktop ---
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=GLC_Player
GenericName=Multimedia player
Comment=View 3d models
Comment[fr]=Visualiser des modèles 3D
Icon=glc_player
Exec=glc_player %U
Terminal=false
Categories=Graphics;Player;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/GLC_Player/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 May 2008 18:07:47 -0000	1.1
+++ .cvsignore	18 May 2008 20:11:16 -0000	1.2
@@ -0,0 +1 @@
+GLC_Player_src_1.0.2.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/GLC_Player/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 May 2008 18:07:47 -0000	1.1
+++ sources	18 May 2008 20:11:16 -0000	1.2
@@ -0,0 +1 @@
+cefaf2e719b9f185e1a33267649cdc8b  GLC_Player_src_1.0.2.zip




More information about the scm-commits mailing list