From 13db08138e3b7aeb9d2dc1528150ec02ca86c239 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 7 Jun 2013 11:44:11 +0200 Subject: [PATCH] remove obsolete macros --- libidn.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libidn.spec b/libidn.spec index 088bc6d..878c006 100644 --- a/libidn.spec +++ b/libidn.spec @@ -6,7 +6,6 @@ URL: http://www.gnu.org/software/libidn/ License: LGPLv2+ and GPLv3+ and GFDL Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig, gettext Requires(post): /sbin/install-info /sbin/ldconfig Requires(preun): /sbin/install-info @@ -58,7 +57,6 @@ make %{?_smp_mflags} V=1 make %{?_smp_mflags} -C tests check VALGRIND=env %install -rm -rf %{buildroot} make install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_libdir}/pkgconfig # provide more examples @@ -99,11 +97,7 @@ fi %postun -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files -f %{name}.lang -%defattr(-,root,root) %doc AUTHORS NEWS FAQ README THANKS COPYING* %{_bindir}/idn %{_mandir}/man1/idn.1* @@ -111,7 +105,6 @@ rm -rf %{buildroot} %{_infodir}/%{name}.info.gz %files devel -%defattr(0644,root,root,755) %doc doc/libidn.html examples %{_libdir}/libidn.so %{_includedir}/*.h @@ -119,7 +112,6 @@ rm -rf %{buildroot} %{_mandir}/man3/* %files -n emacs-%{name} -%defattr(-,root,root) %{_emacs_sitelispdir}/%{name} %changelog