diff --git a/libtalloc.spec b/libtalloc.spec index 520be9e..390976a 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -10,11 +10,9 @@ Release: 3%{?dist} Group: System Environment/Daemons Summary: The talloc library License: LGPLv3+ -URL: http://talloc.samba.org/ -Source: http://samba.org/ftp/talloc/talloc-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +URL: https://talloc.samba.org/ +Source: https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz -BuildRequires: autoconf BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: python2-devel @@ -100,7 +98,6 @@ make %{?_smp_mflags} V=1 doxygen doxy.config %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -114,9 +111,6 @@ rm -f $RPM_BUILD_ROOT/usr/share/swig/*/talloc.i # Install API docs cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir} -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %{_libdir}/libtalloc.so.*