automatic update by autodist [release 5.0.0-1mamba;Sat Oct 11 2014]
This commit is contained in:
parent
454286db52
commit
2f698f1b6b
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libgrantlee
|
Name: libgrantlee
|
||||||
Version: 0.4.0
|
Version: 5.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of Free Software libraries written using the Qt framework
|
Summary: A set of Free Software libraries written using the Qt framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -52,7 +52,10 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgrantlee_*.so.*
|
%{_libdir}/libGrantlee_Templates.so.*
|
||||||
|
%{_libdir}/libGrantlee_TextDocument.so.*
|
||||||
|
%dir %{_libdir}/grantlee
|
||||||
|
%{_libdir}/grantlee/%{majver}
|
||||||
%{_libdir}/grantlee/%{majver}/grantlee_*.so
|
%{_libdir}/grantlee/%{majver}/grantlee_*.so
|
||||||
%doc AUTHORS COPYING.LIB
|
%doc AUTHORS COPYING.LIB
|
||||||
|
|
||||||
@ -61,12 +64,20 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_includedir}/grantlee_*.h
|
%{_includedir}/grantlee_*.h
|
||||||
%dir %{_includedir}/grantlee
|
%dir %{_includedir}/grantlee
|
||||||
%{_includedir}/grantlee/*.h
|
%{_includedir}/grantlee/*.h
|
||||||
%dir %{_libdir}/cmake/grantlee
|
%dir %{_libdir}/cmake/Grantlee5
|
||||||
%{_libdir}/cmake/grantlee/*
|
%{_libdir}/cmake/Grantlee5/Grantlee5Config.cmake
|
||||||
%{_libdir}/libgrantlee_*.so
|
%{_libdir}/cmake/Grantlee5/Grantlee5ConfigVersion.cmake
|
||||||
|
%{_libdir}/cmake/Grantlee5/GrantleeMacros.cmake
|
||||||
|
%{_libdir}/cmake/Grantlee5/GrantleeTargets-noconfig.cmake
|
||||||
|
%{_libdir}/cmake/Grantlee5/GrantleeTargets.cmake
|
||||||
|
%{_libdir}/libGrantlee_Templates.so
|
||||||
|
%{_libdir}/libGrantlee_TextDocument.so
|
||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 11 2014 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Fri Nov 29 2013 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
* Fri Nov 29 2013 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user