rpms/makehuman/FC-6 makehuman.spec,NONE,1.1 sources,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Oct 2 11:27:41 UTC 2007


Author: kwizart

Update of /cvs/extras/rpms/makehuman/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2312

Modified Files:
	sources 
Added Files:
	makehuman.spec 
Log Message:
Initial import for FC-6



--- NEW FILE makehuman.spec ---
Name:           makehuman
Version:        0.9
Release:        3%{?dist}
Summary:        Modeling of three-dimensional humanoid characters

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://www.dedalo-3d.com
Source0:        http://downloads.sourceforge.net/makehuman/makehuman-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mhgui-devel
BuildRequires:  desktop-file-utils


%description
MakeHuman(C) is an open-source, open graphics library, stand-alone,
multi-platform, software program, which is completely written in 
C++ language. Its purpose is to provide a versatile, professional
and extremely specialized application for parametrical modeling of
three-dimensional humanoid characters.


%prep
%setup -q
chmod 0644 src/*

sed -i.timestamp -e 's|cp -R|cp -pR|g' {data,pixmaps}/Makefile.{am,in}

%build
%configure --disable-static
sed -i -e 's|-L/usr/lib|-L%{_libdir}|' Makefile
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

# Removes doc
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc

# Symlink for pixmap
ln -s %{name}/ui/mybs.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png

cat > %{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=MakeHuman
Comment=Design characters
Comment[fr]=Modéliser des personnages
Exec=makehuman
Terminal=false
Icon=makehuman
Type=Application
Categories=Graphics;
EOF

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora                    \
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
  %{name}.desktop

# Remove zero-length files
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/targets/ns_tongue/tongue_camaleon.target
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/targets/ns_teeth/teeth_gengivite.target
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/targets/l_ear2/l_ear_incisura_intertragica_down.target
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/targets/ns_abdomen/abdomen_twist.target

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.txt TODO
%{_bindir}/makehuman
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}/
%{_datadir}/applications/*.desktop


%changelog
* Fri Sep 21 2007 kwizart < kwizart at gmail.com > - 0.9-3
- Add pixmap for .desktop
- Remove Category Application
- License is GPLv2+

* Thu Sep 20 2007 kwizart < kwizart at gmail.com > - 0.9-2
- Fix timestamp
- Drop update-desktop-database
- Remove zero-length files

* Fri Jul 20 2007 kwizart < kwizart at gmail.com > - 0.9-1
- Initial spec file for Fedora 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/makehuman/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Sep 2007 23:14:09 -0000	1.1
+++ sources	2 Oct 2007 11:27:09 -0000	1.2
@@ -0,0 +1 @@
+c544e01b253fe20916bbd632b3c47b35  makehuman-0.9.tar.gz




More information about the fedora-extras-commits mailing list