rpms/meshmagick/F-10 import.log, NONE, 1.1 meshmagick-0.5.2-debuginfo.patch, NONE, 1.1 meshmagick.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alexey Torkhov atorkhov at fedoraproject.org
Thu Mar 5 20:17:23 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/meshmagick/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9394/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log meshmagick-0.5.2-debuginfo.patch meshmagick.spec 
Log Message:
Import.



--- NEW FILE import.log ---
meshmagick-0_5_2-4_20090124svn2618_fc10:F-10:meshmagick-0.5.2-4.20090124svn2618.fc10.src.rpm:1236284146

meshmagick-0.5.2-debuginfo.patch:

--- NEW FILE meshmagick-0.5.2-debuginfo.patch ---
diff -ur meshmagick-0.5.2.orig/configure meshmagick-0.5.2/configure
--- meshmagick-0.5.2.orig/configure	2009-02-28 23:01:53.000000000 +0300
+++ meshmagick-0.5.2/configure	2009-03-04 19:20:08.000000000 +0300
@@ -20055,7 +20055,7 @@
 if test "$enable_debug" = "yes"; then
     CXXFLAGS="$CXXFLAGS -g -O0 -DDEBUG"
 else
-    CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG -s"
+    CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG"
 fi
 
 # Pthreads


--- NEW FILE meshmagick.spec ---
Name:           meshmagick
Version:        0.5.2
Release:        4.20090124svn2618%{?dist}
Summary:        Command line manipulation tool for Ogre meshes

Group:          Applications/Multimedia
License:        LGPLv2+
URL:            http://www.ogre3d.org/wiki/index.php/MeshMagick
# The source for this package was pulled from upstream's svn.  Use the
# following commands to generate the tarball:
#  svn export -r 2618 https://ogreaddons.svn.sourceforge.net/svnroot/ogreaddons/trunk/meshmagick meshmagick
#  cd meshmagick
#  ./bootstrap && ./configure && make dist-bzip2
Source0:        %{name}-%{version}.tar.bz2
Patch0:         meshmagick-0.5.2-debuginfo.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ogre-devel

%description
MeshMagick is a manipulation tool for Ogre meshes (and skeletons). It
allows the user to query interesting information and to transform binary
meshes (and skeletons) in many ways.


%package        libs
Summary:        Libraries for %{name}
Group:          System Environment/Libraries

%description    libs
The %{name}-libs package contains libraries that are needed for
running applications that use %{name}.


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

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0 -p1
chmod -x include/{EditableMesh.h,EditableSkeleton.h,RenameToolFactory.h,RenameTool.h} src/{EditableMesh.cpp,EditableSkeleton.cpp,RenameToolFactory.cpp,RenameTool.cpp}


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la


%clean
rm -rf $RPM_BUILD_ROOT


%post libs -p /sbin/ldconfig

%postun libs -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}

%files libs
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*

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


%changelog
* Wed Mar 04 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.2-4.20090124svn2618
- Polishing the Requires

* Wed Mar 04 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.2-3.20090124svn2618
- Split shared library to -libs subpackage for correct work in multilib
  environment
- Add patch for generating full debuginfo

* Tue Mar 03 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.2-2.20090124svn2618
- Renamed package to simply "meshmagick"
- Clarified commands to get source
- Minor fixes

* Sat Feb 28 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.2-1.20090124svn2618
- Update to post 0.5.2

* Mon Nov 03 2008 Alexey Torkhov <atorkhov at gmail.com> - 0.4.0-0.1.20080731svn2488
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/meshmagick/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2009 20:08:52 -0000	1.1
+++ .cvsignore	5 Mar 2009 20:16:52 -0000	1.2
@@ -0,0 +1 @@
+meshmagick-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/meshmagick/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Mar 2009 20:08:52 -0000	1.1
+++ sources	5 Mar 2009 20:16:52 -0000	1.2
@@ -0,0 +1 @@
+aa2e668e74259b16d4d46596b566c306  meshmagick-0.5.2.tar.bz2




More information about the fedora-extras-commits mailing list