Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
3 changed files with 5 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,4 +18,3 @@ xfconf-4.6.2.tar.bz2
|
|||
/xfconf-4.18.0.tar.bz2
|
||||
/xfconf-4.18.1.tar.bz2
|
||||
/xfconf-4.18.3.tar.bz2
|
||||
/xfconf-4.20.0.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfconf-4.20.0.tar.bz2) = 87ae4e9366cccb6c2f13229539e8317d26bfb3fc5333e769ec2de1b596e04348595bb2e85ca90fb63c6c64968e5108e59490700028aeb077b32b9cd03062d9e9
|
||||
SHA512 (xfconf-4.18.3.tar.bz2) = e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global xfceversion 4.20
|
||||
%global xfceversion 4.18
|
||||
|
||||
Name: xfconf
|
||||
Version: 4.20.0
|
||||
Version: 4.18.3
|
||||
Release: %autorelease
|
||||
Summary: Hierarchical configuration system for Xfce
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ BuildRequires: intltool
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
Requires: dbus
|
||||
|
||||
|
|
@ -74,7 +73,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \;
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
%doc AUTHORS NEWS TODO
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_bindir}/xfconf-query
|
||||
%{_libdir}/xfce4/xfconf/
|
||||
|
|
@ -84,7 +83,6 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \;
|
|||
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
|
||||
%{_datadir}/gir-1.0/Xfconf-0.gir
|
||||
%{_datadir}/bash-completion/completions/xfconf-query
|
||||
%{_userunitdir}/xfconfd.service
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc
|
||||
|
|
@ -92,6 +90,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \;
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/xfce4/xfconf-0
|
||||
%{_libdir}/gio/modules/libxfconfgsettingsbackend.so
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue