automatic version update by autodist [release 2.0.0-1mamba;Thu Jan 28 2016]
This commit is contained in:
parent
7546cdd8c3
commit
7f9b52f440
32
libical.spec
32
libical.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libical
|
Name: libical
|
||||||
Version: 1.0
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open source reference implementation of the icalendar data type and serialization format
|
Summary: An open source reference implementation of the icalendar data type and serialization format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/freeassociation
|
URL: http://sourceforge.net/projects/freeassociation
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/freeassociation/libical-%{version}.tar.gz
|
Source: https://github.com/libical/libical.git/v%{version}/libical-%{version}.tar.bz2
|
||||||
|
#http://downloads.sourceforge.net/sourceforge/freeassociation/libical-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.48-pkgconfig.patch
|
Patch0: %{name}-0.48-pkgconfig.patch
|
||||||
License: LGPL, MPL 1.1
|
License: LGPL, MPL 1.1
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -30,16 +31,15 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap
|
%cmake -d build
|
||||||
%configure
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -47,28 +47,38 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libical.so.*
|
%{_libdir}/libical.so.*
|
||||||
|
%{_libdir}/libical_cxx.so.*
|
||||||
|
%{_libdir}/libicalss_cxx.so.*
|
||||||
%{_libdir}/libicalss.so.*
|
%{_libdir}/libicalss.so.*
|
||||||
%{_libdir}/libicalvcal.so.*
|
%{_libdir}/libicalvcal.so.*
|
||||||
%doc AUTHORS COPYING LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
#%{_includedir}/*.h
|
||||||
%dir %{_includedir}/libical
|
%dir %{_includedir}/libical
|
||||||
%{_includedir}/libical/*.h
|
%{_includedir}/libical/*.h
|
||||||
%{_libdir}/libical.a
|
%{_libdir}/libical.a
|
||||||
%{_libdir}/libical.la
|
|
||||||
%{_libdir}/libical.so
|
%{_libdir}/libical.so
|
||||||
|
%{_libdir}/libical_cxx.a
|
||||||
|
%{_libdir}/libical_cxx.so
|
||||||
%{_libdir}/libicalss.a
|
%{_libdir}/libicalss.a
|
||||||
%{_libdir}/libicalss.la
|
|
||||||
%{_libdir}/libicalss.so
|
%{_libdir}/libicalss.so
|
||||||
|
%{_libdir}/libicalss_cxx.a
|
||||||
|
%{_libdir}/libicalss_cxx.so
|
||||||
%{_libdir}/libicalvcal.a
|
%{_libdir}/libicalvcal.a
|
||||||
%{_libdir}/libicalvcal.la
|
|
||||||
%{_libdir}/libicalvcal.so
|
%{_libdir}/libicalvcal.so
|
||||||
|
%{_libdir}/cmake/LibIcal/LibIcal*.cmake
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README README.win32 THANKS TODO
|
%doc THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
||||||
|
- update to 1.0.1
|
||||||
|
|
||||||
* Sun Jan 26 2014 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
* Sun Jan 26 2014 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user