mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
packaging: Update spec file per Fedora review
See https://bugzilla.redhat.com/show_bug.cgi?id=819951
This commit is contained in:
parent
1a274aecd6
commit
08be599d50
@ -20,7 +20,7 @@ Version: 2012.8
|
||||
Release: 1%{?dist}
|
||||
#VCS: git:git://git.gnome.org/ostree
|
||||
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
|
||||
# We always run autogen.sh
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -67,14 +67,12 @@ env NOCONFIGURE=1 ./autogen.sh
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ostree
|
||||
%{_bindir}/ostree-pull
|
||||
%{_bindir}/ostree-run-triggers
|
||||
|
Loading…
Reference in New Issue
Block a user