packaging: Update spec file per Fedora review

See https://bugzilla.redhat.com/show_bug.cgi?id=819951
This commit is contained in:
Colin Walters 2012-09-20 20:11:59 -04:00
parent 1a274aecd6
commit 08be599d50

View File

@ -20,7 +20,7 @@ Version: 2012.8
Release: 1%{?dist} Release: 1%{?dist}
#VCS: git:git://git.gnome.org/ostree #VCS: git:git://git.gnome.org/ostree
Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/%{build_name}-%{version}.tar.gz Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/%{build_name}-%{version}.tar.gz
License: LGPLv2+ License: LGPLv2+ and GPLv2+ and BSD
URL: http://live.gnome.org/OSTree URL: http://live.gnome.org/OSTree
# We always run autogen.sh # We always run autogen.sh
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
@ -67,14 +67,12 @@ env NOCONFIGURE=1 ./autogen.sh
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root)
%{_bindir}/ostree %{_bindir}/ostree
%{_bindir}/ostree-pull %{_bindir}/ostree-pull
%{_bindir}/ostree-run-triggers %{_bindir}/ostree-run-triggers