Update to latest upstream version.

This commit is contained in:
Richard Hughes 2012-11-27 10:05:55 +00:00
commit f9bbbe8d6c
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
rply-1.01.tar.gz
/rply-1.1.1.tar.gz

View file

@ -1,15 +1,14 @@
Name: rply
Version: 1.01
Release: 6%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: A library to read and write PLY files
Group: Development/Libraries
License: MIT
URL: http://www.tecgraf.puc-rio.br/~diego/professional/rply/
Source0: http://www.tecgraf.puc-rio.br/~diego/professional/rply/rply-1.01.tar.gz
Source0: http://www.tecgraf.puc-rio.br/~diego/professional/rply/%{name}-%{version}.tar.gz
Source1: rply_CMakeLists.txt
Source2: RPLYConfig.cmake.in
Source3: rply_cmake_export_cmakelists.txt
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake >= 2.6.0
@ -46,6 +45,8 @@ cp %{SOURCE3} CMake/export/CMakeLists.txt
make %{?_smp_mflags}
iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
@ -78,6 +79,7 @@ Rply Library Header Files and Link Libraries
%files devel
%defattr(-,root,root)
%doc LICENSE
%dir %{_includedir}/%{name}/
%{_includedir}/%{name}/*
%{_libdir}/*.so
@ -85,6 +87,9 @@ Rply Library Header Files and Link Libraries
%{_datadir}/%{name}/rplyConfig.cmake
%changelog
* Tue Nov 27 2012 Richard Hughes <rhughes@redhat.com> - 1.1.1-1
- Update to latest upstream version.
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View file

@ -1 +1 @@
694dca3449a3f5cefd4144137dfae332 rply-1.01.tar.gz
96946d0c7b86d20612d3b57f29b5afb9 rply-1.1.1.tar.gz