Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b4ab8a75a | ||
|
|
1b3c8425d1 | ||
|
|
c3b82585b2 | ||
|
|
a6b4591131 | ||
|
|
777f887a5f | ||
|
|
abd6f89aca | ||
|
|
9769f35656 | ||
|
|
970928b78f |
3 changed files with 9 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ 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.18.3.tar.bz2) = e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
|
||||
SHA512 (xfconf-4.20.0.tar.bz2) = 87ae4e9366cccb6c2f13229539e8317d26bfb3fc5333e769ec2de1b596e04348595bb2e85ca90fb63c6c64968e5108e59490700028aeb077b32b9cd03062d9e9
|
||||
|
|
|
|||
12
xfconf.spec
12
xfconf.spec
|
|
@ -1,11 +1,12 @@
|
|||
%global xfceversion 4.18
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfconf
|
||||
Version: 4.18.3
|
||||
Version: 4.20.0
|
||||
Release: %autorelease
|
||||
Summary: Hierarchical configuration system for Xfce
|
||||
|
||||
License: GPLv2
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
URL: http://www.xfce.org/
|
||||
#VCS git:git://git.xfce.org/xfce/xfconf
|
||||
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
|
||||
|
|
@ -20,6 +21,7 @@ BuildRequires: intltool
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
Requires: dbus
|
||||
|
||||
|
|
@ -72,7 +74,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \;
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS TODO
|
||||
%doc AUTHORS NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_bindir}/xfconf-query
|
||||
%{_libdir}/xfce4/xfconf/
|
||||
|
|
@ -82,6 +84,7 @@ 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
|
||||
|
|
@ -89,7 +92,6 @@ 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