diff --git a/.gitignore b/.gitignore index ed18902..d36a57f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ rply-1.01.tar.gz +/rply-1.1.1.tar.gz diff --git a/rply.spec b/rply.spec index a7d240f..2694c71 100644 --- a/rply.spec +++ b/rply.spec @@ -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 - 1.1.1-1 +- Update to latest upstream version. + * Sat Jul 21 2012 Fedora Release Engineering - 1.01-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 0a7ebb8..3c85b95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -694dca3449a3f5cefd4144137dfae332 rply-1.01.tar.gz +96946d0c7b86d20612d3b57f29b5afb9 rply-1.1.1.tar.gz