automatic version update by autodist [release 4.14.3-1mamba;Sat May 09 2020]
This commit is contained in:
parent
330ac2f7d9
commit
ac73941bce
23
xfconf.spec
23
xfconf.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: xfconf
|
Name: xfconf
|
||||||
Version: 4.12.1
|
Version: 4.14.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: XFCE configuration library
|
Summary: XFCE configuration library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -70,7 +70,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
find %{buildroot}%{_prefix}/lib/perl5/ -name perllocal.pod -exec rm -f {} \;
|
|
||||||
|
#find %{buildroot}%{_prefix}/lib/perl5/ -name perllocal.pod -exec rm -f {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -84,6 +85,7 @@ find %{buildroot}%{_prefix}/lib/perl5/ -name perllocal.pod -exec rm -f {} \;
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libxfconf-0.so.*
|
%{_libdir}/libxfconf-0.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Xfconf-0.typelib
|
||||||
%dir %{_libdir}/xfce4/xfconf
|
%dir %{_libdir}/xfce4/xfconf
|
||||||
%{_libdir}/xfce4/xfconf/xfconfd
|
%{_libdir}/xfce4/xfconf/xfconfd
|
||||||
|
|
||||||
@ -94,16 +96,25 @@ find %{buildroot}%{_prefix}/lib/perl5/ -name perllocal.pod -exec rm -f {} \;
|
|||||||
%{_includedir}/xfce4/xfconf-0/xfconf/*.h
|
%{_includedir}/xfce4/xfconf-0/xfconf/*.h
|
||||||
%{_libdir}/libxfconf-0.la
|
%{_libdir}/libxfconf-0.la
|
||||||
%{_libdir}/libxfconf-0.so
|
%{_libdir}/libxfconf-0.so
|
||||||
|
%{_datadir}/gir-1.0/Xfconf-0.gir
|
||||||
|
%{_datadir}/vala/vapi/libxfconf-0.deps
|
||||||
|
%{_datadir}/vala/vapi/libxfconf-0.vapi
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
%doc ChangeLog NEWS TODO
|
%doc ChangeLog NEWS TODO
|
||||||
|
|
||||||
%files -n perl-xfconf
|
#%files -n perl-xfconf
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{perl_sitearch}/*
|
#%{perl_sitearch}/*
|
||||||
%{_mandir}/man3/Xfce4::Xfconf.3pm*
|
#%{_mandir}/man3/Xfce4::Xfconf.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 09 2020 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 18 2019 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-1mamba
|
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-1mamba
|
||||||
- update to 4.12.1
|
- update to 4.12.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user