[xfconf/epel7: 4/4] Initial build for EPEL7

nonamedotc nonamedotc at fedoraproject.org
Thu Jul 3 00:22:52 UTC 2014


commit f452f8978023d30c329ac6bdd0f1df89b669e3fe
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Wed Jul 2 19:22:56 2014 -0500

    Initial build for EPEL7
    
    - Disable perl bindings temporarily
    - Commented out Xfconf.so permissions change

 xfconf.spec |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/xfconf.spec b/xfconf.spec
index bc8caa7..d0b69ca 100644
--- a/xfconf.spec
+++ b/xfconf.spec
@@ -16,11 +16,11 @@ BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{xfceversion}
 BuildRequires:  pkgconfig(dbus-1) >= 1.1.0
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.84
-BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Glib)
-BuildRequires:  perl(Glib::MakeHelper)
+#BuildRequires:  perl(ExtUtils::Depends)
+#BuildRequires:  perl(ExtUtils::PkgConfig)
+#BuildRequires:  perl(ExtUtils::MakeMaker)
+#BuildRequires:  perl(Glib)
+#BuildRequires:  perl(Glib::MakeHelper)
 BuildRequires:  gettext
 BuildRequires:  intltool
 
@@ -81,7 +81,7 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
 # remove .packlist files. 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 # fix permissions on the .so file
-chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so
+#chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so
 
 %find_lang %{name}
 
@@ -107,13 +107,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/xfce4/xfconf-0
 
-%files perl
-%defattr(-,root,root,-)
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Xfce4
-%{_mandir}/man3/*.3*
+#%files perl
+#%defattr(-,root,root,-)
+#%{perl_vendorarch}/auto/*
+#%{perl_vendorarch}/Xfce4
+#%{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jul 02 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 4.10.0-8
+- Initial build for EPEL7
+- Disable perl bindings temporarily
+- Commented out Xfconf.so permissions change
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.10.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list